Field:time finish@ProjectTask
From MintHCM Wiki
Project Tasks - Finish Time | |
---|---|
Name | time_finish |
Module | Project Tasks |
Type | int |
Label | Finish Time |
VName | LBL_TIME_FINISH |
Required | No |
Editable | Yes |
Visible | Yes |
Reportable | No |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | No |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/ProjectTask/vardefs.php
'time_finish' => array( 'name' => 'time_finish', 'vname' => 'LBL_TIME_FINISH', 'type' => 'int', 'reportable'=>false, // 'validation'=>array('type' => 'isbefore', 'compareto'=>'date_due', 'blank' => true), // 'audited'=>true, ),
Missing User input