Friday, September 24, 2021
3 changes · master
Resolved issues and error corrections
This update corrects an internal issue in the accounting report code that could call the wrong underlying behavior. It helps keep accounting report generation reliable without changing how users interact with the system.
This fixes a visual issue in Planning where opening certain filtered shifts showed an unwanted grey area below the warning message. The warning now displays cleanly, making shift details easier to review for employees on time off or shifts in conflict.
Original PR description
Steps to reproduce: go to Planning > filter on 'employees on time off' or 'shifts in conflict' > open one of the resulting shifts Observed behavior: https://nimb.ws/xV8weW there is a grey area displayed below the warning Expected behavior: this grey aread shouldn't be there task-2635074
Fixed an issue where refreshing after choosing to process an operation alone could open a different operation or no operation. This keeps warehouse users on the right transfer and avoids confusion during barcode processing.
Original PR description
When refresh the operation after the wizard asked the user if they wants to group it with other operations into a new batch, the application will refresh on an another operation, or even on no operation at all. How to reproduce: - Open an operation who can be grouped into a new batch (WH/IN/00003 or WH/IN/00004 from the demo data for example); - When the wizard asks you if you want to create a new batch, choose to proceed the transfer alone; - Refresh the page (F5) and then, it opens an another operations instead (or even no operaton at all if you repeat this too much). task-2466028