Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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