Bug 209705

Summary: Importing investments from csv doesn't import the dollar amount of shares purchased
Product: [Applications] skrooge Reporter: gumper1034
Component: generalAssignee: Stephane MANKOWSKI <stephane>
Status: RESOLVED FIXED    
Severity: normal CC: stephane
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description gumper1034 2009-10-07 05:09:10 UTC
Version:           0.5.3_beta (using KDE 4.3.1)
OS:                Linux
Installed from:    Compiled From Sources

When importing a csv file for an investment the importer does not import the dollar amount paid for purchased shares. The importer will import the quantity of the shares purchased but it does not import the price paid per share or the total price paid for the transaction. If it would import the total price paid, then perhaps this amount could then be used when using the "find and group transfers" option.
Comment 1 Stephane MANKOWSKI 2009-10-07 09:19:54 UTC
Hi,

Could you attach an example of csv file ?
Comment 2 Stephane MANKOWSKI 2009-10-07 19:49:43 UTC
SVN commit 1032386 by smankowski:

Save icon in tab bar to overwrite bookmarks or current context
BUG: 209705: Importing investments from csv doesn't import the dollar amount of shares purchased 

 M  +1 -0      CHANGELOG  
 M  +20 -3     skgbankmodeler/skgimportexportmanager.cpp  
 M  +14 -0     skgbankmodelertest/skgtestimportcsv.cpp  
 M  +5 -5      skgbasegui/skgtabwidget.cpp  
 M  +0 -4      skgbasegui/skgtabwidget.h  
 A             tests/input/skgtestimportcsv/209705.csv  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1032386
Comment 3 Stephane MANKOWSKI 2009-10-18 13:46:22 UTC
SVN commit 1037089 by smankowski:

BUG: 209705: Find&Group is now able to detect share purchase/sale

 M  +1 -0      CHANGELOG  
 M  +14 -3     skgbankmodeler/skgimportexportmanager.cpp  
 M  +24 -5     skgbankmodelertest/skgtestimportcsv.cpp  
 M  +3 -4      skrooge_calculator/skgcalculatorplugin.cpp  
 M  +21 -8     skrooge_calculator/skgcalculatorpluginwidget_base.ui  
 M  +1 -1      tests/input/skgtestimportcsv/209705.csv  
 A             tests/input/skgtestimportcsv/209705_2.csv  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1037089