Field:term starting date@TermsOfEmployment

From MintHCM Wiki

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

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:TermsOfEmployment - term starting date - Validation IsBefore Validation Starting Date Ending Date Terms of Employment

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|]]

Related Integrations

Mentioned in other articles


Dev Notes


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

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:TermsOfEmployment - term starting date - Validation IsBefore Validation Starting Date Ending Date Terms of Employment

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|]]

Related Integrations

Mentioned in other articles