Bug 246105

Summary: Allow creating loans with 0% interest rates
Product: [Applications] kmymoney Reporter: Alvaro Soliverez <asoliverez>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: wishlist CC: lnxusr
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alvaro Soliverez 2010-07-29 02:14:23 UTC
Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

Allow creating creating loans with 0% interest rates.
Current problems with that have to be tracked down and fixed.

Reproducible: Always
Comment 1 Thomas Baumgart 2010-08-30 10:13:09 UTC
*** Bug 249481 has been marked as a duplicate of this bug. ***
Comment 2 Alvaro Soliverez 2010-09-16 12:02:42 UTC
SVN commit 1175987 by asoliverez:

Reenabled creation of loans with zero interest.
Reopen the bug as needed until we iron out all the bugs.

BUG:246105

 M  +5 -0      mymoney/mymoneyfinancialcalculator.cpp  
 M  +3 -5      wizards/newaccountwizard/knewaccountwizard.cpp  
 M  +14 -11    wizards/newloanwizard/knewloanwizard.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1175987
Comment 3 lnxusr 2010-09-18 07:20:22 UTC
Creating loans with zero percent interest is working, however I can't seem to edit an existing loan account to drop the interest down to zero.  I get the same "mismatched info" error box on the interest dialog.

Perhaps instead of going through multiple dialogs, each asking for one value, you cold use one dialog where all the values are displayed at once. (that's more of a feature request, but going through multiple dialogs each asking for only one value is a PITA)
Comment 4 Alvaro Soliverez 2010-09-18 15:16:28 UTC
SVN commit 1176730 by asoliverez:

Fixed editing interest rate when zero.
Reopen if more issues arise.

BUG:246105

 M  +21 -0     mymoneyfinancialcalculator.cpp  


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