The Clock Device Report summarizes information about your organization’s clock devices, including their MAC addresses, locations, clock configuration groups, and time zones.
Role feature access: Report Library > Time & Attendance > Clocks > Clock Device Report
Fields
| Field Name | Group by | Sort Order | Totals |
|---|---|---|---|
| MAC | |||
| Type | |||
| Clock Device Description | |||
| Location | |||
| Config Group | |||
| Clock Device Group | |||
| Online | |||
| Clock IP Address | |||
| Last Communicated Time | |||
| Timezone |
Custom Fields
Type
The Type custom field displays the clock device type. It uses the following expression:
(SELECT DeviceTypeName FROM DeviceType WITH(NOLOCK) WHERE DeviceId = ClockDevice.DeviceType)
Last Communicated Time
The Last Communicated Time custom field displays a timestamp of the last time the device communicated with the clock server. It uses the following expression:
ClockDeviceInfo.LastCommunicatedTime
Timezone
The Timezone custom field displays the time zone assigned to the device. It uses the following expression:
(SELECT TimezoneName FROM Timezone WITH(NOLOCK) WHERE TimezoneId = ClockDeviceInfo.DeviceTimezone)
Filters
The template contains the following filters: