Bug 246105 - Allow creating loans with 0% interest rates
Summary: Allow creating loans with 0% interest rates
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR wishlist
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
: 249481 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-07-29 02:14 UTC by Alvaro Soliverez
Modified: 2010-09-18 15:16 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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