gnucash master: Multiple changes pushed

Geert Janssens gjanssens at code.gnucash.org
Sat Feb 7 09:12:00 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/51ebdcc5 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/b0c6abb2 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/69659a1e (commit)
	from  https://github.com/Gnucash/gnucash/commit/eadd8bd4 (commit)



commit 51ebdcc51ec9799bff3b54cf7ff12aba68e3ad5e
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 2 16:05:01 2015 +0000

    Bug 738462 - Consolidate to/from fields in import.
    
    To make it easier to understand, this patch consolidates the three to/from
    field combinations to three single fields.

commit b0c6abb2dfe15f777dbbc1541a28b38eac158847
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon Feb 2 16:03:11 2015 +0000

    Bug 738462 - Consolidate to/from fields in export.
    
    To make it easier to understand, this patch consolidates the three to/from
    field combinations to three single fields.

commit 69659a1e52e46597e4600c32290a1cb021240f95
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Jan 30 15:49:38 2015 +0000

    Bug 738462 Part 3 - Fixed format Transaction Import.
    
    This patch adds the ability to import Transactions from the Export
    asssitant. Duplicate transactions are checked for based on date,
    account, description, notes, number and value.



Summary of changes:
 po/POTFILES.in                                     |   3 +
 .../csv-exp/csv-transactions-export.c              |  52 +-
 src/import-export/csv-imp/Makefile.am              |   5 +
 ...import.c => assistant-csv-fixed-trans-import.c} | 355 +++++++----
 ...lade => assistant-csv-fixed-trans-import.glade} | 277 ++++++--
 .../csv-imp/assistant-csv-fixed-trans-import.h     |  73 +++
 src/import-export/csv-imp/csv-fixed-trans-import.c | 695 +++++++++++++++++++++
 ...v-account-import.h => csv-fixed-trans-import.h} |  25 +-
 .../csv-imp/gnc-plugin-csv-import-ui.xml           |   1 +
 src/import-export/csv-imp/gnc-plugin-csv-import.c  |  14 +
 10 files changed, 1268 insertions(+), 232 deletions(-)
 copy src/import-export/csv-imp/{assistant-csv-account-import.c => assistant-csv-fixed-trans-import.c} (61%)
 copy src/import-export/csv-imp/{assistant-csv-account-import.glade => assistant-csv-fixed-trans-import.glade} (50%)
 create mode 100644 src/import-export/csv-imp/assistant-csv-fixed-trans-import.h
 create mode 100644 src/import-export/csv-imp/csv-fixed-trans-import.c
 copy src/import-export/csv-imp/{csv-account-import.h => csv-fixed-trans-import.h} (70%)



More information about the gnucash-patches mailing list