Draft
This is a preliminary version of the VDM documentation.
CashReceiptItem
- entity type: AggregateRoot
- id:
12d6dd19-275f-45cd-856f-df430d5c71ef - code:
CashReceiptItem - name: CashReceiptItem
- description: integration model for record of cash receipt 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 cash register currency | |
| AmountBase | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax base amount of item in cash register currency | |
| AmountTax | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | tax amount of item in cash register currency | |
| CashReceipt | LookupEntity [CashReceiptHeader] | ✘ | ✘ | ✘ | ✘ | cash receipt header | |
| Comments | MultilineText | ✘ | ✔ | ✔ | ✔ | collection of localized notes, comments and information | |
| CostCenter | LookupEntity [CostCenter] | ✘ | ✔ | ✘ | ✘ | cost organizational structure of the company | |
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✔ | ✘ | ✘ | reference to employee to identify recipient or provider of cash, etc. | |
| MatchingSymbol | Text | ✘ | ✘ | ✘ | ✘ | accounting matching symbol or tax document number | |
| Organization | LookupEntity [Organization] | ✘ | ✔ | ✘ | ✘ | reference to organization to identify recipient or provider of cash, etc. | |
| OrganizationVATIn | LookupEntity [VATIn] | ✘ | ✔ | ✘ | ✘ | receipt organization VAT identification number of receipt item | |
| Project | LookupEntity [ProjectHeader] | ✘ | ✔ | ✘ | ✘ | project structure of company | |
| Quantity | DecimalNumber | ✘ | ✔ | ✘ | ✘ | amount or quantity of product included in item of cash receipt | |
| QuantityUnit | Text | ✘ | ✔ | ✘ | ✘ | unit of amount or quantity of product | |
| Total | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total amount of item in base currency | |
| TotalForeignCurrency | CurrencyNumber | ✘ | ✔ | ✘ | ✘ | total amount of item in cash register currency | |
| VATDate | Date | ✘ | ✔ | ✘ | ✘ | date of taxable performance on receipt item | |
| VATRate | DecimalNumber | ✘ | ✔ | ✘ | ✘ | VAT rate | |
| VATReverseCharge | DecimalNumber | ✘ | ✔ | ✘ | ✘ | VAT rate for reverse charge | |
| WarehouseMasterDataCard | NestedEntity [MasterDataCard] | ✘ | ✔ | ✘ | ✘ | product from warehouse |
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