Summary: | Default automatic format detection while importing a file leads to wrong entries creation | ||
---|---|---|---|
Product: | [Applications] skrooge | Reporter: | sdkfz262 |
Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | frederic.coiffier, stephane |
Priority: | NOR | ||
Version: | 1.7.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/skrooge/8b885b67d3c8a32ec279cd7158e2518b6007179a | Version Fixed In: | |
Sentry Crash Report: |
Description
sdkfz262
2013-05-26 10:16:07 UTC
Hi, I am able to reproduce the bug for the date and will deliver the correction. For the account creation, QIF import never created operations in selected account. Skrooge uses the name of the file to find the most appropriate account. If in the file name, you have the number of an existing account, this account will be selected. Git commit 9d3b483c5eef5608324879c627a70d7b50918b40 by Stephane Mankowski. Committed on 26/05/2013 at 22:11. Pushed by smankowski into branch 'master'. Default automatic format detection while importing a file leads to wrong entries creation M +1 -0 CHANGELOG M +2 -2 plugins/skrooge/skrooge_importexport/skgimportexportplugin.cpp http://commits.kde.org/skrooge/9d3b483c5eef5608324879c627a70d7b50918b40 Hi, Thanks for the quick reply! Regarding the "account" selection, I'm a bit surprised, since it's something I found very convenient (I'm sure it worked in 1.6.0, and my file naming convention has not changed - I don't change the one proposed at saving) (In reply to comment #3) > Hi, > > Thanks for the quick reply! > > Regarding the "account" selection, I'm a bit surprised, since it's something > I found very convenient (I'm sure it worked in 1.6.0, and my file naming > convention has not changed - I don't change the one proposed at saving) Could you give me an example of your file name? (In reply to comment #4) > Could you give me an example of your file name? Here it is: T_cpte_XXXXX_YYYYYYY_du_21-05-2013_au_24-05-2013.qif (XXXXX and YYYYYYY are the ID of my bank account). Git commit 8b885b67d3c8a32ec279cd7158e2518b6007179a by Stephane Mankowski. Committed on 09/06/2013 at 17:19. Pushed by smankowski into branch 'master'. Correction for account selection M +2 -2 skgbankmodeler/skgimportexportmanager.cpp A +6 -0 tests/input/skgtestimportqif/LA-1234567@ing.qif R +1 -1 tests/scripts/skgtestimportqif1.sh [from: tests/scripts/skgtestimportqif.sh - 096% similarity] A +13 -0 tests/scripts/skgtestimportqif2.sh M +6 -3 tests/skgbankmodelertest/CMakeLists.txt R +1 -97 tests/skgbankmodelertest/skgtestimportqif1.cpp [from: tests/skgbankmodelertest/skgtestimportqif.cpp - 089% similarity] A +194 -0 tests/skgbankmodelertest/skgtestimportqif2.cpp [License: GPL (v2+)] http://commits.kde.org/skrooge/8b885b67d3c8a32ec279cd7158e2518b6007179a |