Hi,

Is it possible to report balance of accounts without their subaccounts?

I need something like some-magic-option:

$ cat test.ledger

2013-11-2
    expenses  100
    assets

2013-11-2
    expenses:foo  200
    assets

2013-11-2
    expenses:bar  400
    assets

$ ledger bal expenses
                 700  expenses
                 400    bar
                 200    foo
--------------------
                 700

$ ledger bal expenses --some-magic-option
                 100  expenses
                 400    bar
                 200    foo
--------------------
                 700


-- 

--- 
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].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to