Tuesday, November 3, 2020
1 change
Enhancements to existing features
HR teams can now regenerate an employee's work entries for a selected period when records need correction. Existing non-validated entries are archived and replaced with newly generated ones, reducing manual cleanup and helping keep payroll-related records accurate.
Original PR description
Prior to this commit:
As the generation of work entries is based on the date_generated_from and date_generated_to fields
of the contract, it was not possible to regenerate work entries twice for the same period of time.
This can be a problem if the work entries of an employee gets messed up.
After this commit:
It will be possible to use a wizard in order to regenerate work entries for an employee.
The wizard is accessible from the work entries gantt view and is is currently limited to
non 'validated' work entries. The existing work entries are archived and new ones are generated.
task-2372175