Summary: | The "Balance" field at the bottom of the "Payees" screen adds transactions in different currencies together | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | ej |
Component: | general | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.6.0 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | KMM XML file to demonstrate this bug |
Description
ej
2011-10-15 19:01:29 UTC
Created attachment 64556 [details]
KMM XML file to demonstrate this bug
NB: I have also manually created the reverse FX (EUR->GBP = 0.8729) just in case, but this does not fix it.
Good catch. Using an exchange rate as you describe is actually the way KMyMoney works with them. And entering the reverse exchange rate does not help, because KMyMoney works with only one as it knows about the reciprocal in the other case. SVN commit 1259124 by tbaumgart: Use price information to calculate the balance over all transactions shown for a payee in the payees view. Needs backport to stable BUG: 284122 M +31 -12 kpayeesview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1259124 SVN commit 1260150 by conet: Use price information to calculate the balance over all transactions shown for a payee in the payees view. Backported to stable branch. BUG: 284122 M +31 -12 kpayeesview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1260150 |