gnucash maint: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Mon Sep 6 16:54:00 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/079a9003 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/4e9fe0a4 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/d3a056d1 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/429a0806 (commit)
	from  https://github.com/Gnucash/gnucash/commit/068a5d2f (commit)



commit 079a900300310d79b0f72814f2d44976eda602c4
Merge: 068a5d2fa 4e9fe0a4d
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Sep 6 13:48:51 2021 -0700

    Bug 798298 - Re-imported transactions no longer ignored
    
    Merges Jean Laroche's '798298_reimport_ofx' into maint.

commit 4e9fe0a4d1a611e9e4b3e68de02316e231070d28
Author: jean <27791933+jeanlaroche at users.noreply.github.com>
Date:   Sun Sep 5 17:52:34 2021 -0700

    Add missing function to mock account

commit d3a056d1ca4fd64a26f19b0313cfae3810af3b7a
Author: jean <27791933+jeanlaroche at users.noreply.github.com>
Date:   Sat Sep 4 15:25:11 2021 -0700

    During transaction import, ignore splits whose account is not the destination account

commit 429a08069978f4c61df024f3b2dd5e1b680a3322
Author: jean <27791933+jeanlaroche at users.noreply.github.com>
Date:   Sat Sep 4 11:00:42 2021 -0700

    Revert be6fb1abe2b7fac27c4aefc4b32415bd1c73ab92



Summary of changes:
 gnucash/import-export/import-backend.c      | 87 +++++++++++++++++++++++++++++
 gnucash/import-export/import-backend.h      |  9 +++
 gnucash/import-export/import-main-matcher.c | 30 ++++++++--
 gnucash/import-export/import-utilities.c    | 23 ++++++++
 gnucash/import-export/import-utilities.h    | 11 ++++
 libgnucash/engine/mocks/gmock-Account.cpp   |  9 +++
 libgnucash/engine/mocks/gmock-Account.h     |  1 +
 7 files changed, 165 insertions(+), 5 deletions(-)



More information about the gnucash-patches mailing list