Reports

Dave Peticolas dave@krondo.com
Wed, 07 Mar 2001 01:16:22 -0800


Charles Gagnon writes:
> In the Project Goals I read:
> 
>      "The Report Generator should be a separate but "dockable"
>      subsystem of the whole. That is, it should be possible to
>      run the report generator in a stand-alone, read-only fashion
>      without having to start up the main application. It should
>      be possible to run reports nightly from a command-line
>      and/or cron job."
> 
> Do you guys have any idea when that could be done?
> 
> I have no idea what something like involves but if it's
> within the realm of my capabilities, I'd be glad to help
> (with that feature and the reports in general).

It should be relatively straightfoward to add a --report
argument to do what you want. Check out the code in
src/scm/command-line.scm and src/scm/report.scm.

thanks,
dave