Field:done ratio@SpentTime
From MintHCM Wiki
Users Actual Effort - % Done | |
---|---|
Name | done_ratio |
Module | Users Actual Effort |
Type | enum |
Label | % Done |
VName | LBL_DONE_RATIO |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * 0, * 10, * 20, * 30, * 40, * 50, * 60, * 70, * 80, * 90, * 100 |
Options List Name | spenttime_done_ratio_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 |
Initiating
Location and Code definition
modules/SpentTime/vardefs.php
'done_ratio' => array( 'importable' => 'required', 'required' => true, 'name' => 'done_ratio', 'vname' => 'LBL_DONE_RATIO', 'type' => 'enum', 'massupdate' => 0, 'comments' => '', 'help' => '', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => '255', 'size' => '20', 'options' => 'spenttime_done_ratio_dom', ),
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 |