Bennett000
Technical User
Here's an example of what I'd like to achieve:
Server places an order selects [Cheeseburger],
The customer doesn't want a bun
Server presses [No], and then [Bun], [Send]
The order prints up in the kitchen, says:
Cheeseburger
No Bun
Meanwhile Product Management knows that a cheeseburger is a Hamburger patty, a slice of cheese, and a bun, and from this No bun selection, the PM Software also knows not to subtract a bun from our inventory, since the customer doesn't want one.
I'm assuming the solution to this problem involves default condiments, the condiment prefix 'no', and [Do Not Deplete From Inventory] selected on the MI options group on the options page of Menu Items.
My problem is that I can't seem to figure out how to set conversational ordering up correctly, and to use the [No] button correctly. The absence of prefixes in the help files does not help.
I've created a Menu Item Class that is a 'condiment' and a 'condiment prefix' and selected 'No' from the drop down. I've also added a menu item called 'No', that is part of that menu item class. Also I've got a 'test cheeseburger' with some default condiments on it. I just can't get the 'no' button to work, perhaps because it's being referenced in the touchscreen designer as a 'menu item'.
What is the best way to setup my system to track inventory, and use condiment prefixes properly?
Server places an order selects [Cheeseburger],
The customer doesn't want a bun
Server presses [No], and then [Bun], [Send]
The order prints up in the kitchen, says:
Cheeseburger
No Bun
Meanwhile Product Management knows that a cheeseburger is a Hamburger patty, a slice of cheese, and a bun, and from this No bun selection, the PM Software also knows not to subtract a bun from our inventory, since the customer doesn't want one.
I'm assuming the solution to this problem involves default condiments, the condiment prefix 'no', and [Do Not Deplete From Inventory] selected on the MI options group on the options page of Menu Items.
My problem is that I can't seem to figure out how to set conversational ordering up correctly, and to use the [No] button correctly. The absence of prefixes in the help files does not help.
I've created a Menu Item Class that is a 'condiment' and a 'condiment prefix' and selected 'No' from the drop down. I've also added a menu item called 'No', that is part of that menu item class. Also I've got a 'test cheeseburger' with some default condiments on it. I just can't get the 'no' button to work, perhaps because it's being referenced in the touchscreen designer as a 'menu item'.
What is the best way to setup my system to track inventory, and use condiment prefixes properly?