Field:status@WorkSchedules
Work Schedule - Status | |
---|---|
Name | status |
Module | Work Schedule |
Type | enum |
Label | Status |
VName | LBL_STATUS |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Planned, * Worked, * Closed |
Options List Name | workschedules_status_dom |
Needs Validation | No |
Contents
Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status | ||
Feature:Work Schedule Status Automation | Automation | Status is automatically changed during adding the Spent Time record or submitting the Work Schedule. Specific users can withdraw the status of the approved Work Schedule. | Status | [[Module:Users Actual Effort|]] |
Initiating
Location and Code definition
modules/WorkSchedules/vardefs.php
'status' => array( 'required' => false, 'name' => 'status', 'vname' => 'LBL_STATUS', 'type' => 'enum', 'massupdate' => 0, 'default' => 'planned', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 100, 'size' => '20', 'options' => 'workschedules_status_dom', 'studio' => 'visible', 'dependency' => false, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status | ||
Feature:Work Schedule Status Automation | Automation | Status is automatically changed during adding the Spent Time record or submitting the Work Schedule. Specific users can withdraw the status of the approved Work Schedule. | Status | [[Module:Users Actual Effort|]] |
Initiating