CVS update: gnucash/src/business/business-core
   
    Derek Atkins
     
    warlord@linas.org
       
    Fri, 14 Jun 2002 12:08:18 -0500 (CDT)
    
    
  
Date:	Friday June 14, 2002 @ 12:08
Author:	warlord
Update of /home/cvs/cvsroot/gnucash/src/business/business-core
In directory www.linas.org:/tmp/cvs-serv1863/src/business/business-core
Modified Files:
	Makefile.am businessmod-core.c 
Added Files:
	gncTaxTable.c gncTaxTable.h gncTaxTableP.h 
Log Message:
	* business-core/gncTaxTable*: Create a preliminary implementation
	of Tax Tables.  They are currently not saved, and nothing uses
	them.  Link the initialization into the module.
	* business-gnome/dialog-tax-table*: Create a tax table GUI to
	create and edit tax tables.  G-wrap the editor-window create
	routine.
	* business-gnome.scm: add the Tax Table gui; rename the 'Invoice'
	option page to "Business".  Fix dialog-invoice to use the new
	option name.