Bug 259437 - Scheduled payments on home screen not fully reflecting adjustment to previous/next processing day
Summary: Scheduled payments on home screen not fully reflecting adjustment to previous...
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 4.5.1
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-10 13:44 UTC by Jan Michelfeit
Modified: 2010-12-11 00:00 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot (53.48 KB, image/png)
2010-12-10 13:44 UTC, Jan Michelfeit
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Michelfeit 2010-12-10 13:44:22 UTC
Created attachment 54389 [details]
screenshot

Version:           4.5.1 (using KDE 4.5.4) 
OS:                Linux

It's Friday and there are some payments scheduled for today, some for tomorrow (Saturday). The tasks scheduled for Saturday are, however, set to be shifted to the previous processing day (today), if scheduled to a non-processing day. Now, the date for them is correctly displayed as Friday's date, but they still end up in the "Future payments" section, instead of "Today's payments". Looks weird. See screenshot ;)

Reproducible: Always




OS: Linux (i686) release 2.6.36-ARCH
Compiler: gcc
Comment 1 Cristian Oneț 2010-12-11 00:00:18 UTC
SVN commit 1205346 by conet:

BUG: 259437
Use adjustedNextDueDate when splitting schedules into groups in the home page to avoid having the same instance of the transaction in two groups if the 'Enter transaction on another day' option is used.

 M  +4 -4      khomeview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205346
Comment 2 Cristian Oneț 2010-12-11 00:00:52 UTC
SVN commit 1205347 by conet:

BUG: 259437
Use adjustedNextDueDate when splitting schedules into groups in the home page to avoid having the same instance of the transaction in two groups if the 'Enter transaction on another day' option is used.
Merged into the stable branch.

 M  +4 -4      khomeview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1205347