I own a restaurant and have been able to implement my options successfully. What I am hoping it that I can reduce the number of buttons on my screen for better selection of options when items are being rung up.
For example. One of my menu items has a lot of options. It works, but it was cumbersome to create the ticket options for just this specific meal.
I am hoping to reduce the “EGGS” options to one button, that when pressed pops up a selection window of all the egg options. Then closes when the option is chosen. I’d like to do the same for several items when they are chosen to simplify order entry. Once I get this figured out, the rest will be a piece of cake.
Pretty sure if I remember right you can set an order on the template but not on screen.
If you look up order group sorting in templates topic pretty sure same method applies to tags.
Pretty sure it went in to detail for someones kitchen display template to sort and format different tags.
Also, in your Template, if you have something like:
[ORDERS]
<L00>{NAME}
{ORDER TAGS}
[ORDER TAGS]
<L00> {ORDER TAG QUANTITY} {ORDER TAG NAME}
You can specify sorting like this:
[ORDERS]
<L00>{NAME}
{SORTED ORDER TAGS}
[SORTED ORDER TAGS]
<L00> {ORDER TAG QUANTITY} {ORDER TAG NAME}
[SORTED ORDER TAGS GROUP|Sauteed,OTS]
[SORTED ORDER TAGS GROUP:Sauteed]
<L00> ~~~ SAUTEED ~~~
[SORTED ORDER TAGS GROUP:OTS]
<L00> ~~~ ON THE SIDE ~~~
Where:
[SORTED ORDER TAGS GROUP|Sauteed,OTS]
Tag Group Ordering ^^^^^^^ ^^^
and:
[SORTED ORDER TAGS GROUP:Sauteed]
<L00> ~~~ SAUTEED ~~~ ||||
Heading ^^^^^^^^^^^^^^^ ^^^^ Group