...
Bug Fixes
- Attendance Mass Add - allow users to select the same day for start / end and add a single day
- Benefit Obligation Reports - exclude archived compensations
- EMIS Reporting - Attendance and absence counting should exclude counts for positions / compensations that are archived or not reportable to EMIS
- Employee Number Generation - Check for length of number before taking a fixed amount, preventing an error-
- The employee number generator always checks for 9 characters when trying to build the new number. This was updated to only take the number if it is available. If not, build the number on the length of the found employee number.
...