Commit Graph

13 Commits

Author SHA1 Message Date
b4370076a3 feat: Add recursive task handling and lightbox for task images 2026-02-16 11:34:38 +01:00
c9795ca866 feat: Refactor task handling to improve status change and enable boolean checks for task properties 2026-02-13 00:11:54 +01:00
ba84cdab3d feat: Implement email task import functionality
- Added `import_tasks_from_email` method in `Cron` class to handle task imports from email.
- Created `MailToTaskImporter` class for processing emails and creating tasks based on their content.
- Updated configuration to include IMAP settings for email import.
- Enhanced `Tasks` class with a method to change the client associated with a task.
- Modified task details view to include a dropdown for selecting clients.
- Improved task timer functionality with separate start and stop functions.
- Added logic to handle task work duration validation.
- Updated JavaScript to manage task timers and client changes more effectively.
2026-02-07 00:53:48 +01:00
3c1bc9af66 feat: Implement topic deletion functionality in BackendSites and update task query conditions 2025-05-10 23:33:38 +02:00
01f723facf feat: Enhance email reminder content by including client name in task notifications 2025-04-22 11:38:08 +02:00
858b40c212 feat: Add priority and parent task selection to task edit form; update task handling in Gantt chart 2025-04-21 23:13:38 +02:00
2ab23238cb feat: Update task query in Cron class to include additional status in filtering 2025-04-15 23:44:25 +02:00
6b40888d06 feat: Enhance Gantt chart functionality with task filtering and styling improvements 2025-04-13 01:01:59 +02:00
1f38807599 feat: Integrate JS Gantt Chart library and update styles
- Added JS Gantt Chart library files including CSS and JS.
- Updated existing Gantt chart styles for better visual representation.
- Translated month and day names to Polish in the Gantt chart settings.
- Implemented Gantt chart initialization in the main view with sample data.
- Added a toggle switch for displaying tasks in the calendar.
- Enhanced task edit form with a new checkbox for calendar visibility.
- Improved the layout of the logged-in user template to include Gantt chart styles and scripts.
2025-04-11 00:26:54 +02:00
c2d2b920b1 Zaktualizuj rozmiary plików w konfiguracji oraz popraw status zadań w klasie Cron 2025-02-16 21:58:35 +01:00
8c42e65d57 Refactor task status handling and update styles for task views; add support for 'faktury' status 2024-12-15 11:11:47 +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