Skip to content

Currency Rate History Administration

Automatic Saving (Cron)

The module uses a scheduled task (Job) to periodically save current rates.

  • Job Name: RecordCurrencyRates
  • Recommended Frequency: Once a day (e.g., at night after updating rates from CNB/ECB).

How it works

The job reads the current currencyList and currencyRates settings from the EspoCRM configuration and creates a new record in the CurrencyRateHistoryRecord entity for each currency.

Permissions

Users who need access to history require Read permission for the CurrencyRateHistoryRecord entity. Administrator rights are required to restore a rate in the administration settings.