Hello devs, long time user here. Thanks for maintaining this amazing repo. Just one small question cause I tried looking in the manual to no success. Is it possible for balance to report the value of an account minus the values from the children? For example, I have something like this.
2023-08-08 Example Assets:Checking $100 [Assets:Checking] $-100 [Assets:Checking:Virtual-A] $30 [Assets:Checking:Virtual-B] $70 Income $-100 If you run *bal Assets*, you currently get: $100.00 Assets:Checking $30.00 Virtual-A $70.00 Virtual-B But I would like to get something like this: $0.00 Assets:Checking $30.00 Virtual-A $70.00 Virtual-B where if you run *bal Assets -R*, you'd end up with $100.00 Assets:Checking Thank you -- --- You received this message because you are subscribed to the Google Groups "Ledger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ledger-cli/554e3813-8118-491d-9389-27e34450c313n%40googlegroups.com.
