Commit Graph

28 Commits

Author SHA1 Message Date
“VeLiTi”
e97d2e5ef2 Refactor partner dropdowns to utilize authorization permissions across various management pages. Enhance invoice creation in webhooks to include account hierarchy. Add marketing system migration script for transitioning files to database structure. 2026-02-03 09:10:33 +01:00
“VeLiTi”
0648b69eff Add configuration for warranty, payment options, and bookkeeping integration
- Defined constants for warranty months, eligibility window, and service months.
- Enabled automatic invoice forwarding to bookkeeping software with email configuration.
- Integrated payment options for Mollie and PayPal, including API keys and webhook settings.
- Disabled pay on delivery option.
2026-02-03 08:55:52 +01:00
“VeLiTi”
8df518d0a2 Refactor permission checks to utilize hierarchy levels for access control in equipment, partner, user, and mass update pages. Update conditions to validate permissions based on user hierarchy instead of fixed permission values. 2026-01-29 20:13:48 +01:00
“VeLiTi”
3043076dba Refactor user role permission checks to utilize a unified 'user' scope for access control. Update user management permissions in user.php and users.php for consistency. Enhance listPartner function to apply hierarchy-based restrictions for partner retrieval. 2026-01-29 20:01:46 +01:00
“VeLiTi”
9e5f5581be Refactor permission checks across multiple files to utilize isAllowed function for better access control management. Updated hierarchy level checks in account, contracts, equipments, partners, users, and API endpoints to streamline permission validation. Enhanced download options visibility based on user permissions in various reports and management pages. Improved modal behavior and auto-installation process in software tool after payment success. Added new helper functions for building dynamic where clauses based on user hierarchy levels. 2026-01-28 14:32:49 +01:00
“VeLiTi”
f7a91737bc Implement RBAC migration and role management enhancements
- Added AJAX functionality to fetch role permissions for copying.
- Introduced system role management with permission checks for updates.
- Implemented role deletion with confirmation modal and backend handling.
- Enhanced user role assignment migration scripts to transition from legacy profiles to RBAC.
- Created SQL migration scripts for user roles and permissions mapping.
- Updated user interface to support new role management features including copy permissions and system role indicators.
2026-01-27 15:10:21 +01:00
“VeLiTi”
18469fe958 Refactor authorization checks to use 'permissions' instead of 'profile' in multiple files
- Updated authorization checks in product management, product attributes, configurations, software, and user management files to use 'permissions' for consistency.
- Ensured that all relevant pages correctly check user permissions for read, update, delete, and create actions.
- Adjusted session variable references to align with the new permissions structure across various modules.
2026-01-20 15:00:00 +01:00
“VeLiTi”
24481279d5 Refactor user session handling and permissions management
- Updated session variables to use 'authorization' array instead of 'username' for user identification across multiple files.
- Introduced a new function `getUserPermissions` to consolidate user permissions retrieval based on assigned roles.
- Modified API calls to use the new authorization structure and updated endpoints to v2.
- Enhanced language support by adding 'PL' to the list of supported languages.
- Cleaned up redundant code and improved session management during user login and registration processes.
- Added a new API endpoint for fetching user permissions based on user ID.
2026-01-19 15:29:16 +01:00
“VeLiTi”
782050c3ca Add user role management functionality with CRUD operations and permissions handling
- Created user_role.php for viewing and editing user roles and their permissions.
- Implemented inline editing for role details and permissions.
- Added user_role_manage.php for creating and managing user roles.
- Introduced user_roles.php for listing all user roles with pagination and filtering options.
- Integrated API calls for fetching and updating role data and permissions.
- Enhanced user interface with success messages and navigation controls.
2026-01-19 11:16:54 +01:00
“VeLiTi”
a0e1d386ad Finetuning software updates, general UI improvements 2026-01-13 14:35:16 +01:00
“VeLiTi”
653e33d7e9 Add software tool functionality with device connection and upgrade options
- Implemented the software tool page with user interface for connecting devices.
- Added functionality to display connection status and software upgrade options.
- Included a help modal with step-by-step instructions for users.
- Integrated error handling and user permission checks.
- Enhanced user experience with dynamic content updates and visual feedback.
2025-12-21 14:16:55 +01:00
“VeLiTi”
ec20d44267 Refactor UI elements for consistency and clarity
- Updated action buttons across multiple files to use icons (e.g., "Save" to "💾+", "Delete" to "X").
- Replaced "Cancel" button text with a left arrow (←) for a more intuitive navigation experience.
- Removed unnecessary action columns from tables to streamline the interface.
- Enhanced table rows to be clickable for better user interaction, redirecting to relevant management pages.
- Adjusted font sizes and styles in CSS for improved readability and aesthetics.
- Standardized back button functionality to use a left arrow across various pages.
2025-12-15 17:08:44 +01:00
“VeLiTi”
0b78fa4827 CM93 - mass update mandatory items 2025-03-12 16:03:57 +01:00
“VeLiTi”
70dd12b04b CMXX - Bugfix updated/by 2024-12-12 16:20:54 +01:00
“VeLiTi”
e55c7c271d CMXX - Include updated/by on multiple tables and views 2024-12-12 16:19:16 +01:00
“VeLiTi”
81bd7c6c64 CMXX - Update service user creation 2024-12-10 15:54:03 +01:00
“VeLiTi”
5e2687a8e5 CMXX - Updated profile selection 2024-11-13 10:40:35 +01:00
“VeLiTi”
d2b022a08b CMXX - New translations ES, PT. Registration page translated. 2024-10-10 14:09:31 +02:00
“VeLiTi”
80ba36475f Update blockuser handling 2024-06-27 16:35:05 +02:00
“VeLiTi”
3528be22b8 CIM69 - car database 2024-06-14 15:59:01 +02:00
“VeLiTi”
b2601ff32b CIM71 - Add related users to assest, CIM72 Add related users to accounts 2024-05-06 12:32:47 +02:00
“VeLiTi”
c1b1c9e51e CIM68 - Username form changed to TEXT 2024-04-16 15:32:31 +02:00
“VeLiTi”
4bd3dad3de CIM67 - Update Block users 2024-04-16 14:54:31 +02:00
“VeLiTi”
32965b319f CIM67 - Block Users after 5 failed login attempts 2024-04-16 11:03:00 +02:00
“VeLiTi”
aebeb88b68 Enhanced user creation 2024-04-15 20:11:31 +02:00
“VeLiTi”
bdcc33017d Bugfix - related assets view & admin user to allow profile setting 2024-03-25 12:44:34 +01:00
“VeLiTi”
2bb6086b32 Bug - User default = actief 2024-03-20 17:59:31 +01:00
“VeLiTi”
670b00eeab Initial commit 2024-03-15 12:43:10 +01:00