Draft
This is a preliminary version of the VDM documentation.
EmployeeShift
- entity type: AggregateRoot
- id:
1b72434c-ffd7-4782-a424-deee26af7fc3 - code:
EmployeeShift - name: EmployeeShift
- description: worked shifts and hours of the employee (daily report)
- notes: see MetaModel definition
- dependencies:
Properties
| Name | Type | Published to Lookups | Is Nullable | Is Collection | Is Localized | Description | |
|---|---|---|---|---|---|---|---|
| Employee | LookupEntity [EmployeeDetail] | ✘ | ✘ | ✘ | ✘ | relationship to employee | |
| Employment | LookupEntity [Employment] | ✘ | ✔ | ✘ | ✘ | relationship to employment | |
| Shift | LookupEntity [ShiftDayType] | ✘ | ✘ | ✘ | ✘ | relationship to shift day type | |
| Date | Date | ✘ | ✔ | ✘ | ✘ | work date | |
| Hours | DecimalNumber | ✘ | ✔ | ✘ | ✘ | worked hours | |
| Wage | DecimalNumber | ✘ | ✔ | ✘ | ✘ | worked wage | |
| AttendanceHours | DecimalNumber | ✘ | ✔ | ✘ | ✘ | hours corresponding to attendance state | |
| AttendanceState | LookupEntity [AttendanceType] | ✘ | ✔ | ✘ | ✘ | type of attendance |
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