[Kmymoney-devel] [Bug 236097] Forecast reports do not include overdue scheduled transactions

Ian Neal iann_bugzilla at blueyonder.co.uk
Mon May 3 11:16:04 CEST 2010


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


Ian Neal <iann_bugzilla at blueyonder.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




--- Comment #3 from Ian Neal <iann_bugzilla blueyonder co uk>  2010-05-03 11:16:02 ---
This is definitely better but still not 100% fixed.
Scheduled transactions that are overdue do go into the forecast but are put in
for tomorrow and not today.
I did try looking at it and if you change the mymoneyforecast.cpp code where it
says (lines 680 and 707):
forecastDate = QDate::currentDate().addDays(1);
to:
forecastDate = QDate::currentDate();
Those overdue transactions disappear completely due to the line (at 684):
for (QDate f_day = QDate::currentDate(); f_day < forecastDate;) {
Should that be f_day <= forecastDate?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the KMyMoney-devel mailing list