Wednesday, February 12, 2025
3 changes · 18.0
Enhancements to existing features
Demo combo products are now published on the eCommerce website, making them immediately available for testing. This helps teams validate the combo configurator more easily without extra setup.
Original PR description
Publishing the combo demo data on eCommerce makes it easier to test the combo configurator.
The Point of Sale screen now prevents users from clicking the Load Order button unless an order is selected. This avoids confusing or invalid actions and makes the checkout workflow clearer for staff.
Original PR description
Before it was possible to click on "load order" button even when there was no selected order. This commit disables the button when there is no selected order. taskId: 4562723
Financial reports with custom grouping now keep the standard drill-down options while adding any custom ones. This helps users retain expected navigation options when they adjust how reports are grouped.
Original PR description
If a custom handler handles the caret builder, it used to only consider this function, and therefore not benefiting from the generic keys provided by the default function of the report engine. This can cause minor disadvantage such as when a user change himself the groupby keys of a report with a custom engine. In this case, the caret options won't be visible at all. With the change of this commit, the custom handler caret options will be used on top of the default ones. task-4557882