title: "DepreciationMethod" category: reference tags: [entity, depreciation-method, datamodel] source: Entities.xml date: 2026-04-17 status: published
DepreciationMethod
Type: Entity Properties: 18 Contexts: 1 Statussen: 4
DB-schema:
lookup_table_schema("DepreciationMethod")· ../tables/DepreciationMethod
Contextsbewerken
- 0: Standaard (
DepreciationMethodContext.None)
Statussenbewerken
- -1: Trash (
DepreciationMethodStatus.Trash) - 0: None (
DepreciationMethodStatus.None) - 1: Actief (
DepreciationMethodStatus.Active) - 2: Inactief (
DepreciationMethodStatus.Inactive)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | DEPRMID | 3 | false | |
| Activated | Boolean | DEPRMACTIVATED | false | 0 | |
| BookMethod | BookMethod | DEPRMBKMID | true | ||
| Context | Context | DEPRMCONTEXT | false | ||
| DataProvider | UltimoString | DEPRMDATAPROVIDER | 50 | true | |
| DepreciationType | DepreciationType | DEPRMDEPRTID | true | ||
| Description | UltimoString | DEPRMDESCR | 200 | true | |
| Exported | Boolean | DEPRMEXPORTED | false | ||
| ExternalId | UltimoString | DEPRMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | DEPRMEXTERNALSTATUS | 50 | true | |
| Life | Int32 | DEPRMLIFE | false | ||
| PercentageDecreasing | Decimal | DEPRMPERCDECREASING | false | ||
| PercentageLinear | Decimal | DEPRMPERCLINEAR | false | ||
| ProviderMutationDate | DateTime? | DEPRMPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | DEPRMRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | DEPRMRECSTATUS | false | ||
| SystemCompany | Company | DEPRMCOMPID | false | ||
| TransferNextTime | Boolean | DEPRMTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("DepreciationMethod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("DepreciationMethod")· ../tables/DepreciationMethod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="DepreciationMethod")Before/After Save events voor DepreciationMethod. Bron:workflows.xml.