{{ t('totalHours') }}
{{ formatHours(totalHours) }}{{ workDays }} {{ t('workDays') }}ATTENDANCE MANAGEMENT
{{ currentView === 'attendance' ? t('attendanceList') : t('settings') }}
{{ t('baseHours') }}
{{ formatHours(baseHours) }}{{ t('monthlyBase') }}{{ t('overtime') }}
{{ formatHours(overtime) }}{{ overtime > 0 ? t('exceeds200') : t('withinBase') }}{{ t('averageHours') }}
{{ formatHours(averageHours) }}{{ t('perDay') }}{{ t('workRecords') }}
{{ monthLabel }} {{ t('recordsFor') }}
| {{ t('date') }} | {{ t('weekday') }} | {{ t('start') }} | {{ t('end') }} | {{ t('break') }} | {{ t('workTime') }} | {{ t('note') }} | |
|---|---|---|---|---|---|---|---|
| {{ formatDate(record.date) }} | {{ weekday(record.date) }} | {{ record.start || '—' }} | {{ record.end || '—' }} | {{ record.breakMinutes }}{{ t('minutes') }} | {{ formatHours(workHours(record)) }} | {{ record.note || '—' }} | |
| {{ t('noRecords') }} | |||||||
{{ t('overnightHint') }}{{ t('total') }} {{ formatHours(totalHours) }}
PREFERENCES
{{ t('language') }}
{{ t('localHint') }}
{{ t('language') }}
GOOGLE ACCOUNT
Google Account
Name, profile image, and email are provided by Google and cannot be edited here.
Name{{ user.name }}Email{{ user.email }}
Sign in with Google from the top-right button to display your account information.