xkikeg / okane

Plain text accounting software supporting ledger-cli format using Rust
MIT License
4 stars 0 forks source link

Feature: Support correct balance #173

Closed xkikeg closed 2 months ago

xkikeg commented 2 months ago

It used to deduce the following balance assertion in a wrong way when Account 1 has multi commodities balance.

2024/08/01 Foo
   Account 1           = 10 JPY
   Account 2

It must set the balance of Account 1 to 10 JPY + X other commodities, but it used to set exactly 10 JPY.