(From dev List) From: "Mark R. Lytell" <lytemar@yahoo.com> Subject: [Kmymoney-devel] Feature request Hi, I've been using KMyMoney for years now, and I think that it's great. One feature that would be handy would be to be able to export a ledger into CSV format, over a date range or other criteria, for import into a spreadsheet. I know that one can do this, perhaps, by customizing a report and exporting that report to CSV, but it would be much more direct way to have a menu item to do this for any account/ledger. also Subject: Re: [Kmymoney-devel] Feature request I agree with this request. It would be real convient around tax time. Russ Reproducible: Always Steps to Reproduce: 1.DNA 2. 3. Actual Results: DNA
Git commit f324f78b13c2fbce596c8a8a1687db3d17155142 by Allan Anderson. Committed on 05/05/2013 at 19:14. Pushed by allananderson into branch 'master'. Reviewboard. M +3 -1 kmymoney/kmymoneyui.rc M +5 -3 kmymoney/plugins/CMakeLists.txt A +44 -0 kmymoney/plugins/csvexport/CMakeLists.txt A +245 -0 kmymoney/plugins/csvexport/csvexportdlg.cpp [License: GPL (v2+)] A +166 -0 kmymoney/plugins/csvexport/csvexportdlg.h [License: GPL (v2+)] A +382 -0 kmymoney/plugins/csvexport/csvexportdlg.ui A +101 -0 kmymoney/plugins/csvexport/csvexporterplugin.cpp [License: GPL (v2+)] A +62 -0 kmymoney/plugins/csvexport/csvexporterplugin.h [License: GPL (v2+)] A +448 -0 kmymoney/plugins/csvexport/csvwriter.cpp [License: GPL (v2+)] A +147 -0 kmymoney/plugins/csvexport/csvwriter.h [License: GPL (v2+)] A +16 -0 kmymoney/plugins/csvexport/kmm_csvexport.desktop A +10 -0 kmymoney/plugins/csvexport/kmm_csvexport.rc M +2 -2 kmymoney/plugins/csvimport/investprocessing.cpp http://commits.kde.org/kmymoney/f324f78b13c2fbce596c8a8a1687db3d17155142