Friday, September 17, 2021
2 changes · master
Enhancements to existing features
The consolidated balance report now shows profits as positive amounts and losses as negative amounts, matching common business expectations. This makes consolidated financial results easier to read and reduces confusion when reviewing group performance.
Original PR description
The user would expect profits to be positive and loss negative when seeing the consolidated balance, but it is not the case at the moment.
Resolved issues and error corrections
Timesheets now correctly treat approved employee leave as time off instead of extra worked hours. This prevents inflated overtime figures and gives managers more accurate attendance and workload reporting.
Original PR description
Before commit: while an employee is on leave, the timesheet app considers it as overtime and due to that, it shows extra worked hours. In actuality, the employee was on leave. After commit: When employees put leaves than the Timesheet consider it as leaves rather than overtime. TaskId- 2635590