Wednesday, November 23, 2022
2 changes
Enhancements to existing features
The payroll indexing wizard now prevents users from confirming indexing for contracts that are not running. This avoids a confusing error message and guides users away from an action that cannot be completed.
Original PR description
Up until now, even though it is not possible to index non-running contracts, it was possible to attempt this and 'confirm' this action, leading to a User Error. With this commit, the 'confirm' button is disabled, preventing the user from completing this invalid action. task-2974271
Payslips now clearly mark attendance entries that cover only part of a day with “(half-day)”. This helps payroll users review worked days more accurately and quickly identify partial-day attendance records.
Original PR description
Show "(half-day)" next to attendances that were not done on a full day. task-2902011