3 Commits

Author SHA1 Message Date
a4a35c8d62 feat: Implement module permissions system with database-driven access control
- Added `users_permissions` table for managing user permissions.
- Created `PermissionRepository` for handling permission logic.
- Refactored `controls\Users::permissions()` to utilize the new database structure.
- Introduced AJAX endpoint for saving user permissions.
- Enhanced user management UI with permission checkboxes.
- Added vacation management template for handling employee absences.
- Implemented tests for `PermissionRepository`.
2026-02-26 20:17:03 +01:00
d2daa98f7e Refactor Cron class to improve query fetching and enhance email configuration with settings 2024-11-16 09:13:08 +01:00
3f306ccb81 first commit 2024-11-10 11:11:35 +01:00