Field:restaurant bills usd@Delegations

From MintHCM Wiki

Revision as of 18:26, 29 September 2019 by FoxBot (talk | contribs) (Created page with "{{Field-infobox |Field-name=restaurant_bills_usd |Field-module=Delegations |Field-type=int |Field-label=Restaurant Bill No. |Field-vname=LBL_RESTAURANT_BILLS |Field-required=N...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Delegations - Restaurant Bill No.

Name restaurant_bills_usd
Module Delegations
Type int
Label Restaurant Bill No.
VName LBL_RESTAURANT_BILLS
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/Delegations/vardefs.php

'restaurant_bills_usd' => array( 'source' => 'non-db', 'required' => false, 'name' => 'restaurant_bills_usd', 'vname' => 'LBL_RESTAURANT_BILLS', 'type' => 'int', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => '255', 'size' => '20', 'disable_num_format' => '', ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles