store/resources/js/pages/admin/hr
2026-06-14 14:58:25 +07:00
..
attendances Add attendance management features including Attendance model, AttendanceController for handling check-in and check-out operations, and AttendanceService for business logic. Implement request validation for attendance actions and enhance UI components for attendance listing, including a calendar view and detail dialog. Update permissions in the Permission and Role enums to manage attendance access, and integrate webcam functionality for capturing attendance photos. 2026-06-11 15:39:06 +07:00
employees refactor: restrict role-based permissions and update employee management flow accordingly 2026-06-14 02:30:34 +07:00
leave-requests feat: prevent duplicate pending leave requests and restrict submission UI when a pending request exists 2026-06-14 14:58:25 +07:00