https://bugs.kde.org/show_bug.cgi?id=472390
Bug ID: 472390
Summary: Importing ISO 20022 XML creates bogus accounts
Classification: Applications
Product: skrooge
Version: unspecified
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
When importing a list of transactions in ISO 20022 XML format, Skrooge groups
them under the wrong IBAN filed, scattering the transactions of a single
account through several newly created wrong accounts.
STEPS TO REPRODUCE
1. have ISO 20022 XML (e.g. from your bank)
2. import it through File ↦ Import ↦ Import…
OBSERVED RESULT
To illustrate, let’s use the variable IBAN_my as the IBAN number of the user’s
account and IBAN_other{?} as the IBAN accounts that are not theirs, with {?}
being a number to differentiate between the different IBANs.
Under Operations what happens is:
• IBAN_my includes imported operations – that’s good
• but there are suddenly also new accounts created there as IBAN_other1,
IBAN_other2, IBAN_other3, IBAN_other4, etc. which are empty.
EXPECTED RESULT
• IBAN_other{?} not being created at all
SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 5.27.6
KDE Frameworks Version: 5.108.0
Qt Version: 5.15.0
ADDITIONAL INFORMATION
What I suspect happens is that it wrongly pulls in also <Id><IBAN> from
<DbtrAcct> and <CdtrAcct> (and not just from <Acct>).
--
You are receiving this mail because:
You are watching all bug changes.