Field:end date@Certificates
From MintHCM Wiki
|
Certificates - End Date | |
|---|---|
| Name | end_date |
| Module | Certificates |
| Type | date |
| Label | End Date |
| VName | LBL_END_DATE |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | Yes |
| Massupdate | No |
| Global Search | No |
| Auditable | No |
| 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 |
Contents
Notes
Related Features
Affected by
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Certificates - start date - Validation IsBefore | Validation | End Date | Start Date | Certificates |
Location and Code definition
modules/Certificates/vardefs.php
'end_date' => array( 'name' => 'end_date', 'label' => 'LBL_END_DATE', 'vname' => 'LBL_END_DATE', 'type' => 'date', 'audited' => false, 'mass_update' => false, 'duplicate_merge' => '1', 'reportable' => true, 'importable' => true, 'options' => 'date_range_search_dom', 'enable_range_search' => '1', ),
Missing User input
Related Features
Affected by
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Certificates - start date - Validation IsBefore | Validation | End Date | Start Date | Certificates |