ClickTime Version 10.12.0 includes the following updates:
Report Studio: An issue with Subscription and Excel exports not working as expected was resolved.
Time Entry: The following bug fixes and improvements were made to our time entry pages:
- Auto Fill deletion warning said “week” when using Day View
- Autofill Deletion warning could not be dismissed on Day View and Week View
- Admin receives “Unexpected Error” and cannot remove (approval required) PTO from employee’s timesheet
- Deleting the hours on Week View with autofill clears the row
- Quick Week was not carrying Time Off forward into new periods
REST API: The following issues were resolved:
- IsActive=false was returned for PaymentType and ExpenseType in
GET /expenseItems/new?verbose
response - Leading and trailing white spaces are not trimmed on
POST /ExpenseTypes
- Documentation for
POST /Timesheets/{id}/Actions
and/Timesheet/Actions
was updated to clarify the limited set of actions managers with “Override Timesheets” permissions can perform.
The following endpoints are now public:
GET /Users/{userID}/ExpectedWork
POST /Users/{userID}/ExpectedWork
GET /Users/{userID}/ExpectedWork/{expectedWorkID}