Thursday, November 5, 2020
1 change
Resolved issues and error corrections
Belgian payroll contract history now calculates monthly wage and yearly cost reference amounts correctly. This prevents employees from showing incorrect zero values in payroll reference data, improving the reliability of HR payroll reporting.
Original PR description
* Prior to this commit:
There were an issue in the compute function of both reference_monthly_wage
and reference_yearly_cost. This has been identified with the demo data
freshly installed on the employee Laurie Poiret which had 0 for both fields.
* After this commit:
Both reference_monthly_wage and reference_yearly_cost are correctly computed.