Bug 219742

Summary: Editting multiple transactions corrupts date
Product: [Applications] kmymoney Reporter: Fernando Vilas <fvilas>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: HI    
Version: unspecified   
Target Milestone: ---   
Platform: Slackware   
OS: Linux   
Latest Commit: Version Fixed In:

Description Fernando Vilas 2009-12-22 21:40:22 UTC
Version:           svn rev 1064879 (using KDE 4.3.4)
Compiler:          gcc 4.3.3 
OS:                Linux
Installed from:    Slackware Packages

Select multiple transactions in the ledger view.
Click "edit".
Fields with common values should be populated. (They are not right now)
Fields with unique values should be blank. (All are except date)

The date field is populated with today's date, even though it should be blank for transactions on different dates.

If any changes are made and saved, the transactions will all share the new date.
Comment 1 Thomas Baumgart 2010-01-09 16:37:16 UTC
I am not so sure about the fields containing common values. This is not the behavior of the KDE3 version.

I agree with the date field. I am taking care of this one.
Comment 2 Thomas Baumgart 2010-01-31 13:02:14 UTC
SVN commit 1082854 by tbaumgart:

BUG: 219742

 M  +4 -2      dialogs/transactioneditor.cpp  
 M  +14 -5     widgets/kmymoneydateinput.cpp  
 M  +26 -0     widgets/kmymoneydateinput.h  


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