Pre-defining keys for a labor metric code

Follow these steps to set up the pre-defined keys for specific labor metric codes:

  1. Edit the clock.xml with your preferred editor.
  2. Enter the following configuration syntax:
    
    <item action="{labor metric type}" order="0" data="{labor metric code}" name="{localization key}"/>

Example

In this example, a button is configured on the clock to allow an employee to start a meal break:


<item action="TIMECODE_CHANGE" order="2" data="MEAL" name="START_MEAL"/>
<item action="TIMECODE_CHANGE" order="2" data="WRK" name="END_MEAL"/>

In the clock.properties file, you can specify the localized text for START_MEAL and END_MEAL. For example:


START_MEAL=Start Meal

END_MEAL=End Meal

Once you are satisfied with your configuration changes, you can use the clock configuration update process to push the change to a group of clocks or all of your clocks. For more information on using the configuration update process, see Configuration Updates for the Clock.