Field:current done ratio@SpentTime
From MintHCM Wiki
Users Actual Effort - Current Done Ratio | |
---|---|
Name | current_done_ratio |
Module | Users Actual Effort |
Type | int |
Label | Current Done Ratio |
VName | LBL_CURRENT_DONE_RATIO |
Required | No |
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
Initiating
Location and Code definition
modules/SpentTime/vardefs.php
'current_done_ratio' => array( 'importable' => 'required', 'required' => false, 'name' => 'current_done_ratio', 'vname' => 'LBL_CURRENT_DONE_RATIO', 'type' => 'int', '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