book: summieren des saldo in listenansicht

This commit is contained in:
Frederik Jaeckel 2022-09-01 09:38:23 +02:00
parent 4615c04bce
commit 24c0e2678e
2 changed files with 5 additions and 1 deletions

View file

@ -406,6 +406,10 @@ msgctxt "view:cashbook.book:"
msgid "Owner and Authorizeds"
msgstr "Eigentümer und Autorisierte"
msgctxt "view:cashbook.book:"
msgid "Balance"
msgstr "Saldo"
msgctxt "view:cashbook.book:"
msgid "Reconciliations"
msgstr "Abstimmungen"

View file

@ -6,7 +6,7 @@ full copyright notices and license terms. -->
<field name="name"/>
<field name="btype"/>
<field name="start_balance"/>
<field name="balance"/>
<field name="balance" sum="Balance"/>
<field name="currency"/>
<field name="owner"/>
<field name="reviewer"/>