Hi all,
Firstly big thanks to all the contributors and the admins for keeping up the good work. Have generally been using Sambapos V4 for the last couple of years and its been great. I can’t seem to find the answer to my question below.
I would like the multiple of the same items on a printer template to be listed as one item with the quantity next to it. Currently, it lists the same item one after the other.
Hope this explains things.
Thanks
Using the below printer template.
[LAYOUT]
– General layout
29,40,76,6,0,48,69,32,32,1,1
|
Restaurant Name
{TICKET DATE} {TICKET TIME}|Server: {USER NAME} #{TICKET NO}
{ENTITIES}
[NOTE: {NOTE}]
-
{ORDERS}
=
{DISCOUNTS}
[Total FREE:|{ORDER STATE TOTAL:Gift}]
Subtotal:|[=F(TN(’{TICKET TOTAL}’)-TN(’{TAX TOTAL}’))]
{TAXES}
Tax Total:|{TAX TOTAL}
{SERVICES}
TOTAL:|($[=F(TN(’{TICKET TOTAL}’)/20)]) {TICKET TOTAL}
-
{PAYMENTS}
[CC Info: {TICKET TAG:CCtype} ({TICKET TAG:CCdigits})]
[CHANGE:|[=F(TN(’{CHANGE TOTAL}’))]]
[=
{TICKET TAG:GCN}|Balance: [=F(TN(’{TICKET TAG:GCB}’))]]
*
* HAPPY HOUR 3-5pm Mon-Fri *
*
My company Information (address, phone)
[DISCOUNTS]
{CALCULATION NAME} {CALCULATION AMOUNT}|{CALCULATION TOTAL}
[PAYMENTS]
{PAYMENT NAME}: | {TENDERED}
[ORDERS]
– Default format for orders
{QUANTITY} {NAME}|{PRICE} {TOTAL AMOUNT}
{ORDER TAGS}
[ORDERS:Gift]
– Format for gifted orders
{QUANTITY} {NAME}|FREE
{ORDER TAGS}
[ORDERS:Void]
– Nothing will print for void lines
[ORDER TAGS]
– Format for order tags
{ORDER TAG QUANTITY} {ORDER TAG NAME}| {ORDER TAG PRICE}
[ENTITIES:Table]
– Table entity format
Table: {ENTITY NAME}
[ENTITIES:Customer]
– Customer entity format
Cust: {ENTITY NAME}|Bal: {ENTITY BALANCE}
[TAXES]
Tax {TAX NAME} ({TAX RATE}%)
{TAX AMOUNT}
[SERVICES]
{CALCULATION NAME} ([=F(TN(’{CALCULATION AMOUNT}’))])
{CALCULATION TOTAL}
Thank you. Works perfectly.