8 Commits

Author SHA1 Message Date
447b75bf3e feat: Update task popup to enhance description editing with CKEditor integration and improved UI 2026-03-01 22:08:11 +01:00
f6ba7ebc36 update 2026-02-28 14:48:24 +01:00
66d04faaa5 feat: Enhance user logout and remember me functionality with secure cookie handling 2026-02-26 22:36:56 +01:00
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
47ffc19a23 Refactor task management and add attachment functionality
- Updated task editing template to handle default status for new tasks and corrected variable names.
- Enhanced work time reporting by rounding time to the nearest quarter hour and adjusting amount formatting.
- Introduced TasksController to manage task-related operations, including status resolution and email notifications.
- Added TaskAttachmentRepository for handling task attachments, including upload, rename, and delete functionalities.
- Implemented WorkTimeRepository to fetch clients with unsettled tasks and calculate total work time.
- Created unit tests for TasksController and TaskAttachmentRepository to ensure functionality and correctness.
2026-02-06 23:11:48 +01:00
7769790e84 Zaktualizuj logikę wyświetlania zadań do przeglądu i zadań zbiorczych, popraw ustawienia e-mail oraz dostosuj style w widoku zadań 2025-02-20 19:26:42 +01:00
c10650e888 Zaktualizuj rozmiary plików w konfiguracji oraz popraw logikę logowania użytkowników 2025-02-19 08:26:06 +01:00
3f306ccb81 first commit 2024-11-10 11:11:35 +01:00