Field:time start@ProjectTask
From MintHCM Wiki
|
Project Tasks - Start Time | |
|---|---|
| Name | time_start |
| Module | Project Tasks |
| Type | int |
| Label | Start Time |
| VName | LBL_TIME_START |
| 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
Notes
Related Features
Affected by
Initiating
Location and Code definition
modules/ProjectTask/vardefs.php
'time_start' => array( 'name' => 'time_start', 'vname' => 'LBL_TIME_START', 'type' => 'int', 'reportable'=>false, //'validation'=>array('type' => 'isbefore', 'compareto'=>'date_due', 'blank' => true), //'audited'=>true, ),
Missing User input