Customer Display Total+Change Due

I use following Templates for customer Display to show total price and change Due.
What is wrong in this please? Normally it must be good. I cannot find any error:

  • Pole items shows me Total, sometimes on firts line, and sometimes on second line
    ( i use a display 2 x 20 lines. It is working well, only amounts are wrong)
  • Pole Total doesnt show me amounts correctly.

POLE ITEMS

[LAYOUT]
{ORDERS}
Total: {TICKET TOTAL}
[ORDERS]
{QUANTITY} {NAME} |:| {TOTAL AMOUNT}


POLE TOTAL

[LAYOUT]

Pd:{TENDERED TOTAL}| Chg:{CHANGE TOTAL}
Total: {TICKET TOTAL}

Don’t duplicate questions, won’t get you faster results, and again, you need to highlight code when posting so formatting tags arnt stopped by forum system.

Sorry for repeating, i wanted to send simply used templates. Can you propose me some ideas or any tutorial that is working? in Forum i saw some tutorials (normally need to create 3 templates, in tutorial all three are created) but one is working the other one from them is not working.

Thanks in advance.

You arnt listening.
You need to show actual template, forum system stops code unless you mark it as code with the </> button in editor.

I used following templlates:

  • Pole Banner is working well.
  • Pole Items shows Ticket total sometimes on first line, sometimes in second line
  • Pole Total : Change Due is wrong.

image

What the xct code there?
Maybe try taking the empty line out…

You meant remove xct in PoleTotal and R` in P.total?

This Templates are related with Ticket Template that i use now? I will send you too in a while, if needed


This is my TicketTemplate

[LAYOUT]
-- General layout
<BMP>C:\logo.jpg
<EB>
<T10>xx Pizza
<J9>     Restaurant & Pizzeria
<L>
<L00>xxx
<L00>xxx
<L00>Tel: ooo  ooo oo oo
<L>
<L00>CHE-787878 MWST

<L00>www.xxx.ch
<DB>
<L>
<C11>{DEPARTMENT}
<T>Ticket
<L00>Date:{TICKET DATE}
<L00>Time:{TIME}
{ENTITIES}
<T8>Ticket No:{TICKET NO}
<F>=
{ORDERS}
<F>=
<EB>
{DISCOUNTS}
{TAXES}
[<J10>Total Gift:|{ORDER STATE TOTAL:Gift}]
<J10>Rechnung Total:|{TICKET TOTAL}
<L>
{PAYMENTS}
<DB>
<F>=
<L>
<C10>Danke Grazie Thank You  Merci
<F>-
<L00>{NOTE}
<L>
[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

[SERVICES]
<J00>{CALCULATION NAME}|{CALCULATION TOTAL}

[PAYMENTS]
<J00>{PAYMENT NAME}|{PAYMENT AMOUNT}

[ORDERS]
-- Default format for orders
<J9>- {QUANTITY} {NAME} ({PRICE})|{TOTAL AMOUNT}
{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
<C10>Table: {ENTITY NAME}
<L>
[TAXES]
<L00>MWST: {TAX NAME} 
<L00>Taxable Amount: {TAXABLE AMOUNT}Tax Amount: {TAX AMOUNT}
<F>-
[ENTITIES:Customer]
-- Customer entity format
<F>-
<C10>{ENTITY DATA:Name Vorname}
<C10>{ENTITY DATA:Strasse}
<C10>{ENTITY DATA:PLZ Ort}
<C10>{ENTITY DATA:Phone:}
<C10>T E L : {ENTITY NAME}
<F>

I meant what are your xct codes for?
And try removing the empty line with just r, you in theory sending 3 lines 1st one empty…

Change Due and Tendered are still not displayed. Thanks in advance for other suggestion…

What were the xct codes for??

The xct code in his screenshots is taken directly from the tutorial in this case “31,20,17”, the command is meant to clear the display, and set the printer to obey line feeds.
This may not be the correct code for his pole display.
I’m guessing the “12” is form feed / clear screen.

The code xct in pole banner is working fine. I have problems with pole items and pole total. I have used cxt 12 as you suggested, but result is the same. Pole items doesnt show a“ticket total“ on same line, sometimes on first line, sometimes on second line.

And pole total doesnt show change due! I do nt know what is wrong with that!

What is the automation? What events are being used?