Field:cost total@Transportations

From MintHCM Wiki

Revision as of 20:50, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=cost_total |Field-module=Transportations |Field-type=currency |Field-label=Total Cost |Field-vname=LBL_COST_TOTAL |Field-required=No |Field-editabl...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Transportations - Total Cost

Name cost_total
Module Transportations
Type currency
Label Total Cost
VName LBL_COST_TOTAL
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
Options List Name
Needs Validation No

Notes


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/Transportations/vardefs.php

'cost_total' => array( 'required' => false, 'name' => 'cost_total', 'vname' => 'LBL_COST_TOTAL', 'type' => 'currency', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => 26, 'precision' => 2, 'size' => '28', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles