gnucash maint: Bug 769746 - Zero interest loan formula fails.

John Ralls jralls at code.gnucash.org
Thu Sep 15 17:53:51 EDT 2016


Updated	 via  https://github.com/Gnucash/gnucash/commit/839b92ca (commit)
	from  https://github.com/Gnucash/gnucash/commit/f54fc2ff (commit)



commit 839b92ca59b51586d5fbd4de2a84ee583dbaf81b
Author: John Ralls <jralls at ceridwen.us>
Date:   Thu Sep 15 14:53:23 2016 -0700

    Bug 769746 - Zero interest loan formula fails.
    
    Document that the Mortgage Assistant doesn't support 0-interest loans.

diff --git a/src/gnome/gtkbuilder/assistant-loan.glade b/src/gnome/gtkbuilder/assistant-loan.glade
index d2427bf..ad830af 100644
--- a/src/gnome/gtkbuilder/assistant-loan.glade
+++ b/src/gnome/gtkbuilder/assistant-loan.glade
@@ -257,6 +257,7 @@ If you make a mistake or want to make changes later, you can edit the created Sc
                         <property name="digits">3</property>
                         <property name="snap_to_ticks">True</property>
                         <property name="numeric">True</property>
+                        <property name="tooltip_text" translatable="yes">Enter the annual interest rate in percent. Accepts values from 0.001 - 100. The Mortgage Assistant does not support zero-interest loans.</property>
                       </object>
                       <packing>
                         <property name="expand">True</property>
@@ -660,6 +661,7 @@ All accounts must have valid entries to continue.
                   <object class="GtkEntry" id="amount_ent">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
+                    <property name="editable">False</property>
                     <property name="invisible_char">&#x25CF;</property>
                     <property name="invisible_char_set">True</property>
                     <property name="primary_icon_activatable">False</property>



Summary of changes:
 src/gnome/gtkbuilder/assistant-loan.glade | 2 ++
 1 file changed, 2 insertions(+)



More information about the gnucash-changes mailing list