
{{ emp.empName }}
{{ attend.monthName }}
{{ attend.shiftName }}
ساعات العمل: {{ attend.totalWorkHours }}
ساعات الحضور: {{ attend.totalAttendHours }}
ساعات إضافية: {{ attend.totalOverTime }}
ساعات تأخير: {{ attend.totalLateTime }}
أيام العمل: {{ attend.totalWorkDays }}
أيام الحضور: {{ attend.totalAttendDays }}
##
##
ساعات العمل: 0
ساعات الحضور: 0
ساعات إضافية: 0
ساعات تأخير: 0
أيام العمل: 0
أيام الحضور: 0