系統已鎖定

請輸入密碼以進入應用程式

{{ passcodeError }}

SECURE LOGIN

系統安全設定

年度假別管控 每年1/1病事假自動歸零

{{ key === 'annual' ? '特休' : (key === 'sick' ? '病假' : '事假') }}
{{ formatDaysHours(leaveBalance[key]) }}
期初已休
已綁定之到職日 (計算特休用): {{ employmentStartDate }}

出勤異動申報

v0.0.1 多帳號出勤公用版
月份切換
{{ targetMonth.split('-')[0] }}
{{ Number(targetMonth.split('-')[1]) }}月
{{ targetMonth.replace('-','年') }}月 出勤概況
本月加班
{{ monthlyRecords.filter(r => r.type === 'overtime').reduce((sum, r) => sum + r.hours, 0) }}h
本月請假
{{ monthlyRecords.filter(r => ['annual', 'sick', 'personal'].includes(r.type)).reduce((sum, r) => sum + r.hours, 0) }}h
左滑修改/刪除
無紀錄
{{ r.date }}
{{ getTypeName(r.type) }} {{ r.hours }}h
匯入本機紀錄

GitHub 雲端同步

修改申報紀錄

{{ modal.title }}

{{ modal.message }}