Click or drag to resize

IKitchenOrderProductItem Properties

The IKitchenOrderProductItem type exposes the following members.

Properties
 NameDescription
Public propertyAmountProduct amount to be cooked.
Public propertyBaseOrderItemIdId of the cooking item (IOrderCookingItem) from the base order (IOrder) this item was created from.
(Inherited from IKitchenOrderCookingItem)
Public propertyCommentOptional text comment, can be used as a message from waiter to cook.
(Inherited from IKitchenOrderCookingItem)
Public propertyCookingTimeStandard cooking time defined by settings if cooking is started, otherwise null.
(Inherited from IKitchenOrderCookingItem)
Public propertyCourseGets course of this kitchen order item.
(Inherited from IKitchenOrderCookingItem)
Public propertyDeletedWhether printed item has been deleted from source order.
(Inherited from IKitchenOrderCookingItem)
Public propertyEstimatedCookingBeginTimeMoment when item cooking should be started. This property is null until cooking should be started.
(Inherited from IKitchenOrderCookingItem)
Public propertyFoodValue 
Public propertyId
(Inherited from IEntity)
Public propertyIsCookingStartedWhether cooking of the item started. Depending on kitchen settings and waiter intentions item cooking can start immediately after printing or with some delay. Item with short cooking time may wait for long-time cooking item from the same serve group (to be served together), item of second or above course may wait for corresponding serve cheque printing. This property is perfect, expected state, do not mess up with processing status, which means actual status (cook can begin processing before or after the appointed time).
(Inherited from IKitchenOrderCookingItem)
Public propertyKitchenItem cooking place.
(Inherited from IKitchenOrderCookingItem)
Public propertyModifiersGets product modifiers. This collection is kitchen equivalent of simple and group child modifiers of the source product.
Public propertyPrintTimeSource order item print time.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessing1BeginTimeMoment when item last time switched to the Processing1 or greater status.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessing2BeginTimeMoment when item last time switched to the Processing2 or greater status.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessing3BeginTimeMoment when item last time switched to the Processing3 or greater status.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessing4BeginTimeMoment when item last time switched to the Processing4 or greater status.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessingCompleteTimeMoment when item last time switched to the Processed or greater status.
(Inherited from IKitchenOrderCookingItem)
Public propertyProcessingStatusGets current position in a item processing lifecycle.
(Inherited from IKitchenOrderCookingItem)
Public propertyProductProduct to be cooked.
Public propertyServeGroupNumberIdentifies order item products group to be served together. Cooking of items from the same order with the same serve group number should be completed at the same time, so that waiter will serve them together.
(Inherited from IKitchenOrderCookingItem)
Public propertyServeTimeMoment when item last time switched to the Served status.
(Inherited from IKitchenOrderCookingItem)
Public propertySizeGets size of the order item if it's product or template has scale, otherwise null.
(Inherited from IKitchenOrderCookingItem)
Public propertyZeroAmountModifiersData 
Top
See Also