IProductItem
Definition
- Namespace
- Resto.Front.PrintTemplates.Cheques.Razor.TemplateModels
Order item
Properties
| Name | Type | Description |
|---|---|---|
| Allergens | IEnumerable<string> | Allergens. |
| Amount | decimal | Quantity |
| Combo | IOrderCombo | Combo |
| Comment | IProductItemComment | Comment |
| CommodityCode | string | Product nomenclature code (commodity code) |
| CompoundsInfo | ICompoundOrderItemInfo | Information on composite items components |
| CookingFinishTime | DateTime? | Cooking end time |
| CookingPlace | IRestaurantSection | Production place |
| CookingPlaceType | ICookingPlaceType | Production place type |
| CookingStartTime | DateTime? | Cooking start time |
| Cost | decimal | Cost |
| Course | int | Course |
| DeletionInfo | IOrderEntryDeletionInfo | Information on order item deletion. null if item is not deleted |
| DeliverTime | DateTime? | Serving time |
| ExcludedLocalTaxes | IEnumerable<IOrderEntryTaxInfo> | List local taxes excluded from the price. |
| ExcludedVat | decimal | VAT amount not included into order item cost |
| FoodValue | IFoodValue | Nutritional value |
| GroupModifiers | IEnumerable<IGroupModifier> | Available group modifiers |
| HasMix | bool | Order item has mix |
| IncludedLocalTaxes | IEnumerable<IOrderEntryTaxInfo> | List local taxes included into the price. |
| IncludedVat | decimal | VAT amount included into order item cost |
| MixDeleted | bool | Mix deleted (only for order items with HasMix == true) |
| ModifierEntries | IEnumerable<IModifierEntry> | Used modifiers |
| OrderRank | int | Value for sorting order items from within guest |
| Price | decimal | Unit price |
| PrintTime | DateTime? | Print time |
| Product | IProduct | Item/good/service |
| ProductCategory | IProductCategory | Item category registered as of adding item to order |
| ProductCustomName | string | Custom name of item/good/service |
| ProductSize | IProductItemSize | Size |
| ServeGroupNumber | int | Serving number |
| ServiceChequeBarcode | string | Service ticket barcode |
| SimpleModifiers | IEnumerable<ISimpleModifier> | Available simple modifiers |
| State | ProductItemState | Status |
| UnitWeight | decimal? | UnitWeight |
| Vat | decimal | VAT rate |
| VatCategoryName | string | VAT category name |
| VatIncludedInPrice | bool | VAT included |
| Waiter | IUser | Waiter who added or changed item |