r22085 - gnucash/trunk - Bug #672157: New CSV account and transaction exporter

Christian Stimming cstim at code.gnucash.org
Fri Mar 16 16:26:08 EDT 2012


Author: cstim
Date: 2012-03-16 16:26:04 -0400 (Fri, 16 Mar 2012)
New Revision: 22085
Trac: http://svn.gnucash.org/trac/changeset/22085

Added:
   gnucash/trunk/src/import-export/csv-export/
   gnucash/trunk/src/import-export/csv-export/Makefile.am
   gnucash/trunk/src/import-export/csv-export/assistant-csv-export.c
   gnucash/trunk/src/import-export/csv-export/assistant-csv-export.glade
   gnucash/trunk/src/import-export/csv-export/assistant-csv-export.h
   gnucash/trunk/src/import-export/csv-export/csv-transactions-export.c
   gnucash/trunk/src/import-export/csv-export/csv-transactions-export.h
   gnucash/trunk/src/import-export/csv-export/csv-tree-export.c
   gnucash/trunk/src/import-export/csv-export/csv-tree-export.h
   gnucash/trunk/src/import-export/csv-export/gnc-plugin-csv-export-ui.xml
   gnucash/trunk/src/import-export/csv-export/gnc-plugin-csv-export.c
   gnucash/trunk/src/import-export/csv-export/gnc-plugin-csv-export.h
   gnucash/trunk/src/import-export/csv-export/gncmod-csv-export.c
   gnucash/trunk/src/import-export/csv-export/schemas/
   gnucash/trunk/src/import-export/csv-export/schemas/Makefile.am
   gnucash/trunk/src/import-export/csv-export/schemas/apps_gnucash_dialog_export_csv.schemas.in
Modified:
   gnucash/trunk/configure.ac
   gnucash/trunk/po/POTFILES.in
   gnucash/trunk/src/bin/gnucash-bin.c
   gnucash/trunk/src/import-export/Makefile.am
Log:
Bug #672157: New CSV account and transaction exporter

Patch by Robert Fewell:

I have put together a new feature to export the account tree and transactions
to a deliminated file. Both options allow you to select the deliminator and the
use of quotes. Every thing seems to work on the testing I have done but may be
some of the text and the headings in the output might need changing.



More information about the gnucash-patches mailing list