Posted On April 3, 2019

Chronos Time Clock Administration

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Chronos Time Clock Administration

How to Add Notes

  • Configuration Manager
  • Terminals
  • Timekeeper Terminals
  • right click – basic configuration
  • Type in the alternate text to show on time clock
  • When done open CommLink and communications and initilize

When looking at a timesheet:

F8 changes from actual to rounded

Changing schedules and timesheets

  • Open employees timesheet
  • click the little house (EMPLOYEE INFORMATION)
  • Make note of: Work-rule and primary schedule

Chronos Collect Help

Closing: Import into ADP

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Implement Docker & Portainer

Prerequisites:OS: base image Centos 7 Create network bridge from command line: # Network: x.x.x.128/26 Range:…

PowerShell Legacy Versions: How to Check Connection of Servers on Certain Ports?

A more updated version is available here. function Check-NetConnection($server, $port) { $session = New-Object System.Net.Sockets.TcpClient;…

How To Create a Windows Scheduled Task to Call a Program or Script

Example on How To Call a Program: Set Action = Start a Program Set Program/Script…