{{ formatMonthYear(calendarCursor) }}
週日
{{d}}
週六
{{ day.dateNum }}
🔴 {{ getStaffName(evt.staffId) }}
🟠 {{ getSchoolName(evt.schoolId) }}
🔵 {{ evt.note }}
事件管理中心
新增事件
事件列表
所選月份 ({{ eventListMonth }}) 無事件
| 日期 | 類型 | 對象 | 內容 | 操作 |
|---|---|---|---|---|
| {{ event.date }} | {{ event.type === 'leave' ? '請假' : (event.type === 'school_holiday' ? '學校假期' : '備忘') }} | [{{ getSchoolName(event.schoolId) }}] {{ getStaffName(event.staffId) }} {{ getSchoolName(event.schoolId) }} |
{{ event.note }} |
資料庫設定
假期名稱庫
{{ h }}
工作備忘庫
{{ m }}
排班備註庫
{{ n }}
時間預設
{{t.label}}
學校名單
- {{sc.name}}
員工名單
-
{{s.name}} ({{getSchoolName(s.defaultSchoolId)}})
新增工作安排
{{s.name}}
快速:
{{ rosterDate }} 工作安排
事項看板
[學校假期] {{ getSchoolName(notice.schoolId) }} : {{ notice.note }}
[工作備忘] {{ getSchoolName(notice.schoolId) }} : {{ notice.note }}
[請假] {{ getStaffName(notice.staffId) }} ({{ getSchoolName(notice.schoolId || getStaffSchoolId(notice.staffId)) }}) : {{ notice.note }}
今日無特別事項
{{ getSchoolName(group.schoolId) }} 薪 ${{ group.totalWage }}車 ${{ group.totalTransport }}
{{ group.startTime }}-{{ group.endTime }}{{ group.staffNames.join(', ') }}
{{ group.jobContent }} ({{ group.note }})
編輯中
{{s.name}}
年假排表
{{ formatMonthYear(leaveRosterCursor) }}
{{ leaveRosterCursor.getFullYear() }}
腓利清潔 - 年假排表 ({{ leaveViewMode==='year' ? leaveRosterCursor.getFullYear() + '年' : formatMonthYear(leaveRosterCursor) }})
| 學校 | 姓名 | {{ d.dateNum }} |
|---|---|---|
| {{ getSchoolName(staff.defaultSchoolId) }} | {{ staff.name }} | {{ getLeaveInfo(staff.id, d.fullDate).isAnnual ? '年' : '假' }} 休 |
| 學校 | 姓名 | {{m}}月 | 總 |
|---|---|---|---|
| {{ getSchoolName(staff.defaultSchoolId) }} | {{ staff.name }} | {{ d.day }} | {{ getYearlyLeaveStats(staff.id).reduce((a,b)=>a+b,0) }} |
{{ staff.name }}{{ getSchoolName(staff.defaultSchoolId) }}
{{ getYearlyLeaveStats(staff.id).reduce((a,b)=>a+b,0) }}天
{{ idx + 1 }}月
-
{{ d.day }}
智能風險控管 ({{riskDate}})
員工數
{{ staffList.length }}
總剩餘年假
{{ totalRemainingLeave }}
同校撞假 (30天)
{{ collisionCount }}
同校撞假警報 (≥2人)
目前無風險。
{{ alert.date }} {{ alert.schoolName }}
請假: {{ alert.staffNames.join(', ') }}
未來 30 天假期
{{ h.date.substring(5) }}{{ h.note }}{{ getSchoolName(h.schoolId) }}
無近期假期
營運分析
總支出
${{ currentMonthAnalysis.totalExpense }}
薪金
${{ currentMonthAnalysis.totalWages }}
車費
${{ currentMonthAnalysis.totalTransport }}
人次
{{ currentMonthAnalysis.totalHeadcount }}
每日支出趨勢 ({{ analysisMonth }})
${{ d.cost }}
{{ d.day }}({{ d.weekDay }})
每日支出明細表
| 日期 | 薪金 | 車費 | 總額 |
|---|---|---|---|
| {{ day.dateStr }} {{ day.weekDay }} | ${{ day.wage }} | ${{ day.transport }} | ${{ day.total }} |
| 本月無支出紀錄 | |||
本月請假統計
| 員工 | 學校 | 請假天數 | 最近請假 |
|---|---|---|---|
| {{ stat.name }} | {{ getSchoolName(stat.schoolId) }} | {{ stat.count }} | {{ stat.lastDate }} |
| 無請假紀錄 | |||