IKitchenOrderProductItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order item
Properties
| Name | Type | Description |
|---|---|---|
| Amount | decimal | Quantity |
| Barcode | string | Barcode |
| Comment | IKitchenOrderProductItemComment | Comment |
| CompoundsInfo | ICompoundOrderItemInfo | Information on composite item components |
| Course | int | Course number |
| Deleted | bool | Deletion flag |
| DeleteTime | DateTime? | Deletion time |
| FoodValue | IFoodValue | Nutritional value |
| GuestName | string | Name of guest who ordered item |
| Kitchen | IRestaurantSection | Kitchen where item is cooked |
| Modifiers | IEnumerable<IKitchenOrderModifierItem> | Modifiers |
| OrderRank | int | Value for sorting items in order |
| PrintTime | DateTime | Kitchen print time |
| Processing1BeginTime | DateTime? | Start time of first step of preparation |
| Processing2BeginTime | DateTime? | Start time of second step of preparation |
| Processing3BeginTime | DateTime? | Start time of third step of preparation |
| Processing4BeginTime | DateTime? | Start time of forth step of preparation |
| ProcessingBeginTime | DateTime? | Cooking start time |
| ProcessingCompletedTime | DateTime? | Preparation end time |
| ProcessingStatus | KitchenProcessingStatus | Item processing status |
| ProcessingStatusExtended | KitchenProcessingStatusExtended | Item processing status |
| Product | IProduct | Product/item |
| ProductSize | IProductItemSize | Size |
| ProductsOfZeroAmountCommonModifiers | IEnumerable<IProduct> | Food for zero quantity common modifiers |
| ProductsOfZeroAmountModifiers | IEnumerable<IProduct> | Food for zero quantity modifiers |
| ServeGroupNumber | int | Serving group number |
| ServeTime | DateTime? | Serving time |
| ServiceChequeBarcode | string | Service ticket barcode |