Field:starting date@Reservations
Reservations - Starting Date | |
---|---|
Name | starting_date |
Module | Reservations |
Type | datetimecombo |
Label | Starting Date |
VName | LBL_STARTING_DATE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | |
Options List Name | |
Needs Validation | Yes |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Reservations - starting date - Validation IsBefore | Validation | Validation IsBefore in module Reservations prevent setting up Ending Day before Starting date | Starting Date | Ending Date | Reservations |
Initiating
Location and Code definition
modules/Reservations/vardefs.php
'starting_date' => array( 'required' => true, 'name' => 'starting_date', 'vname' => 'LBL_STARTING_DATE', 'type' => 'datetimecombo', 'massupdate' => '1', 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'size' => '20', 'enable_range_search' => false, 'dbType' => 'datetime', 'validation' => array('type' => 'isbefore', 'compareto' => 'ending_date'), ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Reservations - starting date - Validation IsBefore | Validation | Validation IsBefore in module Reservations prevent setting up Ending Day before Starting date | Starting Date | Ending Date | Reservations |