Summary: | Add category and subcategory into csv import | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | allan <agander93> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | git (master) | ||
Target Milestone: | --- | ||
Platform: | Mint (Ubuntu based) | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/cc89ef7f1a099af77d9f4f1d664320c1a9da7db8 | Version Fixed In: | |
Sentry Crash Report: |
Description
allan
2013-11-27 11:34:07 UTC
I've produced a patch to add categories and subcategories to CSV import files. The patch is fairly large, as it involves a rework of one wizard page to add an additional widget into the existing grid, and also requires moving two routines from one class to another. There is another, unrelated, fix, which is just a few lines, for a problem noticed during testing, where an input file may be missing a return character on the last line, which resulted in that line being inaccessible. All the changes are within the CSV plugin and are pretty straight-forward. Because of this, I wan't intending to submit to the reviewboard, but will obviously do so if necessary. Git commit cc89ef7f1a099af77d9f4f1d664320c1a9da7db8 by Allan Anderson. Committed on 25/12/2013 at 00:04. Pushed by allananderson into branch 'master'. Also, fix inabilty to import last line of CSV file if it has no return character. M +344 -108 kmymoney/plugins/csvimport/bankingwizardpage.ui M +103 -10 kmymoney/plugins/csvimport/csvdialog.cpp M +20 -0 kmymoney/plugins/csvimport/csvdialog.h M +146 -3 kmymoney/plugins/csvimport/csvutil.cpp M +2 -0 kmymoney/plugins/csvimport/csvutil.h M +1 -135 kmymoney/plugins/csvimport/investprocessing.cpp http://commits.kde.org/kmymoney/cc89ef7f1a099af77d9f4f1d664320c1a9da7db8 |