gnucash/src
Derek Atkins a7fa3e05a4 Daniel Lindenaar's patch for posting invoices.
* src/business/business-core/gncInvoice.[ch]
	* src/business/business-gnome/dialog-date-close.[ch]
	* src/business/business-gnome/dialog-invoice.c
	* src/business/business-gnome/glade/date-close.glade
	* src/business/business-utils/business-prefs.scm
	  Daniel Lindenaar's patch to implement a check-box in the Invoice Post
	  Dialog (with a default in the File Preferences) to choose to accumulate
	  splits when posting an invoice, or post a 1:1 mapping.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@10305 57a11ea4-9604-0410-9ed3-97b8803252fd
2004-10-16 02:49:29 +00:00
..
app-file Remove the file-path utilities from qofsession.c and move them into 2004-06-13 20:01:29 +00:00
app-utils careful printing null string 2004-08-27 22:54:08 +00:00
backend more x86_64 fixes. 2004-09-28 22:55:41 +00:00
bin * src/bin/overrides/gnucash-build-env.in: add import-export, ofx, 2004-01-20 22:37:36 +00:00
business Daniel Lindenaar's patch for posting invoices. 2004-10-16 02:49:29 +00:00
calculation Applied Herbert Thoma's patch: 2003-04-12 16:53:22 +00:00
core-utils 2003-01-19 John Pierce <XXXXXXXXXXX> 2003-01-20 17:11:50 +00:00
doc edit/corect old and incorrect statements about how transactions work. 2004-07-10 14:57:59 +00:00
engine Andreas Rottmann's patch to support g-wrap 1.9. 2004-10-08 23:21:18 +00:00
experimental Clean up usage of guid_to_string() function. There is no longer any 2003-06-28 06:29:17 +00:00
gnc-module Fix a bunch of GUILE_WARN_DEPRECATED warnings. 2004-06-26 14:52:12 +00:00
gnome fix possible NULL-pointer deref 2004-08-27 22:30:27 +00:00
gnome-search Andreas Rottmann's patch to support g-wrap 1.9. 2004-10-08 23:21:18 +00:00
gnome-utils 2004-10-08 Benoit Gr�goire <bock@step.polymtl.ca> 2004-10-09 00:09:10 +00:00
import-export Don't crash when someone imports a broken QIF (#155244). 2004-10-13 15:13:21 +00:00
network-utils Applied Herbert Thoma's patch: 2003-04-12 16:53:22 +00:00
optional Collapse the DateUtils.[ch] files into date.[ch]. 2003-03-17 02:02:10 +00:00
pixmaps add support for new gnucash icon 2002-12-20 21:59:08 +00:00
quotes Be more explicit when a lookup fails. 2003-11-19 22:11:22 +00:00
register Fix a few problems to get CVS to compile. 2004-08-29 02:10:15 +00:00
report Andreas Rottmann's patch to support g-wrap 1.9. 2004-10-08 23:21:18 +00:00
scm Apply David Reiser's patch for Quicken(tm) cheques with stub. 2004-07-03 02:11:51 +00:00
tax Remove RCS 'Id' tags from files. 2003-08-30 00:22:05 +00:00
test-core Fix a few problems to get CVS to compile. 2004-08-29 02:10:15 +00:00
.cvsignore * src/.cvsignore: remove bits that moved to src/bin. 2001-11-21 17:23:14 +00:00
count.dat raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.gplot raw data for number of lines of code in gnucash. 2004-07-17 04:06:22 +00:00
count.sh simple stupid kloc counter 2003-06-21 19:25:04 +00:00
gnc-test-env * src/gnc-test-env: define LTDL_LIBRARY_PATH 2002-10-01 04:13:21 +00:00
gnc-ui.h Collapse the gnc_xxx_dialog_parented function into the corresponding 2003-07-29 00:17:33 +00:00
guile-mappings.h Fix a bunch of GUILE_WARN_DEPRECATED warnings. 2004-06-26 14:52:12 +00:00
Makefile.am Move function declarations to the right header file. Document them as 2003-10-24 06:49:56 +00:00
README Fix tests. 2001-12-07 11:11:08 +00:00
README.modules Work on report/report-gnome module. 2001-12-07 08:49:57 +00:00
RecnWindow.h 2002-10-03 Christian Stimming <stimming@tuhh.de> 2002-10-03 21:07:47 +00:00
valgrind-gnucash.supp valgrind wasn't useful ... 2003-08-17 18:48:41 +00:00

This directory contains the source for GnuCash.
See README.modules for the layout of the module subdirectories.
The non-module directories are:

  doc: various notes about design and the design documentation.
  experimental: for experimental systems.
  gnome: misc code for the gtk/gnome front end.
  optional: bits supported via ./configure --enable-* or --with-* args.
  pixmaps: various runtime images.
  quotes: code for downloading stock quotes.
  scm: misc scheme code.