Summary: | The import logic should use an existing account based on bank name read from :20: and the account number read from :25:. | ||
---|---|---|---|
Product: | [Applications] skrooge | Reporter: | jens <jp7677> |
Component: | general | Assignee: | Stephane MANKOWSKI <stephane> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | stephane |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
jens
2011-08-28 07:17:45 UTC
Hi Jens, I am not able to reproduce the problem. I don' really understand why when you change the name of the bank or the name of the account, the second import is not done in the right import. Indeed, to identify the target account during the import, Skrooge looks for the account have the number of ":25:" field. So, the identification is not done on the name but on the number. Could you send me a detailed scenario with mt940 files used ? Git commit 71fede7f467b4ccd0c507c85f63c5e52b913c244 by Stephane Mankowski. Committed on 28/08/2011 at 21:29. Pushed by smankowski into branch 'Feature'. BUG: 280915: The import logic should use an existing account based on bank name read from :20: and the account number read from :25: M +6 -3 plugins/import/skrooge_import_mt940/skgimportpluginmt940.cpp M +7 -1 TODO M +1 -0 CHANGELOG http://commits.kde.org/skrooge/71fede7f467b4ccd0c507c85f63c5e52b913c244 |