Click or drag to resize

OrderItemStatus Enumeration

Describes the status of an order item.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public enum OrderItemStatus
Members
  Member nameValueDescription
Added0Newly added item.
PrintedNotCooking1Item was printed with low priority (Second, Third, Fourth) and corresponding course serve cheque wasn't printed yet.
CookingStarted2Order 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.
CookingCompleted3Order item cooking completed, so it's ready to serve.
Served4Order item is served.
See Also