Field:repeat interval@WorkSchedules

From MintHCM Wiki

Work Schedule - Per

Name repeat_interval
Module Work Schedule
Type int
Label Per
VName LBL_REPEAT_INTERVAL
Required No
Editable Yes
Visible Yes
Reportable No
Importable No
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation No

Notes

Interval of recurrence


Affected by

Initiating


Dev Notes


Location and Code definition

modules/WorkSchedules/vardefs.php

'repeat_interval' => array( 'name' => 'repeat_interval', 'vname' => 'LBL_REPEAT_INTERVAL', 'type' => 'int', 'len' => 3, 'default' => 1, 'comment' => 'Interval of recurrence', 'importable' => 'false', 'massupdate' => false, 'reportable' => false, 'studio' => 'false', ),



Missing User input


Affected by

Initiating