Disable void ticket printing kitchen printer

Continuing the discussion from Disable void ticket printing in kitchen:

Hello Everyone,
Sorry to bring back this old topic,
the reason why i don’t want to print void is that the waiting staff have to communicate directly with kitchen about voids.

this is my template:

[LAYOUT]
-- <J00>Date:{TICKET DATE}|Time:{TIME}
-- Ticket No: {TICKET NO}
-- <J00>Table Nb: {ENTITY NAME:Table}
-- <J00> Time:{TIME}
<C99J55>{ENTITY NAME:Table}
<F>-
{ORDERS}
<F>-
<J00>Date:{TICKET DATE}|Time:{TIME}
{NOTE} 
<ESC>i

[ORDERS]
<L00J11>-{QUANTITY}x {NAME}
{ORDER TAGS}
<L00>
[ORDERS GROUP|PRODUCT TAG:Kitchen Group:Small Plates,Pizzas,Pastas,Burgers,Dessert,Lunch,Mains]
<L00>
 <J11>~ {GROUP KEY} ~
<F>~
[ORDERS GROUP|PRODUCT TAG:Kitchen Group:Soft Drinks,Soda,Wines,Beers,Cocktails,Coffee,Italian Soft Drinks,Juice]
<L00>
<F>~

[ORDER TAGS]
<J10> *********{ORDER TAG NAME}{ORDER TAG PRICE}*********

Now i imported the database from V4 to V5.
and in V4 voids orders weren’t printed only header were.

is there any other setting in V5 that i should be aware of?

Kind Regards
Claudio

No. The behavior is the same.

However, you have no special handling for Voids in your Template.

In general, if you do not want to print Void Orders, you would add a section as such:

[ORDERS:Void]
-- do not print voided orders
1 Like

Thank you so much QMcKay! that work perfectly!

1 Like