Git commit 0a935a59abc59f15013ceea68bd67aca26eb8a39 by Stephane MANKOWSKI. Committed on 12/05/2022 at 20:20. Pushed by smankowski into branch 'master'.
Skrooge field tip and handbook should mention loan Initial balance should be negative BUG:451548 M +1 -1 doc/index.docbook M +1 -1 plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui https://invent.kde.org/office/skrooge/commit/0a935a59abc59f15013ceea68bd67aca26eb8a39 diff --git a/doc/index.docbook b/doc/index.docbook index 6acd64dca..46c8aad68 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -1268,7 +1268,7 @@ </varlistentry> <varlistentry> <term>Initial balance</term> - <listitem><para>The initial amount of the account</para></listitem> + <listitem><para>The initial amount of the account. For a loan account, the amount shoud a negative amount corresponding to the loan.</para></listitem> </varlistentry> <varlistentry> <term>Minimum limit</term> diff --git a/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui b/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui index c153a236f..5a5bbea45 100644 --- a/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui +++ b/plugins/skrooge/skrooge_bank/skgbankpluginwidget_base.ui @@ -103,7 +103,7 @@ p, li { white-space: pre-wrap; } <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">You can enter expressions here, such as <span style=" font-style:italic;">3+4*2</span>, skrooge will compute the result (<span style=" font-style:italic;">11</span>)</p></body></html></string> </property> <property name="statusTip"> - <string>Initial balance of the account</string> + <string>Initial balance of the account (A negative value for a loan account)</string> </property> </widget> </item>
