Abacre Limited We will free your brain by making our smart software

Printing QR codes on receipts

Abacre Restaurant Point of Sale: printing QR codes on receipts

In some countries like Saudi Arabia it's required by government to print QR codes on receipt. Each QR code must include company information, order number, time, sales amount, tax and totals.

Watch the video tutorial about doing the actions listed below.

Go to menu Configuration - Bill Configuration - Template.
Insert the following code at the bottom:

{$qrcode}
COMPANY NAME {$propertyname}
INVOICE NUMBER {$orderno}
DATE {$date}
TIME {$time}
SALES AMOUNT {$totalnet}
VAT 15% AMOUNT {$taxtotal}
INVOICE TOTAL AMOUNT {$total}
{$/qrcode}

Note: {$propertyname} will print company name. But if it's in Arabic then there are could be encoding problems.
Thus maybe it's better to put company name in English or type the company name directly in the code like this:

{$qrcode}
COMPANY NAME Quick Chicken
INVOICE NUMBER {$orderno}
DATE {$date}
TIME {$time}
SALES AMOUNT {$totalnet}
VAT 15% AMOUNT {$taxtotal}
INVOICE TOTAL AMOUNT {$total}
{$/qrcode}

See also: