Hello, with the current kitchen display it shows all products. Is their a filter that i can use to choose specific products to show. Products prepared in the kitchen.
The code in the below documentation shows all products
I don’t know if one can explicitly exclude by menu item.
What we do is use a Rule that fires on Order Added to Ticket event and in the constraints, specify the menu item or the group name, then an order state is set.
Then use something like this where “Quick” is the state value you set. It is important that groups like this appear before the [Orders] heading.
Here you can see where I added the section to ignore hidden items. If you either of those two tickets, you’ll see there are more items on the ticket than displayed in the lister.
Rules and actions for this are prefixed with “EX”.
One example that will set an order state to “Hidden” for beverages and Bacon and Cheese menu item. You can customise constraints to suit your needs.