Difference between revisions of "Field:duration hours@WorkSchedules"
(Created page with "{{Field-infobox |Field-name=duration_hours |Field-module=WorkSchedules |Field-type=int |Field-label=Duration Hours |Field-vname=LBL_DURATION_HOURS |Field-required=Yes |Field-e...") |
|||
Line 13: | Line 13: | ||
|Field-unified-search=No | |Field-unified-search=No | ||
|Field-auditable=Yes | |Field-auditable=Yes | ||
− | |||
− | |||
|Field-needs-validation=No | |Field-needs-validation=No | ||
− | |||
}} | }} | ||
− | |||
==={{int:ev-location_and_code_definition}}=== | ==={{int:ev-location_and_code_definition}}=== | ||
Line 56: | Line 52: | ||
[[Missing::Missing User input]] | [[Missing::Missing User input]] | ||
− | |||
{{Field-links}} | {{Field-links}} | ||
+ | {{DevNotes}} |
Latest revision as of 11:08, 21 November 2019
Work Schedule - Duration Hours | |
---|---|
Name | duration_hours |
Module | Work Schedule |
Type | int |
Label | Duration Hours |
VName | LBL_DURATION_HOURS |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dependency of Duration Hours | Miscellaneous | The Duration depends on the Start Time and End Time fields at the Work Schedule.
The Work Schedule plan length cannot be greater than 24 hours. |
Duration Hours | [[Field:date start date@WorkSchedules|]], [[Field:date start hours@WorkSchedules|]], [[Field:date start minutes@WorkSchedules|]], [[Field:date end date@WorkSchedules|]], [[Field:date end hours@WorkSchedules|]], [[Field:date end minutes@WorkSchedules|]] | [[Module:Modules:WorkSchedules|]] |
Initiating
Location and Code definition
modules/WorkSchedules/vardefs.php
'duration_hours' => array( 'required' => true, 'name' => 'duration_hours', 'vname' => 'LBL_DURATION_HOURS', 'type' => 'int', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => '255', 'size' => '20', 'enable_range_search' => false, 'disable_num_format' => '', 'min' => false, 'max' => false, ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dependency of Duration Hours | Miscellaneous | The Duration depends on the Start Time and End Time fields at the Work Schedule.
The Work Schedule plan length cannot be greater than 24 hours. |
Duration Hours | [[Field:date start date@WorkSchedules|]], [[Field:date start hours@WorkSchedules|]], [[Field:date start minutes@WorkSchedules|]], [[Field:date end date@WorkSchedules|]], [[Field:date end hours@WorkSchedules|]], [[Field:date end minutes@WorkSchedules|]] | [[Module:Modules:WorkSchedules|]] |
Initiating