26 Commits

Author SHA1 Message Date
7c2a42a66f feat: Add wiki integration to task management
- Implemented a multi-select dropdown for associating tasks with wiki entries in the task edit form.
- Enhanced task popup to display related wiki entries with visibility controls based on user permissions.
- Updated the wiki main view to support bulk actions for categories, including deletion and search functionality.
- Created a new database migration for establishing many-to-many relationships between tasks and wiki entries.
- Improved styling for wiki components to enhance user experience.
- Added a new AGENTS.md file to outline communication and change management protocols.
2026-03-03 11:52:04 +01:00
fc97a990fb feat: Refactor task management to support recursive parent-child relationships and update database schema 2026-03-01 11:39:28 +01:00
f6ba7ebc36 update 2026-02-28 14:48:24 +01:00
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
482ca312aa feat: Enhance MailToTaskImporter with AI error handling and update OpenAI model to gpt-4o-mini
feat: Add Gantt task normalization and filter selection in main_view.php
2026-02-09 23:34:50 +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
5161d0f979 Refactor work time management and billing summary
- Introduced a new `TasksController` to handle work time logic, moving it from the factory layer to the domain layer.
- Created `WorkTimeRepository` to encapsulate data access for work time tasks, including methods to retrieve clients with unsettled tasks and calculate task times.
- Updated the work time view to display a consolidated billing summary with improved UI elements and AJAX functionality for closing tasks.
- Added new styles for the billing summary section in `style.scss`.
- Implemented tests for the `TasksController` and `WorkTimeRepository` to ensure functionality and correctness.
- Established a refactoring plan for future improvements and migrations within the CRM system.
2026-02-06 21:32:11 +01:00
4992c3e7b6 Zaktualizuj zapytania w klasie Tasks, aby filtrować zadania według statusu 3 zamiast 2 2025-12-29 00:27:23 +01:00
5408ee25df Dodaj funkcję filtr_get do klasy Tasks oraz aktualizuj widok zadań o dynamiczne ładowanie filtrów 2025-11-27 01:42:09 +01:00
b4e86d506e Refactor task management UI and styles
- Updated button styles to have reduced padding and removed border-radius for a flatter design.
- Adjusted the layout of the tasks container to display 5 columns instead of 7.
- Introduced a new main view layout for tasks with separate left and right columns.
- Removed the suspended tasks tab from the in-progress tasks section.
- Enhanced the task filtering functionality with new buttons for saving, updating, and setting default filters.
- Added project selection dropdown in the task popup for better task management.
- Improved JavaScript handling for task filtering and checkbox interactions.
2025-11-26 00:44:38 +01:00
c03f4eded2 Update styles and add task priority feature
- Changed border color from #eee to #cdcdcd in various CSS files including dropzone, mapplic, summernote, grid, and select2 to enhance UI consistency.
- Added a new task priority selection feature in the task popup, allowing users to change the priority of tasks dynamically via AJAX.
- Implemented AJAX functionality to handle task priority changes and update the task list accordingly.
2025-09-09 23:59:58 +02:00
8af0c320c6 feat: Add project filtering to task query in Tasks class 2025-04-29 00:53:07 +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
bff7cb8983 Add Gantt users styling and adjust layout in main view
- Introduced a new flexbox layout for .gantt_users with a gap of 20px in style.scss.
- Moved the gantt-target div to the end of the projects_container for better layout consistency.
- Adjusted the margin-bottom of projects_container for improved spacing.
2025-04-14 00:09:42 +02:00
54e28a6762 feat: Update task query in get_tasks_gantt to exclude additional statuses 2025-04-13 21:08:46 +02:00
6b40888d06 feat: Enhance Gantt chart functionality with task filtering and styling improvements 2025-04-13 01:01:59 +02:00
ebfc82095d feat: Update Gantt chart integration with new task styles and data structure 2025-04-12 10:13:02 +02:00
9e3811cf7a Add initial implementation of Simple Gantt chart and sample names list
- Created index.html for the Gantt chart with sample tasks and configurations.
- Added styles for the Gantt chart and linked necessary CSS and JS files.
- Introduced a names.txt file containing a list of names for potential use in the application.
2025-04-12 02:08:00 +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
a736510c66 Dodaj pole użytkowników do formularza zapisu filtrów, usuń klasę Backpro oraz zaktualizuj daty zakończenia pracy w zadaniach 2025-02-18 21:57:20 +01:00
1a05d881d1 Add work deletion functionality and enhance task popup interactions 2025-02-14 16:03:57 +01:00
65b78d49fd Add task work date management and enhance task popup layout 2025-02-12 16:11:40 +01:00
105438c249 Update task query logic to handle status 6 and adjust file metadata in sync cache 2024-12-15 16:37:43 +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
3f306ccb81 first commit 2024-11-10 11:11:35 +01:00