gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Tue Nov 3 11:15:55 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d0fee729 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/1ef201c7 (commit)
	from  https://github.com/Gnucash/gnucash/commit/ad2c36e5 (commit)



commit d0fee72900860869b7f14d2d55305fd67944efba
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Sat Oct 17 12:03:05 2015 +0100

    Bug 706021 New CSV Import Account Mappings.
    
    This patch allows the saving of account name mappings
    so these can be reused in later imports.

commit 1ef201c7d1544c12bf15b3dbd45a108dc1edfb72
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Oct 16 20:13:30 2015 +0100

    Bug 706021 Rename and Move Imap functions.
    
    This patch renames the Imap functions in Account.c and
    adds them to the .h file to make accessible. Also added
    a delete function to the non Baysian functions along with
    a test.



Summary of changes:
 src/engine/Account.c                               |  71 +++++----
 src/engine/Account.h                               |  34 +++++
 src/engine/test/gtest-import-map.cpp               | 108 +++++++------
 src/import-export/csv-imp/Makefile.am              |   2 +
 src/import-export/csv-imp/gnc-csv-account-map.c    | 167 +++++++++++++++++++++
 .../csv-imp/gnc-csv-account-map.h}                 |  38 +++--
 src/import-export/import-backend.c                 |  47 +-----
 src/import-export/import-backend.h                 |   1 -
 8 files changed, 347 insertions(+), 121 deletions(-)
 create mode 100644 src/import-export/csv-imp/gnc-csv-account-map.c
 copy src/{gnome/dialog-lot-viewer.h => import-export/csv-imp/gnc-csv-account-map.h} (62%)



More information about the gnucash-patches mailing list