gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Fri Aug 25 07:01:46 EDT 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/7ee15a3d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/76e53b06 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/7c7cef5a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bdfe184a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4704e14b (commit)
	from  https://github.com/Gnucash/gnucash/commit/64f36323 (commit)



commit 7ee15a3d70ecde64139ddd72335fa65d9c6220ef
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 25 11:42:47 2017 +0200

    Fully enable the new Account Substring option on the transaction report
    
    This is done by reverting the following two commits which disabled
    and hid the option on maint:
    - Hide Account Substring option
      (commit 197faeab3f5e24fbebfb78290b6599a549bccd35)
    - Reduce to compatibility shim
      (commit 19fe7d8a560467d2c6fe2b53277fa453f0677c16)

commit 76e53b065e3e618ad55bec65086606e1916e0a11
Author: Geert Janssens <geert at kobaltwit.be>
Date:   Fri Aug 25 11:40:54 2017 +0200

    Hide Account Substring option
    
    It is only there for compatibility with gnucash 2.8.
    It should not be visible on 2.6.x, only exist.

commit 7c7cef5aedb66ab0d021478989a92db84beef065
Author: christopherlam <christopher.lck at gmail.com>
Date:   Fri Aug 25 17:13:54 2017 +0800

    Reduce to compatibility shim
    
    Reduce option to retain compatibility layer for earlier 2.8

commit bdfe184af650a1c434367d6db6018600ec35ecb5
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Aug 16 23:46:25 2017 +0800

    added case sensitive filter
    
    please squash commits for me!

commit 4704e14b3ebc372482cf7bb3a6b574b0e29b5e0e
Author: christopherlam <christopher.lck at gmail.com>
Date:   Wed Aug 16 23:33:03 2017 +0800

    Account fullname filter for transaction.scm
    
    This small change will introduce an account full-name filter. Only accounts whose fullname containing substring will be selected e.g. ":Travel" will match Expenses:Travel:Holiday and Expenses:Business:Travel. This can be left blank, which will mimic previous behavior. This will ease accounts selection tremendously.



Summary of changes:
 gnucash/report/standard-reports/transaction.scm | 15 +++++++++++++++
 1 file changed, 15 insertions(+)



More information about the gnucash-patches mailing list