Friday, June 7, 2024
3 changes · saas-17.3
Resolved issues and error corrections
The receipt screen layout was adjusted so the send receipt button no longer extends beyond the visible area. This improves usability for point-of-sale staff when sending receipts by SMS or other methods.
Original PR description
When the send receipt button is displayed in the receipt screen, it overflows the screen. This commit fixes the issue.
The WhatsApp point-of-sale receipt screen has been adjusted so the send receipt button no longer spills outside the visible area. This improves usability for staff by keeping the receipt sharing action accessible and visually tidy.
Original PR description
When the send receipt button is displayed in the receipt screen, it overflows the screen. This commit fixes the issue.
This fixes an error that could cause the Planning calendar view to fail when opening or using it. Users should now be able to access the planning schedule reliably without encountering this crash.
Original PR description
In PlanningView, a traceback happens because a variable is called when it has never been declared before. This PR will add the declaration of the variable and fix the traceback.