Draft
This is a preliminary version of the VDM documentation.
Discount
- entity type: AggregateRoot
- id:
e9e124d3-8fe1-445c-bae7-708d805db231 - code:
Discount - name: Discount
- description: discounts for organization, warehouse card and so on
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Amount | DecimalNumber | ✘ | ✔ | ✘ | ✘ | the amount of discount | |
| CardGroup | LookupEntity [CardGroup] | ✘ | ✔ | ✘ | ✘ | a group of master data card for the allocation of a discount | |
| Currency | LookupEntity [Currency] | ✘ | ✔ | ✘ | ✘ | the currency in which the discount is | |
| Description | MultilineText | ✘ | ✔ | ✘ | ✔ | description for discount | |
| DiscountGroup | LookupEntity [DiscountGroup] | ✘ | ✔ | ✘ | ✘ | a group of organizations for the allocation of a discount | |
| DiscountType | LookupEntity [DiscountType] | ✘ | ✘ | ✘ | ✘ | discount type (values: percentage, amount) | |
| MasterDataCard | LookupEntity [StockMasterDataCard] | ✘ | ✔ | ✘ | ✘ | the master data card for which the discount applies | |
| Name | Text | ✘ | ✔ | ✘ | ✔ | the name of the discount | |
| Number | Text | ✘ | ✘ | ✘ | ✔ | the identificator of the discount | |
| Organization | LookupEntity [Organization] | ✘ | ✔ | ✘ | ✘ | the organization for which the discount applies | |
| Status | LookupEntity [DiscountStatus] | ✘ | ✘ | ✘ | ✘ | discount validity status | |
| ValidFromDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | the date from which the discount is valid | |
| ValidFromValue | DecimalNumber | ✘ | ✔ | ✘ | ✘ | the amount or quantity from which the discount is valid | |
| ValidToDate | UtcDateTime | ✘ | ✔ | ✘ | ✘ | the date to which the discount is valid | |
| ValueType | LookupEntity [DiscountValueType] | ✘ | ✘ | ✘ | ✘ | according to which value on the document the discount will be allocated (values: quantity on the item, amount on the item, total amount on the document) | |
| Warehouse | LookupEntity [Warehouse] | ✘ | ✔ | ✘ | ✘ | warehouses where discounts are applied |
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