OrderItemStatus EnumerationiikoFront Api V3 Documentation
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 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

Reference