Field:salary net@Candidatures

From MintHCM Wiki

Candidatures - Salary brutto/netto DG

Name salary_net
Module Candidatures
Type currency
Label Salary brutto/netto DG
VName LBL_SALARY_NET
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


Affected by

Initiating


Dev Notes


Location and Code definition

modules/Candidatures/vardefs.php

'salary_net' => array( 'name' => 'salary_net', 'label' => 'LBL_SALARY_NET', 'vname' => 'LBL_SALARY_NET', '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


Affected by

Initiating