Employee Attendance Done!!
TODO: Only need to reload Attendance and Employee Attendance on Save
This commit is contained in:
@@ -16,8 +16,8 @@ export class EmployeeAttendanceItem {
|
||||
date: string;
|
||||
attendanceType: AttendanceType;
|
||||
prints: string;
|
||||
hours: string;
|
||||
worked: string;
|
||||
hoursWorked: string;
|
||||
fullDay?: boolean;
|
||||
|
||||
public constructor(init?: Partial<EmployeeAttendanceItem>) {
|
||||
Object.assign(this, init);
|
||||
|
||||
Reference in New Issue
Block a user