Field:current remaining hours@SpentTime
|
Users Actual Effort - Current Remaining Hours | |
|---|---|
| Name | current_remaining_hours |
| Module | Users Actual Effort |
| Type | float |
| Label | Current Remaining Hours |
| VName | LBL_CURRENT_REMAINIG_HOURS |
| Required | No |
| Editable | Yes |
| Visible | Yes |
| Reportable | Yes |
| Importable | No |
| 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 |
Initiating
Location and Code definition
modules/SpentTime/vardefs.php
'current_remaining_hours' => array( 'importable' => 'required', 'required' => false, 'name' => 'current_remaining_hours', 'vname' => 'LBL_CURRENT_REMAINIG_HOURS', 'type' => 'float', 'massupdate' => 0, 'comments' => '', 'help' => '', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => '18', 'precision' => '2', 'size' => '20', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'default' => '0', ),
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 |