>>>>> "CD" == Colin Dean <[email protected]> writes:

CD> I'm working up in my head some kind of wrapper around ledger that would
CD> let me define simple and complex reports in some kind of manifest format
CD> and then dump that output to a nice-looking report. I've kinda already
CD> cobbled something together for the non-profit for which I use ledger, but
CD> I want to refactor it into something more maintainable than a 1000 line
CD> Makefile ;-)

Most of what you suggested can probably not be done on the command-line. I
would recommend just outputting the data using the "xml" or "csv" reports, and
then reading it into ruby and manipulating it there. What ledger does to
compute the total balance of each account is fairly easy to replicate, so long
as you're not expecting to do any commodity price conversions.

John

-- 

--- 
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/d/optout.

Reply via email to