Field:employer cost usdollar@TermsOfEmployment

From MintHCM Wiki

Terms of Employment - Employer's Cost (default currency)

Name employer_cost_usdollar
Module Terms of Employment
Type currency
Label Employer's Cost (default currency)
VName LBL_EMPLOYER_COST_USDOLLAR
Required No
Editable Yes
Visible Yes
Reportable Yes
Importable Yes
Massupdate No
Global Search No
Auditable Yes
Options
* Equals,
* Does Not Equal,
* Greater Than,
* Greater Than Or Equal To,
* Less Than,
* Less Than Or Equal To,
* Is Between
Options List Name numeric_range_search_dom
Needs Validation No

Notes


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Employer Cost Field Automation This is the actual amount paid for all employee wages and benefits. Employer's Cost (default currency)

Initiating

Related Integrations

Mentioned in other articles


Dev Notes


Location and Code definition

modules/TermsOfEmployment/vardefs.php

'employer_cost_usdollar' => array( 'required' => false, 'name' => 'employer_cost_usdollar', 'vname' => 'LBL_EMPLOYER_COST_USDOLLAR', 'type' => 'currency', 'massupdate' => 0, 'no_default' => false, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'inline_edit' => true, 'reportable' => true, 'unified_search' => false, 'merge_filter' => 'disabled', 'len' => 26, 'size' => '20', 'enable_range_search' => true, 'options' => 'numeric_range_search_dom', 'precision' => 6, ),



Missing User input


Related Features

Affected by

Name Type Short Description Affected Fields Initiating Fields Initiating Modules
Feature:Dependency of Employer Cost Field Automation This is the actual amount paid for all employee wages and benefits. Employer's Cost (default currency)

Initiating

Related Integrations

Mentioned in other articles