Monday, March 14, 2022
1 change · master
Resolved issues and error corrections
The contract employee report now calculates employee exits more accurately, avoiding misleading counts for open-ended contracts. Users are also directed to the underlying contract records, making it easier to review details, with improved company-based access control.
Original PR description
The count_employee_exit was badly calculated and would consider contract with no ending to end on the current date which made the report unreliable. Previously the contract employee report views would link towards the report model itself. It will now link to the related hr.contract records instead. TaskId-2764844