title: "Batch" category: reference tags: [entity, batch, datamodel] source: Entities.xml date: 2026-04-17 status: published
Batch
Type: Entity Properties: 31 Contexts: 2 Statussen: 7
Zie ook het handgeschreven artikel: batch
DB-schema:
lookup_table_schema("Batch")· ../tables/Batch
Contextsbewerken
- 0: Artikel (
BatchContext.None) - 1: Artikel (
BatchContext.Article)
Statussenbewerken
- -1: Trash (
BatchStatus.Trash) - 0: None (
BatchStatus.None) - 1: Open (
BatchStatus.Created) - 2: Actief (
BatchStatus.Active) - 4: Geblokkeerd (
BatchStatus.Blocked) - 8: Leeg (
BatchStatus.Emptied) - 16: Vervallen (
BatchStatus.Expired)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | BTCHID | 9 | false | |
| Article | Article | BTCHARTID | true | ||
| ArticleGroup | ArticleGroup | BTCHAGID | true | ||
| BatchWarehouseLocations | List[BatchWarehouseLocation] | BTCHWHSLBTCHID | false | ||
| Context | Context | BTCHCONTEXT | false | 1 | |
| DataProvider | UltimoString | BTCHDATAPROVIDER | 50 | true | |
| ExpiryDate | Date? | BTCHEXPIRYDATE | true | ||
| Exported | Boolean | BTCHEXPORTED | false | 0 | |
| ExternalId | UltimoString | BTCHEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | BTCHEXTERNALSTATUS | 50 | true | |
| InitialQuantity | Decimal | BTCHINITIALQUANTITY | false | 0 | |
| ProviderMutationDate | DateTime? | BTCHPROVIDERMUTDATE | true | ||
| ReceiptLine | ReceiptLine | BTCHRCPLRCPID, BTCHRCPLLINEID | true | , | |
| ReceivedDate | DateTime? | BTCHRECEIVEDDATE | true | ||
| RecordCreateDate | DateTime? | BTCHRECCREATEDATE | true | SYSDATETIME | |
| RemarkText | UltimoString | BTCHREMARKTEXT | true | ||
| Status | Status | BTCHRECSTATUS | false | 1 | |
| StatusActiveDate | DateTime? | BTCHACTIVEDATE | true | ||
| StatusActiveEmployee | Employee | BTCHACTIVEEMPID | true | ||
| StatusBlockedDate | DateTime? | BTCHBLOCKEDDATE | true | ||
| StatusBlockedEmployee | Employee | BTCHBLOCKEDEMPID | true | ||
| StatusCreatedDate | DateTime? | BTCHCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | BTCHCREATEDEMPID | true | USERID | |
| StatusEmptiedDate | DateTime? | BTCHEMPTYDATE | true | ||
| StatusEmptiedEmployee | Employee | BTCHEMPTYEMPID | true | ||
| StatusExpiredDate | DateTime? | BTCHEXPIREDDATE | true | ||
| StatusExpiredEmployee | Employee | BTCHEXPIREDEMPID | true | ||
| SystemCompany | Company | BTCHCOMPID | false | ||
| TransferNextTime | Boolean | BTCHTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | BTCHVDRID | true | ||
| VendorBatchCode | UltimoString | BTCHVENDORBATCHCODE | 12 | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("Batch")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("Batch")· ../tables/Batch DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="Batch")Before/After Save events voor Batch. Bron:workflows.xml.