How to I produce a list of account balances without sub-accounts being 
aggregated up the tree?

>From this:
2021-01-01 One
    Assets:One        $100
    Assets:Cash

2021-01-02 Two
    Assets:One:Two     $50
    Assets:Cash

I want a report like this:
               $-150  Assets:Cash
                $100  Assets:One
                 $50  Assets:One:Two
which nicely sums to zero (note the balance of Assets:One).

But with --flat --no-total I get this:
               $-150  Assets:Cash
                $150  Assets:One
                 $50  Assets:One:Two
which doesn't because the balance for Assets:One includes that of 
Assets:One:Two.

Thanks

-- 

--- 
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 ledger-cli+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ledger-cli/b374d2db-9c4d-4f54-86b1-6126dac7023fn%40googlegroups.com.

Reply via email to