Field:estimated start date@Project
From MintHCM Wiki
Project - Start Date | |
---|---|
Name | estimated_start_date |
Module | Project |
Type | date |
Label | Start Date |
VName | LBL_DATE_START |
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 | Yes |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Project - estimated start date - Validation IsBefore | Validation | Validation IsBefore in module Project prevent setting up End Date before Start Date | Start Date | End Date | Project |
Initiating
Location and Code definition
modules/Project/vardefs.php
'estimated_start_date' => array( 'name' => 'estimated_start_date', 'vname' => 'LBL_DATE_START', 'required' => true, 'validation' => array('type' => 'isbefore', 'compareto' => 'estimated_end_date', 'blank' => true), 'type' => 'date', 'importable' => 'required', 'required' => true, 'enable_range_search' => true, 'options' => 'date_range_search_dom', ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Project - estimated start date - Validation IsBefore | Validation | Validation IsBefore in module Project prevent setting up End Date before Start Date | Start Date | End Date | Project |