Bug 259437

Summary: Scheduled payments on home screen not fully reflecting adjustment to previous/next processing day
Product: [Applications] kmymoney Reporter: Jan Michelfeit <jan.michelfeit>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 4.5.1   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: screenshot

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