r18636 - gnucash/trunk - Bug #534210: Add individual check item types.

Christian Stimming cstim at code.gnucash.org
Wed Feb 10 15:34:52 EST 2010


Author: cstim
Date: 2010-02-10 15:34:51 -0500 (Wed, 10 Feb 2010)
New Revision: 18636
Trac: http://svn.gnucash.org/trac/changeset/18636

Modified:
   gnucash/trunk/checks/quicken.chk
   gnucash/trunk/checks/quicken_wallet.chk
   gnucash/trunk/checks/voucher.chk
   gnucash/trunk/src/gnome/dialog-print-check.c
   gnucash/trunk/src/gnome/glade/print.glade
Log:
Bug #534210: Add individual check item types.

Patch by Thomas Troesch: The proposed patch does:

1.  Changes the chk file key to Blocking_Chars as described in 607522 ( this
had been dropped by mistake ).

2.  Add several fields to the Custom tab in the print check dialog.

  Locations for:
  a.  split memos fields.
  b.  split accounts ( e.g.  Expenses:Auto )
  c.  split amounts ( e.g.  GBP 21.40 )

  The splits do not include the last split in the transaction.
  The keys in the chk format file are:
  SPLITS_AMOUNT
  SPLITS_MEMO
  SPLITS_ACCOUNTS

3.  Memo was added to the custom tab.  This is the memo from the split that
matches the account from the register.



More information about the gnucash-patches mailing list