Field:date start@Tasks
From MintHCM Wiki
|
Tasks - Start Date | |
|---|---|
| Name | date_start |
| Module | Tasks |
| Type | datetimecombo |
| Label | Start Date |
| VName | LBL_START_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 | Yes |
Contents
Notes
Related Features
Affected by
| Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
|---|---|---|---|---|---|
| Feature:Days From Start | Automation | When Days From Start is filled, its value affects Start Date of Onboarding/Offboarding Elements | Start Date, Start Date, Start Date | Days From Start | Onboarding/Offboarding Elements |
| Feature:Tasks - date start - Validation IsBefore | Validation | Validation IsBefore in module Tasks prevent setting up Due Date before Start Date | Start Date | Due Date | Tasks |
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Calculation of due date field in Tasks | Automation | It is a sum of start date of the task and task duration field value of Onboarding/Offboarding Templates record. | Task Duration (h), Start Date | Due Date | [[Module:Module:Tasks|]] |
Location and Code definition
modules/Tasks/vardefs.php
'date_start' => array( 'name' => 'date_start', 'vname' => 'LBL_START_DATE', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'group' => 'date_start', 'validation' => array('type' => 'isbefore', 'compareto' => 'date_due', 'blank' => false), 'studio' => array('required' => true, 'no_duplicate' => 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:Days From Start | Automation | When Days From Start is filled, its value affects Start Date of Onboarding/Offboarding Elements | Start Date, Start Date, Start Date | Days From Start | Onboarding/Offboarding Elements |
| Feature:Tasks - date start - Validation IsBefore | Validation | Validation IsBefore in module Tasks prevent setting up Due Date before Start Date | Start Date | Due Date | Tasks |
Initiating
| Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
|---|---|---|---|---|---|
| Feature:Calculation of due date field in Tasks | Automation | It is a sum of start date of the task and task duration field value of Onboarding/Offboarding Templates record. | Task Duration (h), Start Date | Due Date | [[Module:Module:Tasks|]] |