You can configure the Clock+ to list transfers available to employees in a separate transfer menu. When enabled, the Clock+ displays the Transfers button. When employees click the Transfers button and enter their badge number, the clock displays the available transfers the employee can make.
The Transfers button is enabled by the transfer_menu
function; to enable it, add the following to the <functions>
section of the clock configuration file:
<function id="transfer_menu" button="F4"
class="TransferMenuFunction" icon="transfer" key="7"/>
Replace ‘F4’ with the appropriate function button, as needed.
The transfers displayed in the transfer menu on the clock are controlled by the <transfer_functions>
section. Similar to the <functions>
section in the clock program, specify the function IDs of transfers and appropriate function keys (F1 through F8 are available) to configure the Clock+ to include the corresponding transfers.