Difference between revisions of "Field:spent time@WorkSchedules"
(Created page with "{{Field-infobox |Field-name=spent_time |Field-module=WorkSchedules |Field-type=float |Field-label=Spent Time |Field-vname=LBL_SPENT_TIME |Field-required=No |Field-editable=Yes...") |
|||
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 55: | Line 53: | ||
[[Missing::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 14:31, 20 November 2019
Work Schedule - Spent Time | |
---|---|
Name | spent_time |
Module | Work Schedule |
Type | float |
Label | Spent Time |
VName | LBL_SPENT_TIME |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
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
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 Spent Time | Automation | The value in the field depends on certain fields in the Work Time records | Spent Time | Actual Effort (hrs) | [[Module:Users Actual Effort|]] |
Initiating
Location and Code definition
modules/WorkSchedules/vardefs.php
'spent_time' => array( 'required' => false, 'name' => 'spent_time', 'vname' => 'LBL_SPENT_TIME', 'type' => 'float', 'massupdate' => 0, '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' => '18', 'size' => '20', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'precision' => '2', ),
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 Spent Time | Automation | The value in the field depends on certain fields in the Work Time records | Spent Time | Actual Effort (hrs) | [[Module:Users Actual Effort|]] |
Initiating