Field:date of signing@TermsOfEmployment
|
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
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