I want to do something like this:
when a costumer put an order, thw waitress shall select table then select costumer. when a certain costumer selected, a price definition is activated an every item shall be calculated with this price.
here is what I did:
I set up a price definition on products menu and enter the value from price list editor. no problem.
I set up an action to update last ticket price list with the appropriate price definition.
I set up a rule when a costumer is selected the action shall be executed.
now is the problem:
I can't select costumer before an item is selected. the button is disabled until there is an item for order.
after I have an item, I am able to select costumer. unfortunately the price changed for the next item, not the one that already on the list and our kitchen order is printed before I finish entering the order. usually the printing process only started after I click close button.
when I have several items on order list. only the last item will have the new price.
any suggestion? thanks.