i have an issue with my tickets
Please check i have sold 4 sausages @ 50.00 each
the ticket was supposed to display 50.00*4=200.00
However you will realie the total figure shown (1250.00)is okay.
So the discrepancy is not on the summing up of all products but its on displaying the correct amount after multiplying quantity ordered with amount of each item.
I will show my ticket template tomorrow
I don’t know why the system is not multiplying the product purchased with the cost as indicated.
please let me know why and how i can fix this
1 sausage = 50.00
4 sausages= 200.00
Show your template…
You have used the tag for order price rather than order/line total.
i will show the template soon as i get back in the facility,should be the first thing tomorrow
[LAYOUT]
-- General layout
<T>Receipt
<ec>
<BAR>123456789
<dc>
<F>*
<F>=
<L00>[=FD('{TICKET DATE}','dd/MM/yyyy')]
<L00>Time:{TIME}
<L00>user:{USER NAME}
<L00>Ticket No:{TICKET NO}
<J00>{TICKET TAG:SG}
{ENTITIES}
<F>-
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
<J10>Sub Total:|{PLAIN TOTAL}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
{TAXES}
<F>-
<J10>Tax:|{TAX TOTAL}
<J10>Total:|{TICKET TOTAL}
<F>-
{PAYMENTS}
<XCT>27,112,0,25,250
<F>=
<EB>
<F>-
<C6>THANKYOU AND WELCOME AGAIN
<DB>
<XCT>27,112,0,25,250
<DB>
<F>=
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}
[PAYMENTS]
<J00>{PAYMENT NAME}: |{TENDERED TOTAL}
<J00>Change Due: |{CHANGE TOTAL}
[ORDERS]
-- Default format for orders
<J00>- {QUANTITY} {NAME}|{PRICE}
{ORDER TAGS}
[ORDERS:Gift]
-- Format for gifted orders
<J00>- {QUANTITY} {NAME}|**GIFT**
{ORDER TAGS}
[ORDERS:Void]
-- Nothing will print for void lines
[ORDER TAGS]
-- Format for order tags
<J00> * {ORDER TAG NAME} | {ORDER TAG PRICE}
[ENTITIES:Table]
-- Table entity format
<L00>Table: {ENTITY NAME}
[ENTITIES:Customer]
-- Customer entity format
<J00>Customer: {ENTITY NAME} | {ENTITY DATA:Phone}
[TAXES]
<J00>{TAX NAME}|{TAX AMOUNT}
This is my template though
Change {PRICE} to {TOTAL} or {TOTAL AMOUNT}
where is the price in the template shown above
I have to let you use a little effort finding it. Or even browser menu “Find in this page”
Thankyou sukasem i have figured out where the problem was