It's actually pretty simple, yeah. ledger --monthly --collapse reg ^assets ^liabilities
If you have multiplie commodities, I think you should be able to use the -X option like this: ledger --monthly --collapse -X '$' reg ^assets ^liabilities On Sun, Oct 30, 2011 at 12:09 PM, John Rakestraw <[email protected]> wrote: > Greetings, all -- > > Can someone tell me how I can get a simple listing of net worth by period? > I'd like something like the listing below, with the dollar totals > indicating the difference between ^assets and ^liabilities or, > alternatively, between selected asset and liability accounts: > > 2010/01/01 $4,000,000.00 > 2010/02/01 $5,000,595.00 > 2010/03/01 $6,000,950.00 > .... > > (Just to be clear -- those dollar amounts are simply for the purpose of > illustration.) > > This seems like it should be simple -- and it might be -- but I can't > figure it out. > > Thanks. > > --John > -- > John Rakestraw >
