Friday, October 11, 2024
2 changes · master
Enhancements to existing features
The project task side panel now separates budget information from other commonly used sections such as milestones. This makes budget details easier to find and use, improving clarity for teams managing project finances.
Original PR description
This commit focuses on separate budget functionality in the right side panel from other commonly used features like milestones and budgets. task-3186710
GSTR-1 now shows a warning when zero-rated GST tax is used together with other normal GST taxes on invoices. The warning includes an action that takes users directly to the affected invoices, helping them find and correct reporting issues faster.
Original PR description
With this PR, if any other normal GST taxes are applied with zero-rated tax then a warning will be displayed with action in GSTR-1 which redirects to those invoices. **Task**-4008149