Difference between revisions of "Field:type@WorkSchedules"
(Created page with "{{Field-infobox |Field-name=type |Field-module=WorkSchedules |Field-type=enum |Field-label=Type |Field-vname=LBL_TYPE |Field-required=No |Field-editable=Yes |Field-visible=Yes...") |
|||
Line 16: | Line 16: | ||
|Field-options-name=workschedule_type_list | |Field-options-name=workschedule_type_list | ||
|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::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 15:37, 19 November 2019
Work Schedule - Type | |
---|---|
Name | type |
Module | Work Schedule |
Type | enum |
Label | Type |
VName | LBL_TYPE |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Office Work, * Remote Work, * Delegation, * Holiday, * Sick, * Occasional Leave, * Leave at Request, * Free Overtime, * Excused Absence |
Options List Name | workschedule_type_list |
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 |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Type | Delegation Duration (h) | [[Module:Module:WorkSchedules|]] |
Feature:Dependency of Work Schedule Type | Miscellaneous | Specific types of Work Schedule have additional fields or options | Type | Type of Compassionate Leave, Delegation |
Location and Code definition
modules/WorkSchedules/vardefs.php
'type' => array( 'required' => false, 'name' => 'type', 'vname' => 'LBL_TYPE', 'type' => 'enum', 'massupdate' => 0, 'default' => 'office', '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' => 'workschedule_type_list', 'studio' => 'visible', 'dependency' => false, 'vt_validation' => "AEM(callCustomApi(WorkSchedules,canChangeTypeToWorkOff,\$id,\$type),'LBL_ERR_CANT_CHANGE_TYPE_TO_WORK_OFF')", ),
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 |
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Type | Delegation Duration (h) | [[Module:Module:WorkSchedules|]] |
Feature:Dependency of Work Schedule Type | Miscellaneous | Specific types of Work Schedule have additional fields or options | Type | Type of Compassionate Leave, Delegation |