Bug 209705 - Importing investments from csv doesn't import the dollar amount of shares purchased
Summary: Importing investments from csv doesn't import the dollar amount of shares pur...
Status: RESOLVED FIXED
Alias: None
Product: skrooge
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Stephane MANKOWSKI
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 05:09 UTC by gumper1034
Modified: 2009-10-18 13:46 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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