title: "InvoicePeriod" category: reference tags: [entity, invoice-period, datamodel] source: Entities.xml date: 2026-04-17 status: published
InvoicePeriod
Type: Entity Properties: 9 Contexts: 3 Statussen: 4
DB-schema:
lookup_table_schema("InvoicePeriod")· ../tables/InvoicePeriod
Contextsbewerken
- 0: Standaard (
InvoicePeriodContext.None) - 1: Standaard (
InvoicePeriodContext.Standard) - 2: Reservering (
InvoicePeriodContext.Reservation)
Statussenbewerken
- -1: Trash (
InvoicePeriodStatus.Trash) - 0: None (
InvoicePeriodStatus.None) - 1: Open (
InvoicePeriodStatus.Created) - 2: Gesloten (
InvoicePeriodStatus.Closed)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | INVPID | 14 | false | |
| Context | Context | INVPCONTEXT | false | 1 | |
| Description | UltimoString | INVPDESCR | 200 | true | |
| Exported | Boolean | INVPEXPORTED | false | ||
| FromDate | Date | INVPFROMDATE | false | ||
| RecordCreateDate | DateTime? | INVPRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | INVPRECSTATUS | false | ||
| SystemCompany | Company | INVPCOMPID | false | ||
| TillDate | Date | INVPTILLDATE | false |
Brondatabewerken
- Entity-definitie —
lookup_entity("InvoicePeriod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("InvoicePeriod")· ../tables/InvoicePeriod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="InvoicePeriod")Before/After Save events voor InvoicePeriod. Bron:workflows.xml.