Field:date end@SpentTime
From MintHCM Wiki
Users Actual Effort - Date End | |
---|---|
Name | date_end |
Module | Users Actual Effort |
Type | datetimecombo |
Label | Date End |
VName | LBL_DATE_END |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | No |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | * Equals, * Not On, * After, * Before, * Last 7 Days, * Next 7 Days, * Last 30 Days, * Next 30 Days, * Last Month, * This Month, * Next Month, * Last Year, * This Year, * Next Year, * Is Between, * More Than n Months Ago |
Options List Name | date_range_search_dom |
Needs Validation | No |
Contents
[hide]Notes
Date meeting ends
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:SpentTime - date start - Validation IsBefore | Validation | Date End | Date | Users Actual Effort |
Location and Code definition
modules/SpentTime/vardefs.php
'date_end' => array( 'name' => 'date_end', 'vname' => 'LBL_DATE_END', 'type' => 'datetimecombo', 'dbType' => 'datetime', 'massupdate' => false, 'comment' => 'Date meeting ends', 'audited' => true, 'enable_range_search' => true, 'options' => 'date_range_search_dom', 'importable' => 'required', 'required' => true, 'vt_validation' => "AEM(isAfter(\$date_end,\$date_start),'LBL_START_DATE_AFTER_END_DATE')", ),
Missing User input
Related Features
Affected by
Initiating
Name | Type | Short Description | Initiating Fields | Affected Fields | Affected Modules |
---|---|---|---|---|---|
Feature:SpentTime - date start - Validation IsBefore | Validation | Date End | Date | Users Actual Effort |