https://bugs.kde.org/show_bug.cgi?id=381056
Bug ID: 381056
Summary: Dashboard portfolio widget: Wrong percentage values
Product: skrooge
Version: unspecified
Platform: Neon Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
In the Variation Column skrooge displays the variation also as percentage
value.
This percentage value is not correct.
You probably just forgot to multiply it with 100 for the displayed value (% =
1/100).
E.g. [1]:
265,02 € * 1,961285940683722 % = 5,1978 € != 519,78 € (Not correct)
265,02 € * 1,961285940683722 = 519,78 € (Correct)
265,02 € * 196,1285940683722 % = 519,78 € (Correct)
Skrooge Version: 2.8.1
[1]
https://docs.kde.org/trunk5/en/extragear-office/skrooge/dashboard_portfolio.png
--
You are receiving this mail because:
You are watching all bug changes.