Learn how to record transactions between different currencies.
rate
field.
source
, i.e., by how much should you multiply the transaction amount to convert from the source’s currency to the destination’s currency.
In our example, 1 USD = 0.79 GBP. This means "rate": 0.79
.
rate
value for transactions between currencies can result in incorrect destination balances and ledger discrepancies. Always include an exchange rate to ensure accuracy.180309
in bal_gbp
, and 229019
in bal_usd
and computes their balances.