Field:term starting date@TermsOfEmployment
Terms of Employment - Starting Date | |
---|---|
Name | term_starting_date |
Module | Terms of Employment |
Type | date |
Label | Starting Date |
VName | LBL_TERM_STARTING_DATE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
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 | Yes |
Contents
Notes
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Period Starting Date | Miscellaneous | Period Starting Date is the date when the employee starts work | Starting Date | Period Starting Date | [[Module:Module:PeriodsOfEmployment|]] |
Location and Code definition
modules/TermsOfEmployment/vardefs.php
'term_starting_date' => array( 'required' => true, 'name' => 'term_starting_date', 'vname' => 'LBL_TERM_STARTING_DATE', 'type' => 'date', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'enabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'size' => '20', 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'validation' => array('type' => 'isbefore', 'compareto' => 'term_ending_date'), 'vt_readonly' => "callCustomApi(TermsOfEmployment, checkIfTermInBetween, {id: \$id})", ),
Missing User input
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Period Starting Date | Miscellaneous | Period Starting Date is the date when the employee starts work | Starting Date | Period Starting Date | [[Module:Module:PeriodsOfEmployment|]] |