Field:term ending date@TermsOfEmployment
Terms of Employment - Ending Date | |
---|---|
Name | term_ending_date |
Module | Terms of Employment |
Type | date |
Label | Ending Date |
VName | LBL_TERM_ENDING_DATE |
Required | No |
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 | No |
Contents
Notes
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Period Ending Date | Miscellaneous | Period Ending Date is the date the employee ends work | Ending Date | Period Ending Date | [[Module:Module:PeriodsOfEmployment|]] |
Feature:TermsOfEmployment - term starting date - Validation IsBefore | Validation | Ending Date | Starting Date | Terms of Employment |
Location and Code definition
modules/TermsOfEmployment/vardefs.php
'term_ending_date' => array( 'required' => false, 'name' => 'term_ending_date', 'vname' => 'LBL_TERM_ENDING_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', 'vt_validation' => "AEM(callCustomApi(TermsOfEmployment, validateTermDates, {id: \$id, contract_id: \$contract_id, date_start: \$term_starting_date, date_end: \$term_ending_date,}),'LBL_TERMS_NOT_ADJECENT')", '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 Ending Date | Miscellaneous | Period Ending Date is the date the employee ends work | Ending Date | Period Ending Date | [[Module:Module:PeriodsOfEmployment|]] |
Feature:TermsOfEmployment - term starting date - Validation IsBefore | Validation | Ending Date | Starting Date | Terms of Employment |