ShiftType
Type of the employee shift
enum ShiftType {
ABSENT
PRESENT
}
Values
ShiftType.ABSENT
The employee is absent for the day (reason needed)
ShiftType.PRESENT
The employee is present and carrying out the current shift
Member Of
ShiftEntry object