I have a proposed QIF import fix

Money Manager Ex Development related posts for both Android and Desktop

Moderator: Renato

Post Reply
jeffjl
New MMEX User
Posts: 2
Joined: Thu Jan 29, 2015 2:49 pm
Are you a spam bot?: No

I have a proposed QIF import fix

Post 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.
Nikolay
MMEX Developer
Posts: 1535
Joined: Sat Dec 06, 2008 2:27 pm
Are you a spam bot?: No
Location: Sankt-Petersburg, Russia

Re: I have a proposed QIF import fix

Post by Nikolay »

First you should fork the project on github then make changes then commit them then create pull request.
Post Reply