Key: MyTimeregistrationShowWorkStatusColumn

From Catglobe Wiki
Jump to: navigation, search



Key: MyTimeregistrationShowWorkStatusColumn

Syntax

<add key="MyTimeregistrationShowWorkStatusColumn" value="[TRUE/FALSE]"/>

[TRUE/FALSE]: Either insert "true" or "false" into value

Purpose

This value should only be set to true if you will make one time registration period for each working day. In this case a true value for this key will mean that users can register the work status directly in the my time registration list. This makes it easier for users to quickly specify that they were on holiday or equivalent. If your time registration periods cover more than one day at a time you should set this key to false. If you do not do this and have more than one day per time registration period, then the column will just show "N/A" for all rows.

The key is not required. Default value is false.

Example of key

<add key="MyTimeregistrationShowWorkStatusColumn" value="true"/>