Foregin Currency Transactions
If you have transactions in foreign currency, you can use FIXED_RATE
to convert them to CZK using preconfigured fixed rate.
(for some currencies eg. 💴 you can use FIXED_RATE_AMOUNT=100)
Otherwise you can use CNB_CACHE
to get actual rate from CNB.
In this case you can also need to specify RATE_OFFSET
=yesterday to get rate for previous day.
For CNB currency rates you need to have running CNB cache server!
Full Changelog: 1.2.2...1.3.0