Multi-Currency support

Multi-Currency Support #

Econumo offers multi-currency functionality. To get started, you need to:

  1. Load currencies into your Econumo instance.
  2. Set up a daily update for currency rates.

To simplify this process, we have developed a tool that updates currencies and exchange rates using data from https://openexchangerates.org.

You can find the tool here: https://github.com/econumo/currency-loader

Installation #

  1. Register at https://openexchangerates.org and generate your API keys.
  2. Clone the repository or download the binary file from the releases page.
  3. Copy a .env.example to .env and update the configuration as needed.
  4. Run the tool to load currencies and their exchange rates into your Econumo instance.

Enjoy!