gnucash maint: Bug 745354: Enhance the Find Transactions dialog

Mike Alexander mta at code.gnucash.org
Tue Mar 3 23:56:05 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/87286039 (commit)
	from  https://github.com/Gnucash/gnucash/commit/6cf3e379 (commit)



commit 8728603926d077db2e5128c39020386b297d7f48
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Mar 1 01:38:14 2015 -0500

    Bug 745354: Enhance the Find Transactions dialog
    
    Make it possible to define search criteria that consist of multiple terms
    anded or ored together.  Use this to define a new criterion to look for specified
    text in any of the Description, Notes, or Memo fields.



Summary of changes:
 src/gnome-search/dialog-search.c      |  42 ++++-
 src/gnome-search/dialog-search.h      |   5 +-
 src/gnome-search/search-core-type.h   |   1 +
 src/gnome-utils/gnc-query-view.c      |  33 ++--
 src/gnome-utils/search-param.c        | 322 +++++++++++++++++++++++++++++-----
 src/gnome-utils/search-param.h        |  79 ++++++++-
 src/gnome/dialog-find-transactions.c  |  18 +-
 src/gnome/dialog-find-transactions2.c |  18 +-
 src/gnome/reconcile-view.c            |  12 +-
 9 files changed, 450 insertions(+), 80 deletions(-)



More information about the gnucash-patches mailing list