Summary: | When manually entering an Investment transaction price is not updating | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Michael Carpino <mfcarpino> |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | 5.2.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/office/kmymoney/-/commit/cc8d258501d96143aa35e8ff69ad15202b390668 | Version Fixed In: | 5.2.1 |
Sentry Crash Report: |
Description
Michael Carpino
2025-07-25 11:31:09 UTC
Git commit 5acb6c6e0d1fc70189dc3fd777917af8761e8694 by Thomas Baumgart. Committed on 26/07/2025 at 07:34. Pushed by tbaumgart into branch 'master'. Add price when entereing a buy or reinvest transaction This function was missed when rewriting the transaction editors. FIXED-IN: 5.2.1 M +15 -0 kmymoney/views/investtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/5acb6c6e0d1fc70189dc3fd777917af8761e8694 I wasn't explicate enough in my description of this issue and I discovered it based your commit of the fix that I didn't include all the ways needed to update pricing. And I haven't been able to test this fix. KMyMoney should update security prices for Buy, Reinvest and Sell transactions. I noticed my mistake of not including all the scenarios. Sorry, my mistake. I reviewed the code and didn't see "Sell" transactions but I'm not a coder so I don't know if that is included or not. You need to know that at this point sales are treated as purchases with a negative amount, so sales are also covered with the current implementation. Git commit cc8d258501d96143aa35e8ff69ad15202b390668 by Thomas Baumgart. Committed on 27/07/2025 at 08:17. Pushed by tbaumgart into branch '5.2'. Add price when entereing a buy or reinvest transaction This function was missed when rewriting the transaction editors. FIXED-IN: 5.2.1 (cherry picked from commit 5acb6c6e0d1fc70189dc3fd777917af8761e8694) M +15 -0 kmymoney/views/investtransactioneditor.cpp https://invent.kde.org/office/kmymoney/-/commit/cc8d258501d96143aa35e8ff69ad15202b390668 |