You can configure the Clock+ to show an employee’s last clock entries and recent schedules.
Note: The clock shows employee schedules only from the day before today to five days after today.
To show employees’ last clock entries and recent schedules on the Clock+, update the config file as follows:
<function id="employee_last_punch" button=""
class="EmployeeLastPunchFunction" icon="last_punches" key="e">
<num_of_punches>50</num_of_punches>
</function>
<function id="employee_schedule" button=""
class="EmployeeScheduleFunction" icon="employee_schedules"
key="f">
<num_of_schedules>50</num_of_schedules>
</function>
In the above example, <num_of_punches>
and <num_of_schedules>
specify the maximum number of recent clock entries and schedules that the clock shows.
Note: The clock shows unposted schedules only if the Display Unposted Schedule setting is enabled in the employee’s time entry policy. Otherwise, the clock shows only posted schedules.