> On Nov. 16, 2011, 9:51 p.m., Cristian Oneț wrote: > > Runtime issues: > > 1. If you go back from step 2 you can't select a file until you reselect > > the import type, although a valid type is already selected > > 2. If I try to import the test.csv file I'm sending by mail to you I'm > > getting an import failed error with the reason being an invalid date (I've > > selected 'd m y') > > 3. If you go back from step 6 and the go forward again without changing > > anything the 'Import CSV' action is missing although a valid decimal > > separator is already selected > >
1. If you go back from step 2 you can't select a file until you reselect the import type, although a valid type is already selected. That is deliberate, as, selecting the account type loads the appropriate part of the resource file, which, in turn, enables the 'Next' button. Perhaps I should clear the combobox, although I have been intending later to use a hint in the combobox. 2. If I try to import the test.csv file I'm sending by mail to you I'm getting an import failed error with the reason being an invalid date (I've selected 'd m y'). I'll look into that. 3. If you go back from step 6 and the go forward again without changing anything the 'Import CSV' action is missing although a valid decimal separator is already selected. Yes, that's by design. When the decimal symbol is selected, it triggers a validation of the selected entry values, and highlights success or problem selections. Again, perhaps I need to clear the current combobox selection. - Allan ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103142/#review8246 ----------------------------------------------------------- On Nov. 15, 2011, 9:09 p.m., Allan Anderson wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/103142/ > ----------------------------------------------------------- > > (Updated Nov. 15, 2011, 9:09 p.m.) > > > Review request for KMymoney. > > > Description > ------- > > This was submitted originally as http://svn.reviewboard.kde.org/r/6818/ on 28 > October. > > The two earlier versions of the plugin suffered from different difficulties > in the UI. A wizard approach has now been adopted, to give better guidance > to the user of the flow in the UI. > > Also, in the investment section of the earlier versions, only simple CSV > files could be catered for, where the file contained just a single security. > When files from brokers become involved, this is a different kettle of fish > all together. I've added support for two brokers, Merril Lynch and Schwab. > Their files may contain several securities, and the investment activity type > may not be in a separate column, but buried in a Detail column. In fact, the > requirements for just these two brokers were conflicting, and dealing with > both correctly became pretty complex. The names used to define the security > may vary within a file and may be different from those in use by the user, so > the user has the opportunity to edit the security names during the import > process. > > A further problem was that some files did not use ticker symbols on all > investment lines, and this is necessary for compatibility with KMyMoney. It > will therefore be necessary for the user to add symbols to the input file > beforehand, although as long as they are used consistently, they do not need > to be 'real' symbols. > > > Diffs > ----- > > kmymoney/plugins/csvimport/CMakeLists.txt 1ca4590 > kmymoney/plugins/csvimport/bankingwizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/completionwizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/convdate.cpp c5e1bab > kmymoney/plugins/csvimport/csvdialog.h PRE-CREATION > kmymoney/plugins/csvimport/csvdialog.cpp PRE-CREATION > kmymoney/plugins/csvimport/csvdialog.ui PRE-CREATION > kmymoney/plugins/csvimport/csvimporterdlg.h 5773724 > kmymoney/plugins/csvimport/csvimporterdlg.cpp 757622f > kmymoney/plugins/csvimport/csvimporterdlgdecl.ui e476d0a > kmymoney/plugins/csvimport/csvimporterplugin.h 4f3e818 > kmymoney/plugins/csvimport/csvimporterplugin.cpp 3ec87a3 > kmymoney/plugins/csvimport/csvimporterrc 672be35 > kmymoney/plugins/csvimport/csvprocessing.h 21c2720 > kmymoney/plugins/csvimport/csvprocessing.cpp 00f2815 > kmymoney/plugins/csvimport/csvutil.h b53cb5a > kmymoney/plugins/csvimport/csvutil.cpp fc3d136 > kmymoney/plugins/csvimport/introwizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/investmentdlg.h b50800d > kmymoney/plugins/csvimport/investmentdlg.cpp 679370d > kmymoney/plugins/csvimport/investmentwizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/investprocessing.h 337b485 > kmymoney/plugins/csvimport/investprocessing.cpp feb808b > kmymoney/plugins/csvimport/lines-datewizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/redefinedlg.h 1385feb > kmymoney/plugins/csvimport/redefinedlg.cpp 332985a > kmymoney/plugins/csvimport/redefinedlgdecl.ui 58fc5cd > kmymoney/plugins/csvimport/separatorwizardpage.ui PRE-CREATION > kmymoney/plugins/csvimport/symboltabledlg.h PRE-CREATION > kmymoney/plugins/csvimport/symboltabledlg.cpp PRE-CREATION > kmymoney/plugins/csvimport/symboltabledlg.ui PRE-CREATION > > Diff: http://git.reviewboard.kde.org/r/103142/diff/diff > > > Testing > ------- > > Unit tests run, plus astyle and krazy. Numerous files processed, including > live work. > > > Thanks, > > Allan Anderson > >
_______________________________________________ KMyMoney-devel mailing list KMyMoney-devel@kde.org https://mail.kde.org/mailman/listinfo/kmymoney-devel