Field:gross amount@Candidatures

From MintHCM Wiki

Candidatures - Gross Amount

Name gross_amount
Module Candidatures
Type currency
Label Gross Amount
VName LBL_GROSS_AMOUNT
Required No
Editable Yes
Visible Yes
Reportable No
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/Candidatures/vardefs.php

'gross_amount' => array( 'name' => 'gross_amount', 'label' => 'LBL_GROSS_AMOUNT', 'vname' => 'LBL_GROSS_AMOUNT', 'comments' => '', 'help' => '', 'type' => 'currency', 'max_size' => '26', 'require_option' => '0', 'default_value' => '0', 'deleted' => '0', 'audited' => true, 'massupdate' => false, 'duplicate_merge' => '1', 'reportable' => '1', 'importable' => 'true', 'enforced' => '', 'dependency' => '', 'related_fields' => array( 'currency_id', ), ),



Missing User input


Related Features

Affected by

Initiating

Related Integrations

Mentioned in other articles