Hi Guys, I have encountered a strange issue on V5 where the Order number does not show properly as it used to in V4.
Here is the code that worked on V4 Ticket Template
[LAYOUT]
– General layout
Ticket
Date:{TICKET DATE}
Time:{TIME}
{ENTITIES}
Ticket No:{TICKET NO}
-
{ORDERS}
=
{DISCOUNTS}
[Total Gift:|{ORDER STATE TOTAL:Gift}]
{SERVICES}
Total:|{TICKET TOTAL}
{PAYMENTS}
=
T H A N K Y O U
[DISCOUNTS]
{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
[SERVICES]
{CALCULATION NAME}|{CALCULATION TOTAL}
[PAYMENTS]
{PAYMENT NAME}|{PAYMENT AMOUNT}
[ORDERS]
– Default format for orders
- {QUANTITY} {NAME}|{TOTAL PRICE}
{ORDER TAGS}
[ORDERS:Gift]
– Format for gifted orders
- {QUANTITY} {NAME}|GIFT
{ORDER TAGS}
[ORDERS:Void]
– Nothing will print for void lines
[ORDER TAGS]
– Format for order tags
* {ORDER TAG NAME} | {ORDER TAG PRICE}
[ENTITIES:Table]
– Table entity format
Table: {ENTITY NAME}
[ENTITIES:Customer]
– Customer entity format
Customer: {ENTITY NAME} | {ENTITY DATA:Phone}
It looks like this
Now when I use the same code for V5
It looks like this (Note the huge number is missing)
The same happens for Kitchen order template
[LAYOUT]
Date:{TICKET DATE}|Time:{TIME}
{TICKET TAG:Order No}
-
{ENTITIES}
{TICKET TAG:Take Away}
-
{ORDERS}
=
Total:|R{TICKET TOTAL}
[ORDERS]
- {QUANTITY} x {NAME}
{ORDER TAGS}
-
[ORDERS:Void]
- {QUANTITY} x {NAME}|Void
{ORDER TAGS}
[ORDER TAGS]
– Format for order tags
* {ORDER TAG NAME}
[ENTITIES:Table]
– Table entity format
Table: {ENTITY NAME}
[ENTITIES:Customer]
– Customer entity format
Customer Address:
{ENTITY DATA:Address}
{ENTITY DATA:Phone}
Thanking you in advance,