Describes the status of an order item.
Namespace: Resto.Front.Api.V3.Data.Orders
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public enum OrderItemStatus
Members
Member name | Value | Description | |
---|---|---|---|
Added | 0 | Newly added item. | |
PrintedNotCooking | 1 | Item was printed with low priority (Second, Third, Fourth) and corresponding course serve cheque wasn't printed yet. | |
CookingStarted | 2 | Order item was printed with high or normal priority (Vip, First) or was printed with low priority and it's corresponding course serve cheque was also printed. | |
CookingCompleted | 3 | Order item cooking completed, so it's ready to serve. | |
Served | 4 | Order item is served. |
See Also