Difference between revisions of "Field:delegation duration@WorkSchedules"
(Created page with "{{Field-infobox |Field-name=delegation_duration |Field-module=WorkSchedules |Field-type=float |Field-label=Delegation Duration (h) |Field-vname=LBL_DELEGATION_DURATION |Field-...") |
|||
Line 16: | Line 16: | ||
|Field-options-name=numeric_range_search_dom | |Field-options-name=numeric_range_search_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 16:24, 4 December 2019
Work Schedule - Delegation Duration (h) | |
---|---|
Name | delegation_duration |
Module | Work Schedule |
Type | float |
Label | Delegation Duration (h) |
VName | LBL_DELEGATION_DURATION |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | * Equals, * Does Not Equal, * Greater Than, * Greater Than Or Equal To, * Less Than, * Less Than Or Equal To, * Is Between |
Options List Name | numeric_range_search_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:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Delegation Duration (h) | Type | [[Module:Work Schedule|]] |
Initiating
Location and Code definition
modules/WorkSchedules/vardefs.php
'delegation_duration' => array( 'required' => true, 'name' => 'delegation_duration', 'vname' => 'LBL_DELEGATION_DURATION', 'type' => 'float', 'massupdate' => false, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => false, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '18', 'size' => '20', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'precision' => '2', 'vt_dependency' => "equals(\$type,'delegation')", ),
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:Dependency of Delegation Duration | Miscellaneous | The field is associated with the Delegation's Work Schedule | Delegation Duration (h) | Type | [[Module:Work Schedule|]] |
Initiating