Commit Graph

79 Commits

Author SHA1 Message Date
“VeLiTi”
08263c7933 feat: Implement invoice generation and emailing functionality
- Added invoice generation logic using DomPDF.
- Integrated invoice data retrieval from the API.
- Implemented language determination for invoices based on customer data.
- Added options to email invoices to customers and admin.
- Included HTML output option for direct viewing in the browser.
- Ensured proper redirection and error handling throughout the process.
2026-01-07 14:36:48 +01:00
“VeLiTi”
543f0b3cac feat: Add software licenses management page and update payment handling
- Introduced a new licenses management page with functionality to create, update, and view software licenses.
- Updated payment return handling in softwaretool.php to check payment status from the database and display appropriate modals for success, pending, and failure states.
- Enhanced webhook_mollie.php to log webhook calls, handle payment status updates directly in the database, and generate invoices based on payment status.
- Improved CSS styles for better alignment of buttons and modal components.
- Added JavaScript for modal interactions and bulk license creation functionality.
2025-12-24 14:07:28 +01:00
“VeLiTi”
0f968aac14 Add Mollie API integration and webhook for software upgrade payments
- Introduced the `CaBundle.php` class for managing CA certificates.
- Updated `installed.json` and `installed.php` to include the new `composer/ca-bundle` dependency.
- Added `platform_check.php` to enforce PHP version requirements.
- Created `initialize.php` for initializing the Mollie API client with the API key.
- Implemented `webhook_mollie.php` to handle webhook callbacks for software upgrade payments, including transaction status updates and invoice generation.
- Integrated DomPDF for generating invoices and sending them via email.
2025-12-21 14:44:37 +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”
3693b52886 Refactor software version update logic into a reusable function; enhance UI for file uploads and table responsiveness 2025-12-16 16:18:24 +01:00
“VeLiTi”
a9f623cf22 Add software availability check API and enhance profile management features 2025-12-16 14:53:20 +01:00
“VeLiTi”
bdb460c046 Add API endpoints and management pages for software versions and upgrade paths
- Implemented API endpoint for managing software versions in `products_software_versions.php`.
- Created management page for software version assignments in `products_software_assignments.php`.
- Developed upgrade paths management functionality in `products_software_upgrade_paths_manage.php`.
- Enhanced software version details page in `products_software_version.php`.
- Added form handling and validation for software version creation and updates in `products_software_version_manage.php`.
- Introduced pagination and filtering for software versions in `products_software_versions.php`.
- Implemented success message handling for CRUD operations across various pages.
2025-12-15 14:52:50 +01:00
“VeLiTi”
2b42013e23 Removed initial software_upgrade 2025-12-12 10:54:45 +01:00
“VeLiTi”
c39a5ca648 Refactor software version queries to use 'rowID' instead of 'id' for consistency across the application 2025-12-11 15:45:14 +01:00
“VeLiTi”
9673d9be7b Implement Software Upgrade Management API and Frontend Functionality
- Added software.php for managing software versions, including download and purchase actions.
- Created upgrade_paths.php for handling upgrade paths management.
- Developed user_licenses.php for managing user licenses.
- Introduced version_access_rules.php for managing access rules for software versions.
- Implemented frontend functions in functions.js for interacting with the software upgrade API.
- Added version_access.php for user access validation and license management.
- Created upgrades.php for displaying available upgrades and handling user interactions.
- Enhanced UI with responsive design and progress indicators for downloads and purchases.
2025-12-11 15:32:18 +01:00
“VeLiTi”
f8e089ffcd Update for BeWellWell my account en media_upload 2025-08-29 15:01:30 +02:00
“VeLiTi”
010b23b0e5 Hardening 2025-08-20 19:24:03 +02:00
“VeLiTi”
c20d2d9c6e CMXX - Mailer update 2025-05-09 14:18:06 +02:00
“VeLiTi”
da78217dd9 CMXX - dealers 2025-05-08 13:42:19 +02:00
“VeLiTi”
c3e5873912 CMXX - Dealers 2025-04-13 17:16:12 +02:00
“VeLiTi”
cb18443af9 CMXX - Dealers 2025-04-07 20:25:37 +02:00
“VeLiTi”
f716511a5d CMXX - Bugfix equipments 2025-03-31 10:52:15 +02:00
“VeLiTi”
dda27fd577 CMXX - Improved software_update 2025-03-18 11:00:08 +01:00
“VeLiTi”
faf5a5156b CMXX - First candidate 2025-03-05 20:45:35 +01:00
“VeLiTi”
3a52632d61 CMXX - Product query updates 2025-02-25 11:10:00 +01:00
“VeLiTi”
bc7e83efe9 CMXX - Changed consumer_identity to identity 2025-02-23 15:25:06 +01:00
“VeLiTi”
3182cb0b3c CMXX - Consumer identity 2025-02-22 23:45:27 +01:00
“VeLiTi”
8dd7023310 CMXX - Update whereclause get/post 2025-02-21 17:48:51 +01:00
“VeLiTi”
d5826fccdb CMXX - Uploader tool 2025-02-21 17:10:15 +01:00
“VeLiTi”
9e7cbc3115 CMXX - Improved menu handling 2025-02-20 17:26:38 +01:00
“VeLiTi”
92b47c3da3 CMXX - Updated salesid for admin 2025-02-20 13:59:28 +01:00
“VeLiTi”
4c6ed0d203 CMXX - Improved whereclause 2025-02-20 13:35:59 +01:00
“VeLiTi”
3aaa6c6680 CMXX - Checkout and Placeorder 2025-02-17 19:01:04 +01:00
“VeLiTi”
2072250072 CMXX - Products_media 2025-02-06 18:46:33 +01:00
“VeLiTi”
07b5578895 CMXX - Shopping_cart + local fonts 2025-02-06 11:47:53 +01:00
“VeLiTi”
0172f8405a CMXX - Added categories filter for commerce 2025-02-04 11:46:14 +01:00
“VeLiTi”
59c23bf46c CMXX - Categories and filters 2025-02-03 11:28:05 +01:00
“VeLiTi”
754359f6b6 CMXX - Categories and catalog enhancements 2025-01-31 17:03:31 +01:00
“VeLiTi”
a669b2fadf CMXX - Catalog API 2025-01-30 09:28:50 +01:00
“VeLiTi”
661783270a CMXX - Pricelists 2025-01-23 12:54:16 +01:00
“VeLiTi”
d76c9ad9fd CMXX - Pricelists 2025-01-16 19:47:08 +01:00
“VeLiTi”
2dc2100269 CMXX - Media 2025-01-16 17:13:42 +01:00
“VeLiTi”
906ce7b843 CMXX - Initial product attributes 2025-01-09 15:40:59 +01:00
“VeLiTi”
e3d2b4e768 CMXX - Translations - updates 2025-01-09 14:45:23 +01:00
“VeLiTi”
30b60c8652 CMXX - Initial translation engine 2025-01-08 13:20:09 +01:00
“VeLiTi”
fcac36f65f CMXX - expanded users API 2024-12-12 16:24:07 +01:00
“VeLiTi”
e55c7c271d CMXX - Include updated/by on multiple tables and views 2024-12-12 16:19:16 +01:00
“VeLiTi”
b72f329154 CM91 - RMA update 2024-12-10 11:49:04 +01:00
“VeLiTi”
22d46c74df CM91 - RMA - 1st commit 2024-12-02 17:28:13 +01:00
“VeLiTi”
ad51669e32 CMXX - Changed history to equipment_history 2024-12-02 15:40:05 +01:00
“VeLiTi”
868d73c6b5 CMXX - Update contract security 2024-11-28 13:47:12 +01:00
“VeLiTi”
553c0aef82 CMXX - Improved assets screen performance 2024-11-27 14:06:38 +01:00
“VeLiTi”
c818152448 CMXX - Smaller improvements firmware indicators 2024-11-27 13:56:14 +01:00
“VeLiTi”
1618f2e665 CMXX - Update HW_VERSION when provided 2024-11-26 11:42:37 +01:00
“VeLiTi”
30df98ae34 CMXX - Update hardware version when provided 2024-11-26 11:29:02 +01:00