title: "ReceiptLine" category: reference tags: [entity, receipt-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
ReceiptLine
Type: Entity Properties: 29 Contexts: 1 Statussen: 8
DB-schema:
lookup_table_schema("ReceiptLine")· ../tables/ReceiptLine
Contextsbewerken
- 0: Standaard (
ReceiptLineContext.None)
Statussenbewerken
- -1: Trash (
ReceiptLineStatus.Trash) - 0: None (
ReceiptLineStatus.None) - 1: Open (
ReceiptLineStatus.Created) - 2: Voorl. goedgekeurd (
ReceiptLineStatus.PreApproved) - 4: Goedgekeurd (
ReceiptLineStatus.Approved) - 8: Bestelregel (
ReceiptLineStatus.PurchaseLineAdded) - 16: Retour open (
ReceiptLineStatus.ReturnCreated) - 32: Retour goedgekeurd (
ReceiptLineStatus.ReturnApproved)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id.LineId | UltimoString | RCPLLINEID | 4 | false | |
| Id.Receipt | Receipt | RCPLRCPID | false | ||
| Article | Article | RCPLARTID | true | ||
| Context | Context | RCPLCONTEXT | false | ||
| DataProvider | UltimoString | RCPLDATAPROVIDER | 50 | true | |
| Exported | Boolean | RCPLEXPORTED | false | ||
| ExternalId | UltimoString | RCPLEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | RCPLEXTERNALSTATUS | 50 | true | |
| Extra1 | Int16 | RCPLEXTRA1 | false | ||
| Extra2 | Int16 | RCPLEXTRA2 | false | ||
| Extra3 | Decimal | RCPLEXTRA3 | false | ||
| Extra4 | Decimal | RCPLEXTRA4 | false | ||
| Extra5 | UltimoString | RCPLEXTRA5 | 41 | true | |
| Extra6 | UltimoString | RCPLEXTRA6 | 15 | true | |
| Extra7 | UltimoString | RCPLEXTRA7 | 15 | true | |
| Price | CompanyMoney | RCPLPRICE | false | 0 | |
| ProviderMutationDate | DateTime? | RCPLPROVIDERMUTDATE | true | ||
| PurchaseLine | PurchaseLine | RCPLPCHID, RCPLPCHLID | true | , | |
| PurchaseLines | List[PurchaseLine] | PCHLRCPID, PCHLRCPLLINEID | true | , | |
| ReceivedQuantity | Decimal | RCPLRCVQTY | false | ||
| RecordChangeDate | DateTime? | RCPLRECCHANGEDATE | true | ||
| RecordCreateDate | DateTime? | RCPLRECCREATEDATE | true | SYSDATETIME | |
| ReturnedQuantity | Decimal | RCPLRETQTY | false | ||
| ReturnedToReceiveQuantity | Decimal | RCPLRETTORCVQTY | false | ||
| Status | Status | RCPLRECSTATUS | false | ||
| SystemCompany | Company | RCPLCOMPID | false | ||
| TransferNextTime | Boolean | RCPLTRANSFERNEXTTIME | false | 0 | |
| VendorPurchaseCode | UltimoString | RCPLARTVPURCHCODE | 60 | true | |
| WarehouseLocation | WarehouseLocation | RCPLWHSLWHSID, RCPLWHSLCODE | true | , |
Brondatabewerken
- Entity-definitie —
lookup_entity("ReceiptLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ReceiptLine")· ../tables/ReceiptLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ReceiptLine")Before/After Save events voor ReceiptLine. Bron:workflows.xml.