- Print
- DarkLight
- PDF
What embedded codes are possible in the header and footer of a receipt?
The following codes are currently available:
<date> | Date (format determined by active language setting) |
<date:x> | Date plus specified number of extra days. Example: <date:8> will display the date on the receipt as March 28th when the system date is March 15th. |
<time> | Time (format determined by active language setting) |
<receiptnumber> | Receipt number |
<posterminalnumber> | POS terminal number |
<posterminaldescription> | Description of the POS terminal (from POS version 17.4 and higher) |
<logo> or <logo1> | Print the 1st logo (bitmap) indicated in the POS terminal at this position |
<logo2> | Print the 2nd logo (bitmap) indicated in the POS terminal at this position |
<userloginname> | Login name of cash register employee |
<userfullname> | Full name of cash register employee |
<userfirstname> | First name of cash register employee |
<userlastname> | Last name of cash register employee |
<userinitials> | Initials of cash register employee |
<addon> | The footer text from this code onwards is considered as the 2nd footer. This can be used as an alternative to separately specifying the 2nd cash register receipt footer. |
<smallfont> | Start with small font from here |
<bigfont> | Start with big font from here |
<normalfont> | Start from here with standard (normal) font |
<doubleheightfont> | Start from here with double height font |
<doublewidthfont> | Start from here with double width font |
<euro> | Print the Euro sign |
<rowleftalign> | Print this line left aligned |
<rowcenteralign> | Print this line centered |
<rowrightalign> | Print this line right aligned |