Difference between revisions of "Field:supervisor acceptance@WorkSchedules"
(→{{int:ev-location_and_code_definition}}) |
|||
Line 16: | Line 16: | ||
|Field-options-name=supervisor_acceptance_dom | |Field-options-name=supervisor_acceptance_dom | ||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |||
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 57: | Line 55: | ||
[[Missing::To do]] | [[Missing::To do]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 13:53, 28 November 2019
Work Schedule - Supervisor Acceptance | |
---|---|
Name | supervisor_acceptance |
Module | Work Schedule |
Type | enum |
Label | Supervisor Acceptance |
VName | LBL_SUPERVISOR_ACCEPTANCE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Waiting for acceptance, * Not applicable, * Accepted |
Options List Name | supervisor_acceptance_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 - Supervisor Acceptance Automation | Automation | The Supervisor Acceptance field is shown for a specific Work Schedule and is automatically changed when the user clicks specific buttons | Supervisor Acceptance |
Initiating
Location and Code definition
modules/WorkSchedules/vardefs.php
'supervisor_acceptance' => array( 'required' => false, 'name' => 'supervisor_acceptance', 'vname' => 'LBL_SUPERVISOR_ACCEPTANCE', 'type' => 'enum', 'massupdate' => 1, 'default' => 'wait', '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' => 'supervisor_acceptance_dom', 'studio' => 'visible', 'dependency' => false, 'vt_dependency' => "inArray(\$type,'holiday','overtime','home')", ),
To do
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 - Supervisor Acceptance Automation | Automation | The Supervisor Acceptance field is shown for a specific Work Schedule and is automatically changed when the user clicks specific buttons | Supervisor Acceptance |
Initiating