Files
gnucash/src
Christian Stimming 3ef60aaba4 Bug #621016: Print multiple checks at the same time
The print checks operation should be able to print more than one check with a
single invocation of the "Print Check..." command.  The attached patch does
this.  If the active register is an account register, then the selected
transaction is printed (as before).  If it is a search results register where
all the splits are from the same account, then it prints a check for each of
them.  Anything else is an error.

Patch by Mike Alexander.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19370 57a11ea4-9604-0410-9ed3-97b8803252fd
2010-07-14 20:38:24 +00:00
..
2010-06-30 20:42:18 +00:00
2010-03-27 21:01:56 +00:00
2010-06-25 18:44:40 +00:00
2010-06-25 18:44:40 +00:00
2010-06-25 18:44:40 +00:00
2010-03-16 09:28:35 +00:00
2010-05-22 23:40:01 +00:00
2001-12-07 11:11:08 +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.