Bug 337405

Summary: QIF Importer doesn't import balance
Product: [Applications] kmymoney Reporter: Sebastian <kde>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 4.6.4   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
URL: https://forum.kde.org/viewtopic.php?f=69&t=107007
Latest Commit: Version Fixed In:
Attachments: patch to import balance in qifimporter

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