61 Commits

Author SHA1 Message Date
46dae22a71 update 2026-03-26 14:50:45 +01:00
890f3a32c5 update 2026-03-22 23:55:14 +01:00
33504f6013 update 2026-03-17 19:14:37 +01:00
4ca7f035c0 update 2026-03-15 01:07:21 +01:00
f35b561d07 feat: Enhance task management with client and parent ID prefill in task edit and popup, and improve UI for subtask actions 2026-03-06 01:06:39 +01:00
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
447b75bf3e feat: Update task popup to enhance description editing with CKEditor integration and improved UI 2026-03-01 22:08:11 +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
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
76d3ac33a8 Enhance task description rendering and security
- Added sanitization and filtering for task descriptions in task_popup.php to prevent XSS attacks.
- Implemented regex patterns to remove potentially harmful HTML tags and attributes.
- Improved link and image handling to ensure only safe URLs and sources are rendered.
- Updated CSS for task popup to allow better text wrapping and overflow handling.
2026-02-23 14:12:06 +01:00
1300f32690 Merge branch 'main' of https://git.project-pro.pl/Project-Pro/crmPRO 2026-02-22 17:26:12 +01:00
86d96f1d39 feat: Remove tasks auto-start timer setting and related logic from task popup 2026-02-22 17:26:10 +01:00
8d4d539283 Add inline task title editing in popup 2026-02-22 17:23:54 +01:00
ba8ef63e95 feat: Add task edit message notifications with success and error handling 2026-02-19 12:32:53 +01:00
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
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
dfa83b57a6 feat: Update task popup with tab navigation for description, checklist, comments, and attachments 2026-02-12 13:53:36 +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
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
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
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
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
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
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
ec48c84b4b Merge branch 'main' of http://91.189.216.43:3000/jacek.pyziak/crmPRO 2025-04-12 02:07:47 +02:00
a1b24ba466 update 2025-04-11 22:57:23 +02:00
7481b516b3 Zaktualizuj plik konfiguracyjny synchronizacji FTP, dodając szczegóły dotyczące stylów CSS i SCSS 2025-04-11 15:00:39 +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
39b30c4ea4 Dodaj funkcję pełnoekranowego wyświetlania opisu zadania oraz odpowiednie style 2025-04-02 22:05:39 +02:00