Configure Tips

Clocks Guide

Version
R2024.2.0
Configure Tips

You can configure the Clock+ so that employees can record the tips they earned during their shift. You can configure the clock to use “out with tip” functionality (where employees can record their tips and clock out in one step) or “tip” functionality (where employees just record their tips).

To assign the buttons on the Clock+ for the “tip” and “out with tip” functionality, specify the following in the config file:

<function id="tip" button="" punchtype="Declare_Tips"
class="TipFunction" icon="tip" key="i" />

<function id="out_tip" button="" punchtype="Punch_Out"
class="TipFunction" icon="tip_out" key="j" />

Replace the i and j buttons with different function buttons, as needed.