https://bugs.kde.org/show_bug.cgi?id=385900
--- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- It looks that kmymoney5 changes the calculation for report intervals compared to the stable version With attachment 108451 from bug 385857 the stable version performs for monthly reports the following conversations (copied from bug 385857 comment 10) > Debug:date QDate("Mi Nov 30 2016") conversionfactor 4.89 oldvalue 832588 new > value 170263 while git master uses Debug:date QDate("2016-11-01") conversionfactor 2.4172 oldvalue 832588 new value 344443 stable seems to collect all entries for a given month and uses the price of the last day of month while git master uses the price of the first day in month, which may also be incorrect. -- You are receiving this mail because: You are the assignee for the bug.