Draft
This is a preliminary version of the VDM documentation.
EmployeeAttendance
- entity type: AggregateRoot
- id:
570d4279-20b5-4d9b-a53f-b0c5e1b88790 - code:
EmployeeAttendance - name: EmployeeAttendance
- description: worked payroll component units of the employee
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Amount | DecimalNumber | ✘ | ✘ | ✘ | ✘ | worked amount of units | |
| AmountUnit | LookupEntity [PayrollComponentUnit] | ✘ | ✘ | ✘ | ✘ | relationship to payroll component unit | |
| DateFrom | Date | ✘ | ✔ | ✘ | ✘ | lower boundary of date interval | |
| DateTo | Date | ✘ | ✔ | ✘ | ✘ | upper boundary of date interval | |
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✘ | ✘ | ✘ | relationship to employee | |
| EmployeeCode | Text | ✘ | ✔ | ✘ | ✘ | employee code | |
| JobOrder | LookupEntity [JobOrder] | ✘ | ✔ | ✘ | ✘ | job order of work (i.e. for which job order was work performed) | |
| MonthCode | Text | ✘ | ✘ | ✘ | ✘ | identification of calendar month (e.g. '2020-03') | |
| OrganizationUnit | LookupEntity [OrganizationUnit] | ✘ | ✔ | ✘ | ✘ | organization unit of work (i.e. for which unit was work performed) | |
| PayrollComponent | LookupEntity [PayrollComponent] | ✘ | ✔ | ✘ | ✘ | relationship to payroll component | |
| PayrollComponentCode | Text | ✘ | ✘ | ✘ | ✘ | payroll component code |
Properties or their values can be marked with:
- 🆕 - signifies about new property or value
- ❗ - signifies that property or its values have been changed during month
- ❌ - signifies that property or its value has been deleted
- if property appears with ❗ and no change is listed, then the changes have been made to values which are not documented here
List of changes
November 2025
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | |
|---|---|---|---|---|---|---|
| ❗ | Amount | |||||
| ❗ | AmountUnit | |||||
| ❗ | DateFrom | |||||
| ❗ | DateTo | |||||
| ❗ | Employee | |||||
| ❗ | EmployeeCode | |||||
| ❗ | JobOrder | |||||
| ❗ | MonthCode | |||||
| ❗ | OrganizationUnit | |||||
| ❗ | PayrollComponent | |||||
| ❗ | PayrollComponentCode |