feat(sprint004-b): 작업자 월간 확인 페이지 신규 (모바일 전용)
- my-monthly-confirm.html/js/css: 출근부 형식 1인용 확인 페이지 - monthly-comparison.js: 비관리자 → my-monthly-confirm으로 리다이렉트 - 마이그레이션: pages 테이블에 attendance.my_monthly_confirm 등록 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -10,3 +10,6 @@ WHERE svb.balance_type = 'COMPANY_GRANT'
|
||||
-- 조퇴 휴가 유형 추가 (0.75일 = 반차+반반차)
|
||||
INSERT IGNORE INTO vacation_types (type_code, type_name, deduct_days, is_active, priority)
|
||||
VALUES ('EARLY_LEAVE', '조퇴', 0.75, 1, 10);
|
||||
-- 작업자 월간 확인 페이지 등록
|
||||
INSERT IGNORE INTO pages (page_key, page_name, page_path, category, display_order)
|
||||
VALUES ('attendance.my_monthly_confirm', '월간 근무 확인', '/pages/attendance/my-monthly-confirm.html', '근태 관리', 25);
|
||||
|
||||
Reference in New Issue
Block a user