In Ticket Lister how to display some order group, not all order.
Which Groups do you want to show?
only show some group, example beer and salads…
When you say ticket lister can you show me a screenshot and explain what it is your wanting to filter?
<T>{ENTITY NAME:Table}
<F>-
{ORDERS}
<F>=
<J10>Total:|[=FF('{TICKET TOTAL}','#,###')]
<F>=
[ORDERS GROUP|PRODUCT GROUP]
<C00>----{GROUP KEY}-----
[ORDERS]
<L00>{QUANTITY}X {NAME}
{ORDER TAGS}
[ORDERS:Void]
<J00>{QUANTITY} {NAME}|**Void**
{ORDER TAGS}
[ORDER TAGS]
-- Format for order tags
<L00> * {ORDER TAG NAME}
this is template in format field…
in the widget you would have to filter by the Product Group… ill give you screenshot in a minute.
EDIT: Hmm actually looks like I may be wrong. I am not sure how to do this if it is possible.
only show some product or important product on the first line?
Well I know you can tag orders… and tell it to only show those tagged orders… but thats not really what your needing.
how to use that order filter?
try '{GROUP CODE}' is 'Salads' in Order filter
it not work…
Do you have group codes setup for products? It works great for me. But i have Group Codes for all my products
'{GROUP CODE}' != 'Drinks' could work too if your Group Code for drink products was Drinks This would exclude just drinks from tickets instead of only showing salads.
Example:
thanks,
‘{GROUP CODE}’ == ‘Drinks’
it’s work…







