Tuesday, December 5, 2023
3 changes
Resolved issues and error corrections
This update addresses compliance requirements for Belgian POS systems in version 17. The fix resolves issues with product deletion functionality, enables proper cash rounding settings, and removes commented-out validation checks to ensure the system meets certification standards.
Original PR description
In order to be certified, few changes has to be done in v17. We fix deletion of the product that was not working. The cash rounding was not set. the check was commented and we remove the comment.
This update fixes three critical issues when copying spreadsheet history: the snapshot data was not being preserved during the copy process, active revision history was incorrectly carried over to the copied spreadsheet, and the snapshot was referencing the wrong revision ID. These fixes ensure that when users copy a spreadsheet's history, the data is accurately preserved and the revision tracking works correctly.
This fix resolves two critical issues in the Shop Floor workorder process. Previously, clicking 'Mark as Done' would fade out the workorder without validating required information like lot/serial numbers for the final product, and there was no way to close production on the last workorder. Now the system properly validates all prerequisites before allowing workorders to be marked complete.
Original PR description
In the Shop Floor, on a workorder, 'Mark as Done' do not check for its prerequisites before fading out, giving you for example no chance to fill the missing lot/serial for the final product. Moveover, on the last workorder, you have no way to 'Close Production'.