ClickTime Version 9.17 includes the following updates:
- Accounting & Payroll Reports – We collected all of the relevant accounting and payroll exports together in the new “Accounting & Payroll” report section. This is accessible from the Reports menu under the Company tab.
- Checkwriters Payroll Integration – We’ve added a Checkwriters Payroll Export report to the Accounting & Payroll section of the Reports menu under the Company tab.
- TRAXPayroll Integration – We’ve added a TRAXPayroll Export report to the Accounting & Payroll section of the Reports menu under the Company tab.
- Grant Allocation Report – The new Grant Allocation report for Nonprofit organizations is available in the People section of the Reports menu under the Company tab. The report provides insight to how people are allocating their time. It attributes time off to clients and projects in direct proportion to time worked.
- Integrations – The “Integrations” page under the Company tab is updated to reflect the recent payroll integrations.
- REST API – Clients – Added the IsEligibleTimeOffAllocation property to the following endpoints:
GET /Clients
GET /Clients/{clientID}
GET /Clients/new
POST /Clients
PATCH /Clients/{clientID}
- REST API – Jobs – Added the TimeOffAllocation property to the following endpoints:
GET /Jobs
GET /Jobs/{jobID}
GET /Jobs/new
POST /Jobs
PATCH /Jobs/{jobID}