title: "PriceMutation" category: reference tags: [entity, price-mutation, datamodel] source: Entities.xml date: 2026-04-17 status: published
PriceMutation
Type: Entity Properties: 19 Contexts: 3 Statussen: 4
DB-schema:
lookup_table_schema("PriceMutation")· ../tables/PriceMutation
Contextsbewerken
- 0: Standaard (
PriceMutationContext.None) - 1: Standaard (
PriceMutationContext.Standard) - 2: Catering (
PriceMutationContext.Catering)
Statussenbewerken
- -1: Trash (
PriceMutationStatus.Trash) - 0: None (
PriceMutationStatus.None) - 1: Open (
PriceMutationStatus.Created) - 2: Goedgekeurd (
PriceMutationStatus.Approved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PRMUID | 12 | false | |
| Context | Context | PRMUCONTEXT | false | 1 | |
| DataProvider | UltimoString | PRMUDATAPROVIDER | 50 | true | |
| Date | DateTime? | PRMUDATE | true | SYSDATETIME | |
| Description | UltimoString | PRMUDESCR | 200 | true | |
| Exported | Boolean | PRMUEXPORTED | false | ||
| ExternalId | UltimoString | PRMUEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PRMUEXTERNALSTATUS | 50 | true | |
| Ledger | UltimoString | PRMULGCODE | 12 | true | |
| Price | CompanyMoney | PRMUPRICE | false | 0 | |
| PriceMutationLines | List[PriceMutationLine] | PRMULPRMUID | false | ||
| ProviderMutationDate | DateTime? | PRMUPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | PRMURECCREATEDATE | true | SYSDATETIME | |
| Site | Site | PRMUSITID | true | ||
| Status | Status | PRMURECSTATUS | false | ||
| StatusApprovedDate | DateTime? | PRMUAPPRVDATE | true | ||
| StatusApprovedEmployee | Employee | PRMUAPPRVEMPID | true | ||
| SystemCompany | Company | PRMUCOMPID | false | ||
| TransferNextTime | Boolean | PRMUTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("PriceMutation")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PriceMutation")· ../tables/PriceMutation DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PriceMutation")Before/After Save events voor PriceMutation. Bron:workflows.xml.