book: summieren des saldo in listenansicht
This commit is contained in:
parent
4615c04bce
commit
24c0e2678e
2 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in a new issue