Draft
This is a preliminary version of the VDM documentation.
IssuedOrderItem
- entity type: AggregateRoot
- id:
569e7efa-dc7f-4cc9-a37d-fac7d3e86d75 - code:
IssuedOrderItem - name: IssuedOrderItem
- description: records of order items
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Amount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total amount of item in document currency | |
| AmountAfterDiscount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total amount of item after discount | |
| AmountAfterDiscountBase | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax base amount of item after discount | |
| AmountAfterDiscountTax | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax amount of item after discount | |
| AmountBase | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax base amount of item in document currency | |
| AmountDiscount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | fixed base amount discount value in document currency | |
| AmountTax | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax amount of item in document currency | |
| AmountUnit | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | unit amount of item in document currency | |
| AmountUnitBase | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | unit base amount of item in document currency | |
| BarCode | NestedEntity [BarCode] | ✘ | ✔ | ✘ | ✘ | bar code of the order item | |
| Comments | MultilineText | ✘ | ✔ | ✔ | ✔ | localized notes, comments and information | |
| CostCenter | LookupEntity [CostCenter] | ✘ | ✔ | ✘ | ✘ | cost organizational structure of company | |
| DiscountUnitAmount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | fixed amount discount value | |
| Done | LookupEntity [OrderDoneType] | ✘ | ✘ | ✘ | ✘ | processing status of the order received | |
| DoneQuantity | DecimalNumber | ✘ | ✘ | ✘ | ✘ | fulfilled quantity | |
| IssuedOrderHeader | LookupEntity [IssuedOrderHeader] | ✘ | ✔ | ✘ | ✘ | header of the order to which the items belong | |
| ItemNo | DecimalNumber | ✘ | ✘ | ✘ | ✘ | unique user row number (not an id) | |
| JobOrder | LookupEntity [JobOrder] | ✘ | ✔ | ✘ | ✘ | job order number | |
| Name | Text | ✘ | ✔ | ✘ | ✘ | name of source on item | |
| PercentageDiscount | DecimalNumber | ✘ | ✔ | ✘ | ✘ | percentage discount on the invoice item (corresponds to amount of property AmountDiscount) | |
| PlannedDeliveryDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | the date and time the order should be delivered | |
| Project | LookupEntity [ProjectHeader] | ✘ | ✔ | ✘ | ✘ | project number | |
| Quality | LookupEntity [Quality] | ✘ | ✔ | ✘ | ✘ | quality of ordered item | |
| Quantity | DecimalNumber | ✘ | ✔ | ✘ | ✘ | required quantity of the ordered item | |
| QuantityRecalculation | DecimalNumber | ✘ | ✔ | ✘ | ✘ | recalculation ratio between quantity registration unit and quantity issue unit | |
| QuantityRegisterUnit | LookupEntity [MeasurementUnit] | ✘ | ✘ | ✘ | ✘ | register quantity unit if it differs from quantity of ordered unit | |
| QuantityUnit | LookupEntity [MeasurementUnit] | ✘ | ✘ | ✘ | ✘ | measure units for the item | |
| ReferenceNumber | LookupEntity [ReferenceNumber] | ✘ | ✔ | ✘ | ✘ | item reference number | |
| StockMasterCard | LookupEntity [StockMasterDataCard] | ✘ | ✔ | ✘ | ✘ | master data card on the order item | |
| TotalAmount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total price for the item with respect to the requested quantity. It is in domestic currency. | |
| TotalCurrencyAmount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total price for the item with respect to the requested quantity. It is in foreign currency. | |
| UnitCurrencyAmount | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | currency amount per unit | |
| Variant | LookupEntity [Variant] | ✘ | ✔ | ✘ | ✘ | variant of the order item | |
| VATRate | DecimalNumber | ✘ | ✔ | ✘ | ✘ | rate of VAT | |
| Warehouse | LookupEntity [Warehouse] | ✘ | ✔ | ✘ | ✘ | warehouse for which the order was created | |
| WarehouseLocation | LookupEntity [WarehouseLocation] | ✘ | ✔ | ✘ | ✘ | warehouse location of ordered item |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here