root.toml 347 B

12345678910111213141516171819202122
  1. ledger_path = "./ledger"
  2. [units]
  3. CAD = { name = "Canadian Dollar", precision = 2 }
  4. USD = { name = "United States Dollar", precision = 2 }
  5. [accounts.chequing]
  6. title = "Chequing"
  7. description = ""
  8. annotations = { abc = "def" }
  9. unit = "CAD"
  10. [accounts.savings]
  11. unit = "CAD"
  12. [accounts.savings_usd]
  13. unit = "USD"
  14. [accounts.loan]
  15. [accounts."a.b/c"]