book: summieren des saldo in listenansicht
This commit is contained in:
parent
613f4e9767
commit
8b0a2a6ccd
2 changed files with 5 additions and 1 deletions
|
@ -406,6 +406,10 @@ msgctxt "view:cashbook.book:"
|
||||||
msgid "Owner and Authorizeds"
|
msgid "Owner and Authorizeds"
|
||||||
msgstr "Eigentümer und Autorisierte"
|
msgstr "Eigentümer und Autorisierte"
|
||||||
|
|
||||||
|
msgctxt "view:cashbook.book:"
|
||||||
|
msgid "Balance"
|
||||||
|
msgstr "Saldo"
|
||||||
|
|
||||||
msgctxt "view:cashbook.book:"
|
msgctxt "view:cashbook.book:"
|
||||||
msgid "Reconciliations"
|
msgid "Reconciliations"
|
||||||
msgstr "Abstimmungen"
|
msgstr "Abstimmungen"
|
||||||
|
|
|
@ -6,7 +6,7 @@ full copyright notices and license terms. -->
|
||||||
<field name="name"/>
|
<field name="name"/>
|
||||||
<field name="btype"/>
|
<field name="btype"/>
|
||||||
<field name="start_balance"/>
|
<field name="start_balance"/>
|
||||||
<field name="balance"/>
|
<field name="balance" sum="Balance"/>
|
||||||
<field name="currency"/>
|
<field name="currency"/>
|
||||||
<field name="owner"/>
|
<field name="owner"/>
|
||||||
<field name="reviewer"/>
|
<field name="reviewer"/>
|
||||||
|
|
Loading…
Reference in a new issue