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