To remove functions so that employees can’t perform them, such as removing the start and end break functions if employees don’t record taking their breaks, specify the following in the config.custom.xml file:
<function id="func_id" delete="yes"/>
Replace "func_id"
with the ID of the function you want to delete. For example, to remove the start_break
function you enter the following in the config file:
<function id="start_break" delete="yes"/>
Another way to delete a function from the main page is to not set any key. For example:
<function id="start_break" button="F3" punchtype="Break_Out"
class="BaseFunction" icon="break_start" key="" />