Commit Graph

9 Commits

Author SHA1 Message Date
Edison c7e78b910d added manual guide and also translation 2025-09-29 15:25:11 +08:00
sudomarcma a7ba1bbda2 feat: rename bunch of files 2025-07-23 13:45:16 +08:00
sudomarcma ffe4c7228d feat: Refactor ChangePasswordView for improved UI and UX, add success/error overlays
feat: Enhance LoginView with "Remember Me" functionality and improved error handling
feat: Revamp WorkerDashboardView with new layout, scanner integration, and status overlays
feat: Update WorkerHistoryView to include a more user-friendly design and navigation
feat: Create NativeServicesStatus view for displaying web services status
feat: Implement SettingsView with options for clock history, password change, language selection, and logout
2025-07-23 09:29:45 +08:00
sudomarcma 7769a89708 feat: Add manager permissions management component and related functionality
- Implemented ManagerPermissions.vue for managing manager accounts, including adding, editing, and deleting managers.
- Integrated a modal for adding new managers with form validation.
- Added functionality to fetch, display, and paginate manager data.
- Created a toast notification system for user feedback on actions.
- Developed a reusable Toast component for displaying notifications.
- Introduced a useToast composable for managing toast notifications.
- Added permissions management for managers, including fetching and saving permissions.
- Implemented password change functionality for managers.
- Enhanced error handling and user feedback throughout the manager management process.
- Added root CA and private key files for secure communication.
2025-07-18 15:56:55 +08:00
sudomarcma 601b32a7c8 refactor: Remove unused certificate and key files; update CORS configuration in server.js 2025-07-16 18:06:51 +08:00
winter.liang 57f2d5f6c5 fix:router 2025-06-30 15:09:01 +08:00
sudomarcma 0676d64af3 feat: 添加密码修改功能并集成Tailwind CSS
refactor: 重构UI组件使用Tailwind CSS
feat(router): 添加密码修改路由
feat(views): 实现密码修改页面
feat(api): 添加密码修改API端点
style: 移除旧CSS文件并配置Tailwind
chore: 添加Tailwind CSS相关依赖
2025-06-26 17:16:57 +08:00
sudomarcma cac82a2c36 feat(考勤管理): 新增考勤记录查看、人员管理和报表生成功能
添加考勤记录查看页面,支持按日期筛选和展示员工考勤数据
实现人员管理组件,包含添加员工、搜索分页和删除功能
新增考勤报表生成组件,支持多员工筛选和导出CSV
2025-06-13 18:24:58 +08:00
sudomarcma f839e9d6b2 init 2025-06-12 13:50:51 +08:00