Loading...

Checking authentication...

{{ t('attendanceManagementSubtitle') }}

{{ t('attendanceFor') }} {{ selectedOutletName }} - {{ formatDate(selectedDate) }}

{{ t('employeeName') }} {{ t('status') }} {{ t('clockInTime') }} {{ t('clockOutTime') }} {{ t('totalHours') }}
{{ record.employeeName }} {{ record.currentStatus === 'in' ? t('statusIn') : t('statusOut') }} {{ record.clockInTime || '-' }} {{ record.clockOutTime || '-' }} {{ record.totalHours || '-' }}
{{ t('noAttendanceFound') }}

{{ t('attendanceLogsFor') }} {{ selectedEmployee }}

{{ t('date') }} {{ t('type') }} {{ t('time') }} {{ t('outlet') }}
{{ formatDate(record.clockDate) }} {{ record.type === 'clockIn' ? t('clockIn') : t('clockOut') }} {{ record.clockTime }} {{ record.outletName }}
{{ t('noEmployeeLogsFound') }}