VFD won't print Change Due and Tendered

Change Due and tendered are return “0” when after pay.

And this is my print templete…

Did you mean to make two of the same post?

Can you show the rule that is executing that print job? It looks like its printing before Payment is made.

Show screenshots for:
Action for Execute Pole Total.
Rule for Change Amount Updated.

1 Like

Thanks, it is already solve…but i have a new problem about the Print templete…

why the receipt header like this?

Copy and paste your template so we can see it

2 Likes

This is my print template

[LAYOUT]
<J10>TAX INVOICE
<el>
<J00>
<J00>Date:{TICKET DATE}|Receipt No:{TICKET NO}
{ENTITIES}                        (RM)   TAX
<F>-
{ORDERS}
<F>-
<J00>Taxable - SR |{ORDER STATE TOTAL:GST @ 6% Applied}
<J00>GST @ 6% Total :| {TAX TOTAL}
<F>-
{DISCOUNTS}
{SERVICES}
<J11>Total:|{TICKET TOTAL}
{PAYMENTS}

<DB>
<L>
<J00>============== Tax Added ===============
<J00>
<EB>
<F>*
<L>    * Thank you for shopping with us! *
<F>*
<DB>
<XCT>27,112,0,25,250

[DISCOUNTS]
<J00>{CALCULATION NAME} %{CALCULATION AMOUNT}|{CALCULATION TOTAL}

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

[ORDERS]
<J00:2>{QUANTITY}x{NAME}|{TOTAL AMOUNT}| - {ITEM TAG:GST}R
{ORDER TAGS}
<J00>{ITEM TAG:English}

[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}

How did you configured header? It looks like it does not printing from template. If you want you can cancel header and include it into template like…

[LAYOUT]
<C10>RESTORAN KHI TEN
<C00>(0344384-M)
<C00>99.JALAN BERINGIN, TAMAN MELODIES
<C00>80250 JOHOR BAHRU, JOHOR
<C00>Tel: 07-3349495
<C00>GST NO: 001762811904
<C00>
<C10>TAX INVOICE
.... rest of template

You’ll notice <C10> tag both defines position and font size. You can get more info from this tutorial.

… also I’ve corrected your post to fix how your template appears. Please read this post to learn how to properly format your templates while posing in forum.

2 Likes