[kmymoney4] [Bug 385857] Wrong Currency conversion rate in Reports

Ralf Habacker bugzilla_noreply at kde.org
Thu Oct 19 10:14:59 UTC 2017


https://bugs.kde.org/show_bug.cgi?id=385857

--- Comment #10 from Ralf Habacker <ralf.habacker at freenet.de> ---
(In reply to Ralf Habacker from comment #9)
> (In reply to Tamer from comment #7)
> > Created attachment 108451 [details]
> > kmy file showing the case
> > 
> > I attached the kmy file in which the bug appears.
> > You can see the wrong summation in the report "Income and Expenses 2016" in
> > Month of Nov.
> > The report is showing 170,263.37 AED instead of 344,450 AED
> 
> Opening the mentioned reports show the following used conversion factors
> (see PivotTable::convertToBaseCurrency()) 

adding more debug information returns for monthly report interval

Debug:date QDate("Mi Nov 30 2016") conversionfactor 4.89 oldvalue 832588 new
value 170263 

and for weekly report interval

Debug:date QDate("Do Nov 17 2016") conversionfactor 2.4167 oldvalue 832588 new
value 344514 

and for daily report interval

Debug:date QDate("Do Nov 10 2016") conversionfactor 2.4175 oldvalue 107458 new
value 44450 
Debug:date QDate("So Nov 13 2016") conversionfactor 2.4171 oldvalue 725130 new
value 300000 

for QDate("Mi Nov 30 2016") a price is present and has value 4.89
for QDate("Do Nov 17 2016") a price is also present and has value 2.4167
for QDate("Do Nov 10 2016") a price is present and has value 2.4175
for QDate("So Nov 13 2016") a price is present and has value 2.4171

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list