Field:estimated end date@Project
From MintHCM Wiki
|
Project - End Date | |
|---|---|
| Name | estimated_end_date |
| Module | Project |
| Type | date |
| Label | End Date |
| VName | LBL_DATE_END |
| Required | Yes |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| 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:Project - estimated start date - Validation IsBefore | Validation | Validation IsBefore in module Project prevent setting up End Date before Start Date | End Date | Start Date | Project |
Location and Code definition
modules/Project/vardefs.php
'estimated_end_date' => array( 'name' => 'estimated_end_date', 'vname' => 'LBL_DATE_END', 'required' => true, 'type' => 'date', 'importable' => 'required', 'required' => true, 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),
Missing User input
Related Features
Affected by
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Project - estimated start date - Validation IsBefore | Validation | Validation IsBefore in module Project prevent setting up End Date before Start Date | End Date | Start Date | Project |