| Summary: | investment transaction editor problem with negative interest | ||
|---|---|---|---|
| Product: | [Applications] kmymoney | Reporter: | Peter Pointner <pml1> |
| Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Fix for investment transactions with negative interest (or fees) | ||
Created attachment 40192 [details]
Fix for investment transactions with negative interest (or fees)
SVN commit 1085899 by tbaumgart: BUG: 224027 M +4 -4 dialogs/investtransactioneditor.cpp M +8 -8 widgets/transaction.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1085899 |
Version: 3.95.0 SVN-Rev. 1079370 (using KDE 4.3.1) OS: Linux Installed from: openSUSE RPMs Investment transactions allow to input negative interest or fees, which makes sense for accrued interest ("Stückzinsen" in german). To reproduce the problems do: - create a new investment transaction "buy shares" and fill in the necessary fields. - enter a negative value for interest, PROBLEM: total is wrong - save the transaction, it is handled as expected, but PROBLEM: the negative sign is not shown. - edit the transaction, PROBLEM: the negative sign is silently gone, you have to reenter it. I will add a patch that fixes the problems for me.