Difference between revisions of "Field:status@WorkSchedules"
(Created page with "{{Field-infobox |Field-name=status |Field-module=WorkSchedules |Field-type=enum |Field-label=Status |Field-vname=LBL_STATUS |Field-required=No |Field-editable=Yes |Field-visib...") |
|||
Line 16: | Line 16: | ||
|Field-options-name=workschedules_status_dom | |Field-options-name=workschedules_status_dom | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |||
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 56: | Line 54: | ||
[[Missing::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 13:18, 20 November 2019
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
[hide]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