CVS update: gnucash

Dave Peticolas peticolas@linas.org
Thu, 29 Mar 2001 05:03:00 -0600 (CST)


Date:	Thursday March 29, 2001 @ 5:02
Author:	peticolas

Update of /home/cvs/cvsroot/gnucash
In directory www.linas.org:/tmp/cvs-serv14467

Modified Files:
	ChangeLog 
Log Message:
Christian Stimming's report patch.

	* src/scm/report/report-list.scm, Makefile.am: Added new file.

	* src/scm/report/category-barchart.scm: Two new reports. Shows
	barchart of income (or expense) categories over time.

	* src/scm/report/income-expense-graph.scm: Use more
	option-utilities.scm. Fixed gnc:dateloop usage (last interval was
	wrong).

	* src/scm/html-barchart.scm: Added record components for bar- and
	legend-urls and their accessor/modifier functions. FIXME: They
	don't get rendered yet -- somebody has to add that.

	* src/scm/date-utilities.scm (gnc:dateloop): Fixed last interval
	not to be longer than the specified end date.