https://bugs.kde.org/show_bug.cgi?id=510025
Bug ID: 510025
Summary: MS Money import: split transaction comments
lost/overwritten
Classification: Applications
Product: skrooge
Version First 25.1.0
Reported In:
Platform: Ubuntu
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: 25.1.0
Created attachment 185341
--> https://bugs.kde.org/attachment.cgi?id=185341&action=edit
Screenshots showing MS Money transaction, Observed and Expected Skrooge
transactions
SUMMARY
When importing from a MS Money file, the comments in split transactions
("Description" in the MS Money split dialog) are all overwritten by the comment
from the parent transaction.
STEPS TO REPRODUCE
1. Import MS Money file containing split transaction with different comments in
parent transaction and child splits (Top screenshot attached)
2. open imported transaction in Skrooge
OBSERVED RESULT
Comment from parent transaction is written in all splits (middle screenshot
attached)
EXPECTED RESULT
Comments in splits should be same as in MS Money (bottom screenshot attached)
SOFTWARE/OS VERSIONS:
Linux Mint 22.2 (using Ubuntu 24.04 Noble) / Windows 10 + wsl
Skrooge 25.4.0 (from PPA and built from source)
ADDITIONAL INFORMATION
https://invent.kde.org/office/skrooge/-/blob/V25.4.0/plugins/import/skrooge_import_mny/skgimportpluginmny.cpp?ref_type=tags#L449
-
existing code: ...setComment(operation[... => Observed result
modified: ...setComment(transaction[... => Expected result
Also, at line 460, the comment should probably be something like "Skrooge
import repair", instead of '...operation[...("memo")]...'
--
You are receiving this mail because:
You are watching all bug changes.