Additional Orders for Kitchen Orders

Tags: v8preview6 v8

In the Api V8Preview6, the ability to create additional orders for kitchen orders has been added.

The formation of a kitchen additional order occurs after creating the corresponding additional order for a closed order at the waiter station. That is, if an additional order is created at the waiter station, then when it is printed, the created kitchen order will also be considered an additional order to the kitchen order, to which the additional order was made.

For this purpose, a field GroupKitchenOrderId has been added to IKitchenOrder, which contains the id of the kitchen order to which this order is an additional order.

Alternatively, an order can be marked as an additional order using the operation MarkOrderAsAdditional. Existing kitchen orders will receive the same connection as their waiter parts.