Field:months@WorkingMonths

From MintHCM Wiki

Working Months - Month

Name months
Module Working Months
Type enum
Label Month
VName LBL_MONTHS
Required Yes
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable No
Options
* January,
* February,
* March,
* April,
* May,
* June,
* July,
* August,
* September,
* October,
* November,
* December
Options List Name months_list
Needs Validation No

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/WorkingMonths/vardefs.php

'months' => array( 'required' => true, 'name' => 'months', 'vname' => 'LBL_MONTHS', 'type' => 'enum', 'massupdate' => 0, 'default' => 'january', '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' => 100, 'size' => '20', 'options' => 'months_list', 'studio' => 'visible', 'dependency' => false, ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dashlet Work Schedule Manager Miscellaneous Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. Worked Task Time, Status

Initiating

Related Integrations

Mentioned in other articles