基本資料設定

年度假別管控

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

出勤異動申報

額外獎金收入申報

v8.3 終極隱私雲端版
薪資結算月份
本月加給與獎金
加班+{{ isAmountMasked ? '***' : getMonthlySum('overtime').toLocaleString() }}
獎金+{{ isAmountMasked ? '***' : getBonusSum().toLocaleString() }}
本月請假扣款
病假{{ isAmountMasked ? '***' : getMonthlySum('sick').toLocaleString() }}
事假{{ isAmountMasked ? '***' : getMonthlySum('personal').toLocaleString() }}
法定保險扣款 (自付額)
長按查看級距
勞保- NT$ {{ isAmountMasked ? '***' : laborFee.toLocaleString() }}
健保- NT$ {{ isAmountMasked ? '***' : healthFee.toLocaleString() }}
{{ targetMonth.replace('-','年') }}月 實發預估
NT$ {{ isAmountMasked ? '***,***' : estimatedFinalSalary.toLocaleString() }}
底薪 + 加班/獎金 - 請假 - 保險
左滑刪除
無紀錄
{{ r.date }}
{{ getTypeName(r.type) }} {{ r.hours }}h
{{ isAmountMasked ? '***' : (r.amount > 0 ? '+' : '') + (r.amount === 0 ? '無扣款' : r.amount.toLocaleString()) }}
匯入本機紀錄

GitHub 雲端同步

{{ modal.title }}

{{ modal.message }}