r19370 - gnucash/trunk/src/gnome - Bug #621016: Print multiple checks at the same time

Christian Stimming cstim at code.gnucash.org
Wed Jul 14 16:38:25 EDT 2010


Author: cstim
Date: 2010-07-14 16:38:24 -0400 (Wed, 14 Jul 2010)
New Revision: 19370
Trac: http://svn.gnucash.org/trac/changeset/19370

Modified:
   gnucash/trunk/src/gnome/dialog-print-check.c
   gnucash/trunk/src/gnome/dialog-print-check.h
   gnucash/trunk/src/gnome/glade/print.glade
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
   gnucash/trunk/src/gnome/schemas/apps_gnucash_warnings.schemas.in
Log:
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.



More information about the gnucash-patches mailing list