Categories
Expenses QuickBooks Release Notes

ClickTime Version 9.14

ClickTime Version 9.14 includes the following updates:

  • Performance Improvements & bug fix – We resolved an issue that was preventing browsers from properly caching some static content.
  • Security Improvements – all non-secure requests (http) are now automatically redirected to be secure requests (https). Additionally, we now send HTTP Strict Transport Security (HSTS) headers so that modern web browsers automatically know to always make secure (https) requests.
  • QuickBooks Integration – updated system requirements to reflect that QuickBooks Pro, Premier and Enterprise versions 2018 and newer are supported.
  • Bug fix – Fixed issue that prevented the approval of particular expense sheets.
Categories
Mobile

Mobile Version 2.0.7

ClickTime iOS Version 2.0.7 includes the following updates:

  • Minor bug fixes and improvements
Categories
Mobile

Mobile Version 2.0.7

ClickTime Android Version 2.07 includes the following updates:

  • Minor bug fixes & improvements
Categories
Business Intelligence & Analytics Release Notes

ClickTime Version 9.13.1

ClickTime Version 9.13.1 includes the following updates:

  • Bug fix – Fixed issue that caused newly created custom fields from appearing in Business Intelligence & Analytics.
Categories
Expenses Release Notes Web Services

ClickTime Version 9.13

ClickTime Version 9.13 includes the following updates:

  • NonProfit Setup Wizard – We made various improvements to the setup wizard for NonProfit organizations.
  • Time Off Requests – improved performance when making time off requests and approving them, especially for requests for longer periods of time.
  • Time Off Reports – Updated preview images for two time off reports that appear in “My Reports” under the Personal tab to clearly identify the images as showing sample data and not the logged-in person’s actual time off history.
  • SOAP – All requests to the SOAP API must now be made securely (https).
  • Bug fix – Fixed issues so that people who sign in with Single Sign-On (SSO) get returned to the appropriate SSO login prompt after signing out of the ClickTime web app.
  • Bug fix – Fixed issue in which a person was directed to the wrong page after clicking a link an Expense Sheet Approval notification email and authenticating using Single Sign-On (SSO).
Categories
Business Intelligence & Analytics Release Notes

ClickTime Version 9.12

ClickTime Version 9.12 includes the following updates:

  • Time Entry Completion – We made various improvements to the Time Entry Completion feature.
  • Bug fix – We fixed an issue such that some custom fields that contain a right parenthesis character in the custom field name would not appear in the Business Intelligence & Analytics feature. This is now fixed.
Categories
Mobile

Mobile Version 2.0.6

ClickTime iOS Version 2.0.6 includes the following updates:

  • Time Off Requests and Approvals are now live for ClickTime Mobile
  • Users can submit time off requests for approval and managers can review these requests, all from their mobile devices.

Bug Fixes:

  • Various bug fixes and improvements.
Categories
Mobile

Mobile Version 2.0.6

ClickTime Android Version 2.0.6 includes the following updates:

  • Time Off Requests and Approvals are now live for ClickTime Mobile!
  • Users can submit time off requests for approval and managers can review these requests, all from their mobile devices.

Bug Fixes:

  • Various bug fixes and improvements.
Categories
Release Notes Web Services

ClickTime Version 9.11

ClickTime Version 9.11 includes the following updates:

  • Improved Notification Emails – We updated the appearance and now include additional helpful information in several emails including approved expense sheet, rejected expense sheet, time off request and rejected time off request notifications.
  • Audit Log – When exporting audit log data, it will now get split into separate files by date as follows: 2017 and older, 2018 through 2020, and 2021 and newer.
  • Bug fix – Fixed issue in which email “deep links” wouldn’t take the person to the correct page after authenticating using single sign-on (SSO).
Categories
Project Insights Release Notes Web Services

ClickTime Version 9.10

ClickTime Version 9.10 includes the following updates:

  • REST API v2 – Added various GET and POST endpoints for making, managing and approving time off requests. See the “TimeOffRequests” section of the REST API v2 documentation for a list of the new endpoints.
  • REST API v2 – Added the ability to retrieve which time off types (a.k.a. leave types) are available for a specified person through the new GET /Users/{userID}/TimeOffTypes and GET /Users/{userID}/TimeOffTypes/{timeOffTypeID} endpoints.
  • REST API v2 – Added the ability for a manager to retrieve which time off types (a.k.a. leave types) are available for a specified person through the new GET /Manage/Users/{userID}/TimeOffTypes and GET /Manage/Users/{userID}/TimeOffTypes/{timeOffTypeID} endpoints.
  • REST API v2 – Added the ability to retrieve your expected time off balance for a date in the future via the new GET /Me/TimeOffTypes/{timeOffTypeID}/FutureBalance/{date} endpoint. The endpoint takes into account any expected future accruals and forthcoming planned time off.
  • REST API v2 – Added the ability for a manager to retrieve a specified person’s expected time off balance for a date in the future via the new GET /Manage/Users/{userID}/TimeOffTypes/{timeOffTypeID}/FutureBalance/{date} endpoint. The endpoint takes into account any expected future accruals and upcoming planned time off.
  • Added ability to populate your company’s 2023 holiday list with standard holidays for various countries.
  • Bug fix – Project Insights might stay visible after turning off the feature. This is now fixed.
  • Bug fix – A manager will no longer get a 403 error when calling the GET /TimeOffTypes/new endpoint.
  • Bug fix – A 404 error referencing “ResourceNotFound” will now properly get returned when calling the PATCH /Me endpoint with an empty “DefaultTaskID” value.