Thursday, May 30, 2024
2 changes · saas-17.1
Resolved issues and error corrections
The portal task view now shows timesheet progress as a rounded number instead of displaying excessive decimal places. This makes project task information cleaner and easier for customers and portal users to read.
Original PR description
Steps to reproduce:
- Install the hr_timesheet module.
- Create a Project with timesheets selected.
- Create a Task and set the allocated time to 5.
- Add a timesheet entry with hours set to 23.
- Open the task in the portal view.
Currently, the progress field value is not rounded, and a large number of decimal places are
displayed in the portal view. We have fixed this issue by adding the float widget.
task-3888878Debit notes in India GSTR-1 reports are now shown with positive values in the relevant spreadsheet sections. This improves report accuracy and adds test coverage to help prevent the issue from returning.
Original PR description
**Before this PR:** - The test case for a debit note in GSTR-1 was missing. - Values for debit notes in the CDNR and CDNUR categories in the GSTR-1 spreadsheet were negative. **After this PR:** - Added the test case for a debit note in GSTR-1. - Corrected the GSTR-1 JSON to display positive values for debit notes in the CDNR and CDNUR categories in the GSTR-1 spreadsheet. **task**-3892512