gnucash maint: Multiple changes pushed

Christopher Lam clam at code.gnucash.org
Sun Mar 1 00:53:16 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/2c1ce30d (commit)
	 via  https://github.com/Gnucash/gnucash/commit/742b9722 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1d9c51d8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/ec99c007 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/11689e2a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/890c96ce (commit)
	from  https://github.com/Gnucash/gnucash/commit/453919b3 (commit)



commit 2c1ce30d7de02e1791689f53ed5a13b61cce54e2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 1 13:40:12 2020 +0800

    [qif-to-gnc] centralize arithmetic functions

commit 742b97229c0afd588730d11dac537626fb7b17e2
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sun Mar 1 10:36:25 2020 +0800

    [trep-engine] when Running Balance is shown, print "Balance b/f"

commit 1d9c51d8e46f487d976b3f637016ee15a3283899
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Feb 29 22:32:14 2020 +0800

    [qif-to-gnc] Bug 796579 - Cannot go forward with empty duplicates screen
    
    better fix for bug 796579.
    
    far-acct-info is a record with acct-info
    far-acct-name is a string
    far-acct      is a gnucash account object
    
    (default-unspec-acct) always returns a string "Unspecified".
    
    983c7ce0b was trying to find, from qif-memo-map the mapping for
    "Unspecified" which isn't typically part of qif-memo-map. Therefore
    far-acct-info would remain #f and fail the qif-map-entry:gnc-name.
    
    Better fix: if far-acct-info cannot be derived, use unspecified account.

commit ec99c007149d050c4e69cb2f819f79bbf64fb534
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Feb 29 21:29:08 2020 +0800

    [qif-to-gnc] use (ice-9 match), and compact functions

commit 11689e2a4daaf70c3f6ba9b8345db01090603237
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Feb 29 21:22:11 2020 +0800

    [qif-guess-map] use (ice-9 match), and compact functions

commit 890c96ce239f5a8c8e41517f134872df3e976021
Author: Christopher Lam <christopher.lck at gmail.com>
Date:   Sat Feb 29 21:28:33 2020 +0800

    [qif-merge-groups] Move gnc:account-tree-get-transactions to qif-to-gnc.scm
    
    This function is only used by qif-to-gnc.scm



Summary of changes:
 gnucash/import-export/qif-imp/qif-guess-map.scm    | 53 ++++++-------
 gnucash/import-export/qif-imp/qif-merge-groups.scm | 15 ----
 gnucash/import-export/qif-imp/qif-to-gnc.scm       | 88 ++++++++++------------
 gnucash/report/report-system/trep-engine.scm       |  5 ++
 4 files changed, 67 insertions(+), 94 deletions(-)



More information about the gnucash-patches mailing list