Field:exchange rate@Delegations
From MintHCM Wiki
Delegations - Exchange Rate | |
---|---|
Name | exchange_rate |
Module | Delegations |
Type | float |
Label | Exchange Rate |
VName | LBL_EXCHANGE_RATE |
Required | Yes |
Editable | Yes |
Visible | Yes |
Reportable | Yes |
Importable | Yes |
Massupdate | No |
Global Search | No |
Auditable | Yes |
Options | |
Options List Name | |
Needs Validation | No |
Contents
[hide]Notes
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |
Initiating
Location and Code definition
modules/Delegations/vardefs.php
'exchange_rate' => array( 'required' => true, 'name' => 'exchange_rate', 'vname' => 'LBL_EXCHANGE_RATE', 'type' => 'float', 'massupdate' => 0, 'comments' => '', 'help' => '', 'importable' => 'true', 'duplicate_merge' => 'disabled', 'duplicate_merge_dom_value' => '0', 'audited' => true, 'reportable' => true, 'len' => '18', 'size' => '20', 'precision' => '4', 'vt_dependency' => 'not(equals($currency_id,-99))' ),
Missing User input
Related Features
Affected by
Name | Type | Short Description | Affected Fields | Initiating Fields | Initiating Modules |
---|---|---|---|---|---|
Feature:Dashlet Work Schedule Manager | Miscellaneous | Work Schedule Manager dashlet allows users to log the time they spend on various activities during their workday. | Worked Task Time, Status |