Bug 337405 - QIF Importer doesn't import balance
Summary: QIF Importer doesn't import balance
Status: REPORTED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.6.4
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL: https://forum.kde.org/viewtopic.php?f...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-12 19:20 UTC by Sebastian
Modified: 2014-07-12 19:23 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
patch to import balance in qifimporter (1.29 KB, patch)
2014-07-12 19:23 UTC, Sebastian
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sebastian 2014-07-12 19:20:36 UTC
The QIF Importer is not capable of importing balance statements.
In fact it is already parsing the qif file correctly, but not forwarding the information to the MyMoneyStatement object.

Patch provided.

This is my first contribution to kmymoney, so I'm happy for feedback :)

Reproducible: Always

Steps to Reproduce:
1. Import a .qif file with balance information
2.
3.
Actual Results:  
Balance gets not imported

Expected Results:  
Balance should be imported
Comment 1 Sebastian 2014-07-12 19:23:33 UTC
Created attachment 87714 [details]
patch to import balance in qifimporter