> On Thu, 06 Apr 2000, Dave Peticolas wrote:
> > Right now, reports are represented in guile as a vector
> > containing a version, name, option generator, and renderer.
> > Some things I'd like to add in the future include a help
> > text generator, and report-specific toolbar buttons and
> > menu items. To eliminate the need to change each report
> > every time we add a new feature, I'd like to move the
> > report representation to the "key->value" style scheme
> > closure.
> > 
> > Any thoughts?
> 
> Sounds excellent to me.  I would love to have better access to the toolbar an
> menu.
> 
> What I really want is a way to save views into reports.  For example, I want 
> user defined report that gives me my budget status for the last 30 days, a
> report that gives me the "balance" report for the current year, et cetera.
 
Right, I've been calling these 'instantiated' reports. The infrastructure
for saving the parameters is there; we just need to add a way to save
information associated with a gnucash data file. We also need a way to
refer to accounts in a unique, non-volatile way (fully-qualified account
names are guaranteed unique and can change). These things will be done
soon, but will take a bit of time since they involve changing file
formats and stuff.

dave

--
Gnucash Developer's List 
To unsubscribe send empty email to: [EMAIL PROTECTED]


Reply via email to