Field:date@NonWorkingDays
From MintHCM Wiki
Non Working Days Registry - Date | |
---|---|
Name | date |
Module | Non Working Days Registry |
Type | date |
Label | Date |
VName | LBL_DATE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Equals, * Not On, * After, * Before, * Last 7 Days, * Next 7 Days, * Last 30 Days, * Next 30 Days, * Last Month, * This Month, * Next Month, * Last Year, * This Year, * Next Year, * Is Between, * More Than n Months Ago |
Options List Name | date_range_search_dom |
Needs Validation | No |
Contents
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/NonWorkingDays/vardefs.php
'date' => array( 'name' => 'date', 'vname' => 'LBL_DATE', 'type' => 'date', 'audited' => true, 'comment' => '', 'importable' => 'required', 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'required' => true, ),
Missing User input