Field:working hours@WorkingMonths

From MintHCM Wiki

Working Months - Number of Working Hours

Name working_hours
Module Working Months
Type int
Label Number of Working Hours
VName LBL_WORKING_HOURS
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
Options List Name
Needs Validation Yes

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/WorkingMonths/vardefs.php

'working_hours' => array( 'required' => true, 'name' => 'working_hours', 'vname' => 'LBL_WORKING_HOURS', 'type' => 'int', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'enable_range_search' => false, 'disable_num_format' => '', 'min' => 0, 'max' => false, 'validation' => array( 'type' => 'range', 'min' => 0, 'max' => false, ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles