title: "EmployeeLabourPeriod" category: reference tags: [entity, employee-labour-period, datamodel] source: Entities.xml date: 2026-04-17 status: published
EmployeeLabourPeriod
Type: Entity Properties: 33 Contexts: 2 Statussen: 8
Contextsbewerken
- 0: Start-stop urenregistratie (
EmployeeLabourPeriodContext.None) - 1: Start-stop urenregistratie (
EmployeeLabourPeriodContext.Job)
Statussenbewerken
- -1: Trash (
EmployeeLabourPeriodStatus.Trash) - 0: None (
EmployeeLabourPeriodStatus.None) - 1: Aangemaakt (
EmployeeLabourPeriodStatus.Created) - 2: Gestart (
EmployeeLabourPeriodStatus.Started) - 4: Gestopt (
EmployeeLabourPeriodStatus.Stopped) - 8: Gesplitst (
EmployeeLabourPeriodStatus.Split) - 16: Verwerkt (
EmployeeLabourPeriodStatus.Processed) - 32: Gecorrigeerd (
EmployeeLabourPeriodStatus.Corrected)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | EMPLPID | 10 | false | |
| Context | Context | EMPLPCONTEXT | false | 1 | |
| DataProvider | UltimoString | EMPLPDATAPROVIDER | 50 | true | |
| Employee | Employee | EMPLPEMPID | true | USERID | |
| Exported | Boolean | EMPLPEXPORTED | false | 0 | |
| ExternalId | UltimoString | EMPLPEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | EMPLPEXTERNALSTATUS | 50 | true | |
| GrossHours | Decimal | EMPLPGROSSHOURS | false | 0 | |
| HourCode | HourCode | EMPLPHOURID | true | ||
| Hours | Decimal | EMPLPHOURS | false | 0 | |
| HourTariffCategory | HourTariffCategory | EMPLPHTCID | true | ||
| Job | Job | EMPLPJOBID | true | ||
| PartOfEmployeeLabourPeriod | EmployeeLabourPeriod | EMPLPPARTOFEMPLPID | true | ||
| ProviderMutationDate | DateTime? | EMPLPPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | EMPLPRECCREATEDATE | true | SYSDATETIME | |
| StartDate | DateTime? | EMPLPSTARTDATE | true | ||
| Status | Status | EMPLPRECSTATUS | false | 1 | |
| StatusCorrectedDate | DateTime? | EMPLPCORRECTEDDATE | true | ||
| StatusCorrectedEmployee | Employee | EMPLPCORRECTEDEMPID | true | ||
| StatusCreatedDate | DateTime? | EMPLPCREATEDDATE | true | SYSDATETIME | |
| StatusCreatedEmployee | Employee | EMPLPCREATEDEMPID | true | USERID | |
| StatusProcessedDate | DateTime? | EMPLPPROCESSEDDATE | true | ||
| StatusProcessedEmployee | Employee | EMPLPPROCESSEDEMPID | true | ||
| StatusSplitDate | DateTime? | EMPLPSPLITDATE | true | ||
| StatusSplitEmployee | Employee | EMPLPSPLITEMPID | true | ||
| StatusStartedDate | DateTime? | EMPLPSTARTEDDATE | true | ||
| StatusStartedEmployee | Employee | EMPLPSTARTEDEMPID | true | ||
| StatusStoppedDate | DateTime? | EMPLPSTOPPEDDATE | true | ||
| StatusStoppedEmployee | Employee | EMPLPSTOPPEDEMPID | true | ||
| StopDate | DateTime? | EMPLPSTOPDATE | true | ||
| SystemCompany | Company | EMPLPCOMPID | false | ||
| TransferNextTime | Boolean | EMPLPTRANSFERNEXTTIME | false | 0 | |
| Week | WeekOfYear | EMPLPWEEK | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("EmployeeLabourPeriod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - Workflows —
find_workflows("", entity="EmployeeLabourPeriod")Before/After Save events voor EmployeeLabourPeriod. Bron:workflows.xml.