Field:date due@Tasks

From MintHCM Wiki

Tasks - Due Date

Name date_due
Module Tasks
Type datetimecombo
Label Due Date
VName LBL_DUE_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

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating 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. Due Date Task Duration (h), Start Date
Feature:Feature:Tasks - due date - color selection on the list view Automation Tasks due_date changes color if exceeded (View list) Due Date Due Date

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Feature:Tasks - due date - color selection on the list view Automation Tasks due_date changes color if exceeded (View list) Due Date Due Date Tasks
Feature:Tasks - date start - Validation IsBefore Validation Validation IsBefore in module Tasks prevent setting up Due Date before Start Date Due Date Start Date Tasks

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Tasks/vardefs.php

'date_due' => array( 'name' => 'date_due', 'vname' => 'LBL_DUE_DATE', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'group' => 'date_due', '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: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. Due Date Task Duration (h), Start Date
Feature:Feature:Tasks - due date - color selection on the list view Automation Tasks due_date changes color if exceeded (View list) Due Date Due Date

Initiating

Name Type Short Description Initiating Fields Affected Fields Affected Modules
Feature:Feature:Tasks - due date - color selection on the list view Automation Tasks due_date changes color if exceeded (View list) Due Date Due Date Tasks
Feature:Tasks - date start - Validation IsBefore Validation Validation IsBefore in module Tasks prevent setting up Due Date before Start Date Due Date Start Date Tasks

Related Integrations

Mentioned in other articles