Fixer.io service conversion rates.
Note: This module depends on ISO Currencies module.
To import this module:
- Create a module named
Fixer - Set the settings as:
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-fixer.git"
}
}- Click on the Import module button
The configuration of the Fixer.io service is stored in the FIXER_SETTINGS system parameter.
Use the Refresh nutton on the rates business object.
Fixer currencies rates
| Name | Type | Required | Updatable | Personal | Description |
|---|---|---|---|---|---|
fixerBaseCurId link to ISOCurrency |
id | yes* | yes | Base currency | |
Ref. fixerBaseCurId.isoCurCode |
char(3) | Currency code (3 letters) | |||
fixerTargetCurId link to ISOCurrency |
id | yes* | yes | Target currency | |
Ref. fixerTargetCurId.isoCurCode |
char(3) | Currency code (3 letters) | |||
fixerDate |
date | yes* | yes | Date du taux de conversion | |
fixerConversionRate |
float(20, 6) | yes | yes | Conversion rate |
FixerRatesRefresh: Refresh Fixer.io rates
