Wednesday, February 19, 2025
4 changes · saas-18.2
Enhancements to existing features
This update streamlines inventory and purchasing screens by showing approval and billing options only when relevant. It also improves operational accuracy by carrying tracking references through multi-step receipts and deliveries, and prevents confusing drag-and-drop behavior when warehouse filters are active.
Original PR description
After this commit: ================== - To approve filter will only appear if the Purchase Order Approval is set to be true. - Records not draggable when we have warehouse filter in inventory view. - In case of multi-step receiving/deliveries, the tracking reference will be propagated. - Create Bills smart button only to appear, removed “Create Vendor Bills” from the action menu. - UI improvement in pricelist report view. task 3859453
POS users can now mark and unmark products as favorites directly from the sales screen. This reduces back-office navigation and makes it faster for staff to organize frequently used products during daily operations.
Original PR description
In this commit: =============== Users can now mark or unmark products as favorites directly from the POS frontend. Reduces the need for user redirection from the frontend to the backend for managing favorite products. Task-4452738
Users now see start and end time badges while selecting, moving, or resizing items in Gantt views. This makes scheduling adjustments easier to understand before confirming the change, especially where precise timing matters.
Original PR description
This commit transforms the resize badge into a pair of time display badges that appear all basic drag actions (select cells, drag pill and resize pill). These new badges show on each side of the selection/pill the resulting time start and time stop of the action and still show the time difference in the case of a resize. This commit also allows to take into account the precision when selecting cells. task-4547819
Signing templates now space radio button choices more clearly when they are added, making forms easier to read and complete. Users can no longer edit placeholder text for radio buttons and checkboxes where it is not useful, and a template-opening error in debug mode has been fixed.
Original PR description
This commit increases the distance between the radio buttons when dropped, exactly how it is done when adding more buttons. Additionaly, we now hide the placeholder change for the radio buttons and checkboxes as they're not really useful. Finally, we fixed a traceback on the Sign Templates opening related to `itemsCount` when opening a template. task-4575197