title: "Receipt" category: reference tags: [entity, receipt, datamodel] source: Entities.xml date: 2026-04-17 status: published
Receipt
Type: Entity Properties: 36 Contexts: 2 Statussen: 7
Zie ook het handgeschreven artikel: receipt
DB-schema:
lookup_table_schema("Receipt")· ../tables/Receipt
Contextsbewerken
- 0: Standaard (
ReceiptContext.None) - 1: Standaard (
ReceiptContext.Standard)
Statussenbewerken
- -1: Trash (
ReceiptStatus.Trash) - 0: None (
ReceiptStatus.None) - 1: Open (
ReceiptStatus.Created) - 2: Voorl. goedgekeurd (
ReceiptStatus.PreApproved) - 4: Goedgekeurd (
ReceiptStatus.Approved) - 16: Retour open (
ReceiptStatus.ReturnCreated) - 32: Retour goedgekeurd (
ReceiptStatus.ReturnApproved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | RCPID | 9 | false | |
| Context | Context | RCPCONTEXT | false | 1 | |
| Currency | Currency | RCPCURID | false | ||
| CurrencyConversionFactor | Int16 | RCPCURCONVFACTOR | false | 0 | |
| CurrencyRate | Decimal | RCPCURRATE | false | 0 | |
| DataProvider | UltimoString | RCPDATAPROVIDER | 50 | true | |
| Date | DateTime? | RCPDATE | true | SYSDATETIME | |
| Description | UltimoString | RCPDESCR | 200 | true | |
| Exported | Boolean | RCPEXPORTED | false | ||
| ExternalId | UltimoString | RCPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RCPEXTERNALSTATUS | 50 | true | |
| Extra1 | Int16 | RCPEXTRA1 | false | ||
| Extra2 | Int16 | RCPEXTRA2 | false | ||
| Extra3 | Int32 | RCPEXTRA3 | false | ||
| Extra4 | Int32 | RCPEXTRA4 | false | ||
| Extra5 | UltimoString | RCPEXTRA5 | 15 | true | |
| Extra6 | UltimoString | RCPEXTRA6 | 15 | true | |
| Extra7 | UltimoString | RCPEXTRA7 | 15 | true | |
| InvoiceLines | List[InvoiceLine] | INVLRCPID | true | ||
| Lines | List[ReceiptLine] | RCPLRCPID | false | ||
| PackingSlip | UltimoString | RCPPACKINGSLIP | 9 | true | |
| ProviderMutationDate | DateTime? | RCPPROVIDERMUTDATE | true | ||
| Purchase | Purchase | RCPPCHID | true | ||
| RecordChangeDate | DateTime? | RCPRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | RCPRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | RCPSITID | true | ||
| Status | Status | RCPRECSTATUS | false | ||
| StatusApprovedDate | DateTime? | RCPAPPRVDATE | true | ||
| StatusApprovedEmployee | Employee | RCPAPPRVEMPID | true | ||
| StatusPreApprovedDate | DateTime? | RCPPREAPPRVDATE | true | ||
| StatusPreApprovedEmployee | Employee | RCPPREAPPRVEMPID | true | ||
| SystemCompany | Company | RCPCOMPID | false | ||
| Text | UltimoString | RCPTEXT | true | ||
| TransferNextTime | Boolean | RCPTRANSFERNEXTTIME | false | ||
| Vendor | Vendor | RCPVDRID | true | ||
| Warehouse | Warehouse | RCPWHSID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Receipt")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Receipt")· ../tables/Receipt DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Receipt")Before/After Save events voor Receipt. Bron:workflows.xml.