The Clock+ supports single transfers, combined transfers (known as work transfers), and multi-transfers. The following sections describe how to configure each type in the configuration file.
Sorting Options
Use the sortorder=
attribute to control the sort order of lists in transfers. Specify sortorder="asc"
to configure the clock to sort the corresponding transfer’s list in an ascending order or sortorder="desc"
to sort the list in a descending order. For example, the following lines enable the Clock+ to show a list of projects sorted alphabetically, in ascending order, when employees perform project transfers:
<function id="project_transfer" button="" punchtype="Project" sortorder="asc" class="TransferFunction" icon="project_transfer"
key="c"/>
Note: The Clock+ must be configured to show a list of options when employees perform transfers (by specifying <transfer_by_code>no</transfer_by_code>
in the <system>
section) in order for the sort order to have any effect.