|
6. More Reliable Database Connections After Database Server Restart
In some cases Pacific Timesheet would hold onto database connections that should have expired after the database server was restarted.
This would result in odd errors, which would require restarting the Pacific Timesheet service to correct the problem.
A new tag in timesheet-config.xml has been added to test and expire such stale database connections more reliably.
If you are experiencing this issue you can set the <dbtest> property to true, e.g. <dbtest>true</dbtest>.
timesheet-config.xml is in the <installdir>/tomcat/webapps/timesheet/WEB-INF directory, and any changes to this file require the Pacific Timesheet service be restarted for the change to take effect.
7. Employee Search: Spaces in Name Issue
When searching for employees with spaces in the name, for example a last name of "De Vore", previous versions would return no matches.
This issue is fixed in this release.
8. Custom Time Periods Issue
Fixed an issue in which custom time periods could have a single date defined, rather than the minimum two time periods needed to create a time period.
9. Leave Requests Now Account For Holidays When Adding Hours to Timesheets
Suppose an employee made a leave request, for example Vacation, that spanned one or more company holidays.
In previous releases, when the request was approved the entire vacation was pushed onto the timesheet without taking into account any holidays.
This release will correctly account for any holidays first, adding vacation hours only for non-holiday days.
10. Annual Accrual Issue With Employees in Different Time Zones
An issue was fixed in which the wrong number of years an employee was employed was used when computing annual accruals.
This only affected employees in time zones earlier than the default time zone
(for example, if the default time zone is Eastern, then employees in the Pacific time zone would be affected).
If you are using annual accruals, have employees in more than one time zone, and have set up accrual rates based on the number of years employed,
then you should update to this release.
11. Fixed Timesheet Print/PDF Issue
Fixed an issue in which some timesheets, when the Print view button was clicked, generated a "Null Pointer Error".
12. Fixed Employee Password Autofill Issue
The password field in the employee properties page could be automatically filled in by some browsers.
This would make it difficult to save changes to the employee profile because the two password fields would then not match.
This release suppresses the browser's password autofill on the employee properties page to prevent this problem.
|