Summary: | Import of payees details | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Martin Tlustos <martin.tlustos> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | lukasz.wojnilowicz |
Priority: | NOR | ||
Version: | 4.6.6 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kmymoney/8ee1d231f50824454e7ef0afdb8b47c5a918220b | Version Fixed In: | 5.0 |
Sentry Crash Report: |
Description
Martin Tlustos
2016-04-28 09:01:24 UTC
(In reply to Martin Tlustos from comment #0) > I would like to import my payees details into kmymoney. Manually adding the > information for several hundred payees is too cumbersome. > > Reproducible: Always Yes, I can imagine that that would be a bit boring. From where do you intend to import (which app)? It's a long time since I used Quicken, but if it is relevant, try this - from a Google search 'In Q2012: File > File Export > QIF File. Choose a File to export to. In the "Include in Export" section, uncheck all but "Category List" and "Memorized Payees" then In Q2013: File > File Import > QIF File. Browse to the QIF file created in Q2012. Choose any account (or All Accounts) to import into. In the "Include in import" section, uncheck all but "Category List" and "Memorized Payees". ' - to confirm that you can actually export them. If that works, try to do a QIF import to KMyMoney. If that is unsuccessful, could you attach the file to this bug report, or send off-line to me. Include the categories - they might be useful for comparison. I have, a long time ago, imported a category list, but am not sure about payees. Allan Git commit 8ee1d231f50824454e7ef0afdb8b47c5a918220b by Łukasz Wojniłowicz. Committed on 04/03/2017 at 08:35. Pushed by wojnilowicz into branch 'master'. Fetch payee's data from addressbook Related: bug 288075, bug 353558 Differential Revision: https://phabricator.kde.org/D4786 M +60 -10 kmymoney/mymoney/mymoneycontact.cpp M +104 -1 kmymoney/views/kpayeesview.cpp M +15 -0 kmymoney/views/kpayeesview.h M +38 -35 kmymoney/views/kpayeesviewdecl.ui M +3 -1 kmymoney/wizards/newuserwizard/knewuserwizard.cpp https://commits.kde.org/kmymoney/8ee1d231f50824454e7ef0afdb8b47c5a918220b |