title: "ContractLine" category: reference tags: [entity, contract-line, datamodel] source: Entities.xml date: 2026-04-17 status: published
ContractLine
Type: Entity Properties: 33 Contexts: 2 Statussen: 5
DB-schema:
lookup_table_schema("ContractLine")· ../tables/ContractLine
Contextsbewerken
- 0: Standaard (
ContractLineContext.None) - 1: Standaard (
ContractLineContext.Standard)
Statussenbewerken
- -1: Trash (
ContractLineStatus.Trash) - 0: None (
ContractLineStatus.None) - 1: Concept (
ContractLineStatus.Concept) - 2: Actief (
ContractLineStatus.Active) - 4: Beëindigd (
ContractLineStatus.Finished)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | CONLID | 9 | false | |
| ChargeFrequency | FrequencyPreset | CONLCHARGEFRQFRQPID | true | ||
| ChargeMoment | FrequencyPreset | CONLCHARGEMOMENTFRQFRQPID | true | ||
| Context | Context | CONLCONTEXT | false | 1 | |
| ContractLineCostMutations | List[ContractLineCostMutation] | CONLCMCONLID | true | ||
| ContractLineType | ContractLineType | CONLCONLTID | true | ||
| CorrectionForContractLineCostMutation | ContractLineCostMutation | CONLCORRCNTRLCOSTMUTID | true | ||
| CostCenter | CostCenter | CONLCCRID | true | ||
| CostMutationGroup | ContractLineCostMutationGroup | CONLCONLCMGID | true | ||
| CostType | CostType | CONLCSTTID | true | ||
| Description | UltimoString | CONLDESCR | 200 | true | |
| EndDate | Date? | CONLENDDATE | true | ||
| Exported | Boolean | CONLEXPORTED | false | ||
| Frequency | Frequency | CONLPAYMENTFRQID | true | ||
| FrequencyQuantity | Int32 | CONLPAYMENTFRQCOUNT | false | 0 | |
| Indexable | Boolean | CONLINDEXABLE | false | 0 | |
| InvoiceOnce | Boolean | CONLINVOICEONCE | false | 0 | |
| NextInvoiceDate | Date? | CONLNEXTINVOICEDATE | true | ||
| PartOfContractLine | ContractLine | CONLPARTOFCONLID | true | ||
| PaymentUpFront | Boolean | CONLPAYMENTUPFRONT | false | ||
| Price | CompanyMoney | CONLPRICE | false | 0 | |
| PricePerDay | CompanyMoney | CONLPRICEPERDAY | false | 0 | |
| RecordCreateDate | DateTime? | CONLRECCREATEDATE | true | SYSDATETIME | |
| RentableRealEstateContractLine | RentableRealEstateContractLine | CONLRNTRECLID | true | ||
| ServiceContract | ServiceContract | CONLSVCID | true | ||
| Space | Space | CONLSPCID | true | ||
| StartDate | Date? | CONLSTARTDATE | true | ||
| StartDateChargePeriod | Date? | CONLSTARTDATECHARGEPERIOD | true | ||
| Status | Status | CONLRECSTATUS | false | ||
| SystemCompany | Company | CONLCOMPID | false | ||
| Vat | Vat | CONLVATID | true | ||
| VatPercentage | Decimal | CONLVATPERCENTAGE | false | 0 | |
| VatPrice | CompanyMoney | CONLVATPRICE | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("ContractLine")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("ContractLine")· ../tables/ContractLine DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="ContractLine")Before/After Save events voor ContractLine. Bron:workflows.xml.