Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simplicitesoftware/module-fixer
Fixer.io conversion rates module for Simplicite
https://github.com/simplicitesoftware/module-fixer
fixer-io low-code simplicite
Last synced: 26 days ago
JSON representation
Fixer.io conversion rates module for Simplicite
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-fixer
- Owner: simplicitesoftware
- Created: 2020-02-03T14:53:42.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-01T16:24:51.000Z (over 3 years ago)
- Last Synced: 2024-11-07T20:37:23.421Z (3 months ago)
- Topics: fixer-io, low-code, simplicite
- Language: Java
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://docs.simplicite.io//logos/logo250.png)
* * *`Fixer` module definition
=========================[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=simplicite-modules-Fixer&metric=alert_status)](https://sonarcloud.io/dashboard?id=simplicite-modules-Fixer)
### Introduction
Fixer.io service conversion rates.
> **Note**: This module depends on ISO Currencies module.
### Import
To import this module:
- Create a module named `Fixer`
- Set the settings as:```json
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-fixer.git"
}
}
```- Click on the _Import module_ button
### Configure
The configuration of the Fixer.io service is stored in the `FIXER_SETTINGS` system parameter.
### Refresh data
Use the _Refresh_ nutton on the rates business object.
`FixerRates` business object definition
---------------------------------------Fixer currencies rates
### Fields
| 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 |### Custom actions
* `FixerRatesRefresh`: Refresh Fixer.io rates