Commit Graph

103 Commits

Author SHA1 Message Date
64843df97b feat: Add task attachments management to task edit interface; implement attachment upload, delete, and rename functionalities 2026-02-19 11:14:39 +01:00
203a45e199 feat: Update MailToTaskImporter to handle attachment MIME types and improve filename handling; add CLAUDE.md for project guidance; create TODO.md for PDF attachment issue 2026-02-18 21:50:42 +01:00
c165a94016 feat: Add status change notification option in task popup and update task status handling 2026-02-17 17:57:02 +01:00
28fb121c76 feat: Enhance task popup with user checkbox styling and selection handling 2026-02-17 10:55:57 +01:00
9a33d8d6f4 feat: Remove redundant close_task_popup call before reloading tasks 2026-02-17 08:40:30 +01:00
5f676cf162 feat: Add user management to task popup and implement task user assignment 2026-02-16 15:55:47 +01:00
b4370076a3 feat: Add recursive task handling and lightbox for task images 2026-02-16 11:34:38 +01:00
6e7f452c08 feat: Update finance operation description handling in API 2026-02-14 21:31:53 +01:00
f3be8e1025 feat: Refactor CRM and Finances modules
- Updated client-edit template to change 'Firma' to 'Nazwa' and added 'Nazwa firmy' input field.
- Modified main-view template to reflect the new naming conventions for clients.
- Enhanced finances main-view to display a list of clients with revenue details.
- Added client selection dropdown in operation-edit template.
- Improved work-time template by adding keyboard shortcut for task confirmation.
- Introduced CrmController for handling client-related actions.
- Created FinancesController to manage finance operations and categories.
- Implemented ClientRepository for client data management.
- Developed FinanceRepository for finance operations and data handling.
2026-02-14 21:30:02 +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
dfa83b57a6 feat: Update task popup with tab navigation for description, checklist, comments, and attachments 2026-02-12 13:53:36 +01:00
a4a8f6882b update 2026-02-11 15:28:33 +01:00
67ed085b38 feat: Enhance MailToTaskImporter with inline image support and update task content handling 2026-02-10 15:37:27 +01:00
3adc50618d feat: Update task popup styles and integrate Bootstrap 5 theme for client selection 2026-02-10 09:21:29 +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
304c87f933 feat: Implement user management functionality with impersonation support 2026-02-09 17:22:52 +01:00
63268e35dc feat: Integrate OpenAI API for email task parsing and update configuration 2026-02-08 22:48:57 +01:00
0c5a133aa7 feat: Add auto-start timer configuration for task popup 2026-02-08 21:48:23 +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
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
1722f171bc tasks: improve attachments UX and update refactoring docs 2026-02-06 23:11:14 +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
76db1c5875 Usuń zbędny kod wyjściowy w funkcji get_finances_categories 2026-01-28 22:08:09 +01:00
dc8c428f5a Dodaj nowe akcje API do zarządzania kategoriami finansów i operacjami finansowymi 2026-01-21 01:07:02 +01:00
ac04805906 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/crmPRO 2025-12-29 00:27:43 +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
8879b273f5 Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/crmPRO 2025-12-17 14:00:31 +01:00
09a1025abd Update file sizes and last modified timestamps in sync cache and add 'ttc' extension to allowed file types 2025-12-17 14:00:11 +01:00
adab4009ea Refactor font-size values in style.scss to use relative units (em) for better scalability 2025-12-09 23:26:47 +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
473c40a77d update 2025-11-26 20:13:47 +01:00
7ef5d33df4 update 2025-11-26 18:47:18 +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
fea4ee8eae Update border-radius in style.scss for consistency and improved design 2025-09-08 00:02:48 +02:00
0b8c7c4780 feat: Refactor project and user selection handling in task edit to improve input parsing and checkbox management 2025-08-08 00:01:10 +02:00
24696a267d feat: Add console logging for projects and users in task management 2025-08-07 00:44:19 +02:00
4e5880801b Enhance comments section styling: set max-height and enable overflow scrolling 2025-05-31 19:38:06 +02:00
e0fcbabacf feat: Add 'wygeneruj_temat' parameter to topic_save method and update related templates for enhanced topic management 2025-05-17 23:54:47 +02:00
cce4ac8410 feat: Add link parameter to topic_save method in BackendSites for enhanced topic management 2025-05-13 21:50:14 +02:00
3c1bc9af66 feat: Implement topic deletion functionality in BackendSites and update task query conditions 2025-05-10 23:33:38 +02:00
74cd615233 feat: Update project selection logic in task edit form to set default project ID 2025-05-08 21:52:43 +02:00
b8e12f5f3b feat: Add iCheck library for enhanced checkbox styling and update date handling in task edit form 2025-05-07 23:09:55 +02:00
9dfa15b115 Add backend site management for collective topics and topics
- Introduced new backend site management features including the ability to accept, unaccept, save, edit, and display topics and collective topics.
- Added new views for editing and listing collective topics and topics.
- Implemented necessary backend logic in the `BackendSites` and `factory\BackendSites` classes to handle CRUD operations for topics and collective topics.
- Updated the layout to include links for accessing the new backend features based on user permissions.
2025-05-04 19:08:48 +02:00
5bb48fa21a Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/crmPRO 2025-04-29 00:53:11 +02:00
8af0c320c6 feat: Add project filtering to task query in Tasks class 2025-04-29 00:53:07 +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
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