Commit Graph

33 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”
162933affa Refactor geolocation queries to use AND conditions for better accuracy. Update permission checks for equipment management to utilize unified 'equipment' scope. Enhance user role assignment logic to ensure correct username usage. Improve session error handling in login and index files for clearer user feedback. 2026-01-30 10:02:45 +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”
3db13b9ebf feat: Enhance software tool with country selection and tax calculation
- Added a helper function to generate country select options in software tool.
- Updated user info modal and payment modal to use country dropdowns instead of text inputs.
- Implemented tax calculation based on selected country in payment modal.
- Improved software options loading behavior in debug mode.
- Enhanced description formatting in payment modal.
- Added log modal for equipment updates with a link to view logs.
- Introduced a new countries settings file with tax rates for various countries.
- Minor adjustments to various PHP files for better handling of equipment and payment processes.
2026-01-16 16:01:31 +01:00
“VeLiTi”
7aebb762d3 Refactor API endpoints and update invoice generation
- Updated API calls in equipment.php, equipment_manage.php, and equipments_mass_update.php to use v2 endpoints.
- Changed payload decoding from decode_payload to json_decode for consistency.
- Enhanced invoice generation in factuur.php and webhook files to use a new email template and PDF structure.
- Added new email and PDF templates for invoices to improve formatting and readability.
- Improved marketing folder handling in marketing.php with better payload management.
- Updated CSS for marketing to enhance UI interactions.
- Added JavaScript checks for browser compatibility in softwaretool.php.
- Adjusted user permissions in settingsprofiles.php to reflect new features.
2026-01-14 13:31:22 +01:00
“VeLiTi”
a0e1d386ad Finetuning software updates, general UI improvements 2026-01-13 14:35:16 +01:00
“VeLiTi”
2520fb2b75 Add PayPal webhook handler and marketing styles
- Implemented PayPal webhook for handling payment notifications, including signature verification and transaction updates.
- Created invoice generation and license management for software upgrades upon successful payment.
- Added comprehensive logging for debugging purposes.
- Introduced new CSS styles for the marketing file management system, including layout, toolbar, breadcrumb navigation, search filters, and file management UI components.
2026-01-09 15:19:28 +01:00
“VeLiTi”
a329cec1a6 Refactor code structure for improved readability and maintainability; removed redundant code blocks and optimized function calls. 2025-12-16 13:04:50 +01:00
“VeLiTi”
364ee773e4 Enhance UI and functionality across multiple pages
- Added filter panels and search functionality to media, orders, partners, pricelists, products, products attributes, software versions, translations, and users pages.
- Implemented security checks for create, update, and delete permissions on various pages.
- Updated CSS styles for improved layout and responsiveness, including new styles for filter panels and buttons.
- Refactored existing forms to utilize the new filter panel design for a more consistent user experience.
- Adjusted API versioning in servicereport and servicereports pages for better compatibility.
- Improved button icons for filter actions and form submissions for better user interaction.
2025-12-16 11:39:14 +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”
8e0a21f80b CMXX - equipment_manage products bugfix 2025-03-31 11:56:24 +02:00
“VeLiTi”
dda27fd577 CMXX - Improved software_update 2025-03-18 11:00:08 +01:00
“VeLiTi”
0b78fa4827 CM93 - mass update mandatory items 2025-03-12 16:03:57 +01:00
“VeLiTi”
05b0c2bdb1 CMXX - Product attributes and initial multi languagal product support 2025-01-14 14:40:01 +01:00
“VeLiTi”
e55c7c271d CMXX - Include updated/by on multiple tables and views 2024-12-12 16:19:16 +01:00
“VeLiTi”
cf17ccf2e3 CMXX - Removed default HW version 2024-12-11 16:58:22 +01:00
“VeLiTi”
0474b66cdb CMXX - Only show software to override with same version 2024-11-26 11:15:35 +01:00
“VeLiTi”
6004394784 CMXX - Upgrade software update 2024-11-21 15:09:52 +01:00
“VeLiTi”
2da1046385 CMXX - Allow serialnumbers to have different software 2024-11-20 20:10:20 +01:00
“VeLiTi”
7fd167146d CMXX - Debuglogging update 2024-11-12 14:48:33 +01:00
“VeLiTi”
0b4ba34ea5 CIM69 - Car database 2024-04-23 17:09:31 +02:00
“VeLiTi”
d483c41832 CIM37 - Improved error handling geolocation 2024-04-04 11:08:50 +02:00
“VeLiTi”
a657daa1de CIM37 -Allow geolocation update in equipment_manage 2024-04-04 10:41:41 +02:00
“VeLiTi”
fce587ff91 CIM37 - Allow geolocation update in equipment_manage 2024-04-04 10:10:07 +02:00
“VeLiTi”
eb87c97009 Equipment - special permission4 2024-03-22 10:01:29 +01:00
“VeLiTi”
1c00629aa8 Equipment - special permission 3 2024-03-22 09:46:40 +01:00
“VeLiTi”
1f3d4b9181 Equipment - special permission - bug 2024-03-22 09:45:44 +01:00
“VeLiTi”
258b342b47 Equipment - special permission2 2024-03-22 09:43:42 +01:00
“VeLiTi”
3e4770e273 Equipment - special permission 2024-03-22 09:33:15 +01:00
“VeLiTi”
73baa19c2d Order reference 2024-03-19 20:15:23 +01:00
“VeLiTi”
670b00eeab Initial commit 2024-03-15 12:43:10 +01:00