Field:period ending date@PeriodsOfEmployment

From MintHCM Wiki

Periods of Employment - Period Ending Date

Name period_ending_date
Module Periods of Employment
Type date
Label Period Ending Date
VName LBL_PERIOD_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

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Period Ending Date Miscellaneous Period Ending Date is the date the employee ends work Period Ending Date Ending Date [[Module:Terms of Employment|]]

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:PeriodsOfEmployment - period starting date - Validation IsBefore Validation Period Ending Date Period Starting Date Periods of Employment

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/PeriodsOfEmployment/vardefs.php

'period_ending_date' => array( 'name' => 'period_ending_date', 'vname' => 'LBL_PERIOD_ENDING_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', '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 Ending Date Miscellaneous Period Ending Date is the date the employee ends work Period Ending Date Ending Date [[Module:Terms of Employment|]]

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:PeriodsOfEmployment - period starting date - Validation IsBefore Validation Period Ending Date Period Starting Date Periods of Employment

Related Integrations

Mentioned in other articles