Field:period starting date@PeriodsOfEmployment

From MintHCM Wiki

Periods of Employment - Period Starting Date

Name period_starting_date
Module Periods of Employment
Type date
Label Period Starting Date
VName LBL_PERIOD_STARTING_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 Yes

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Period Starting Date Miscellaneous Period Starting Date is the date when the employee starts work Period Starting Date Starting Date [[Module:Terms of Employment|]]
Feature:PeriodsOfEmployment - period starting date - Validation IsBefore Validation Period Starting Date Period Ending Date Periods of Employment

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/PeriodsOfEmployment/vardefs.php

'period_starting_date' => array( 'name' => 'period_starting_date', 'vname' => 'LBL_PERIOD_STARTING_DATE', 'type' => 'date', 'massupdate' => '1', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'size' => '20', 'enable_range_search' => true, 'dbType' => 'datetime', 'validation' => array( 'type' => 'isbefore', 'compareto' => 'period_ending_date' ), 'options' => 'date_range_search_dom', ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Period Starting Date Miscellaneous Period Starting Date is the date when the employee starts work Period Starting Date Starting Date [[Module:Terms of Employment|]]
Feature:PeriodsOfEmployment - period starting date - Validation IsBefore Validation Period Starting Date Period Ending Date Periods of Employment

Initiating

Related Integrations

Mentioned in other articles