Difference between revisions of "Field:date of signing@TermsOfEmployment"

From MintHCM Wiki

(Created page with "{{Field-infobox |Field-name=date_of_signing |Field-module=TermsOfEmployment |Field-type=date |Field-label=Date of Signing |Field-vname=LBL_DATE_OF_SIGNING |Field-required=No |...")
 
 
Line 16: Line 16:
 
|Field-options-name=date_range_search_dom
 
|Field-options-name=date_range_search_dom
 
|Field-needs-validation=No
 
|Field-needs-validation=No
|Short Description=
+
|Short Description=Date of signing the contract
 
}}
 
}}
 
 
==={{int:ev-location_and_code_definition}}===
 
==={{int:ev-location_and_code_definition}}===
  
Line 55: Line 54:
  
 
[[Missing::Missing User input]]
 
[[Missing::Missing User input]]
 
 
{{Field-links}}
 
{{Field-links}}
 +
{{DevNotes}}

Latest revision as of 14:36, 7 January 2020

Terms of Employment - Date of Signing

Name date_of_signing
Module Terms of Employment
Type date
Label Date of Signing
VName LBL_DATE_OF_SIGNING
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

Date of signing the contract


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes

Location and Code definition

modules/TermsOfEmployment/vardefs.php

'date_of_signing' => array( 'required' => false, 'name' => 'date_of_signing', 'vname' => 'LBL_DATE_OF_SIGNING', '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', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes