Page 1 of 1

I have a proposed QIF import fix

Posted: Thu Jan 29, 2015 3:33 pm
by jeffjl
I have a huge Quicken QIF export file. MMEX does not handle the import very well.  So I've been looking at fixing it.

My first change is to have mmex create accounts of the type that's in the QIF file, rather than making every new account a Checking account.

I have modified the following files to create Checking, Credit Card, and Investment accounts based on the QIF account type:
 src/import_export/qif_import_gui.cpp
 src/import_export/qif_import_gui.h

How do I submit changes?  I used GitHub to pull the project, but I have not tried to commit my changes.

Re: I have a proposed QIF import fix

Posted: Thu Jan 29, 2015 6:23 pm
by Nikolay
First you should fork the project on github then make changes then commit them then create pull request.