r23536 - gnucash/trunk/src - Change various reports to find book closing transactions without pattern matching

Mike Alexander mta at code.gnucash.org
Tue Dec 10 17:17:52 EST 2013


Author: mta
Date: 2013-12-10 17:17:50 -0500 (Tue, 10 Dec 2013)
New Revision: 23536
Trac: http://svn.gnucash.org/trac/changeset/23536

Modified:
   gnucash/trunk/src/engine/Query.c
   gnucash/trunk/src/engine/Query.h
   gnucash/trunk/src/report/report-system/report-utilities.scm
   gnucash/trunk/src/report/standard-reports/equity-statement.scm
   gnucash/trunk/src/report/standard-reports/income-statement.scm
   gnucash/trunk/src/report/standard-reports/trial-balance.scm
Log:
Change various reports to find book closing transactions without pattern matching

Several reports need to find book closing transactions and let you specify a pattern
to match against the description of the transaction to detect them.  The Close Book tool
marks the transactions it creates so they can be found without pattern matching.  This
changes makes those reports use that mark to find them even if the pattern match doesn't.



More information about the gnucash-patches mailing list