0
Completed

Modifier Printing

Brittany CH 6 years ago in POS / RESTAURANT POS updated by Product Engineering 2 months ago 2

1. Logic


The Same table orders 2 burgers:

Burger (menu item) with French fries, no tomatoes (modifiers)

Burger (menu item) with onion rings, extra tomatoes (modifiers)

French fries and onion rings modifiers are sent to a hot printer

Tomato modifier goes to salad printer

If a modifier from a menu item is sent only to one printer then it prints only on one printer however when AT LEAST one modifier prints on both printers, then the rest modifiers need to be printed on both printers.

In our example:

When fries are sent to the hot printer and tomatoes are sent to salad printer, then both of the modifiers need to print on both printers:

Hot Printer: Burger (menu item) with French fries, no tomatoes

Cold Printer: Burger (menu item) with French fries, no tomatoes

2. To implement the feature, we need to do as following:

On a printer level enable a feature:

Multi Modifiers Print

If this feature is enable (disable by default) the above logic applies.