hello, im tring to not print the kitchen ticket when is void, but i cant, any advice!!??
You will have [ORDERS:Void] group in the template. Just remove the lines below it, ie
[ORDERS:Void]
-- Nothing will print for void lines
i have not group created, this is my kitchen emplate:
could you fix it please?
[LAYOUT]
-- General layout
<C21>SALON
<T>
<J10>Fecha:{TICKET DATE} | Hora:{TIME}
{ENTITIES}
<F>-
{ORDERS}
<F>=
<J10>{NOTE}
[ORDERS]
-- Default format for orders
<J20>- {NAME}|{QUANTITY}
{ORDER TAGS}
[ORDER TAGS]
-- Format for order tags
<J11> {ORDER TAG NAME}
[ENTITIES:Table]
-- Table entity format
<C21>Mesa: {ENTITY NAME}
[ENTITIES: Customer]
-- Customer entity format
<J21>Cliente: {ENTITY NAME} {ENTITY DATA:Phone}
2 answers
You will have [ORDERS:Void] group in the template. Just remove the lines below it, ie
[ORDERS:Void]
-- Nothing will print for void lines
i have not group created, this is my kitchen emplate:
could you fix it please?
[LAYOUT]
-- General layout
<C21>SALON
<T>
<J10>Fecha:{TICKET DATE} | Hora:{TIME}
<T>
{ENTITIES}
<F>-
{ORDERS}
<F>=
<J10>{NOTE}
[ORDERS]
-- Default format for orders
<J20>- {NAME}|{QUANTITY}
{ORDER TAGS}
[ORDERS:Void]
-- Nothing will print for void lines
[ORDER TAGS]
-- Format for order tags
<J11> {ORDER TAG NAME}
[ENTITIES:Table]
-- Table entity format
<C21>Mesa: {ENTITY NAME}
[ENTITIES: Customer]
-- Customer entity format
<J21>Cliente: {ENTITY NAME} {ENTITY DATA:Phone}