book: form optimiert

This commit is contained in:
Frederik Jaeckel 2022-12-22 18:59:23 +01:00
parent af0c825607
commit 5f20001f72
3 changed files with 20 additions and 7 deletions

View file

@ -434,6 +434,10 @@ msgctxt "model:cashbook.book,name:"
msgid "Cashbook" msgid "Cashbook"
msgstr "Kassenbuch" msgstr "Kassenbuch"
msgctxt "view:cashbook.book:"
msgid "Balance"
msgstr "Saldo"
msgctxt "view:cashbook.book:" msgctxt "view:cashbook.book:"
msgid "Owner and Authorizeds" msgid "Owner and Authorizeds"
msgstr "Eigentümer und Autorisierte" msgstr "Eigentümer und Autorisierte"

View file

@ -398,6 +398,10 @@ msgctxt "model:cashbook.book,name:"
msgid "Cashbook" msgid "Cashbook"
msgstr "Cashbook" msgstr "Cashbook"
msgctxt "view:cashbook.book:"
msgid "Balance"
msgstr "Balance"
msgctxt "view:cashbook.book:" msgctxt "view:cashbook.book:"
msgid "Owner and Authorizeds" msgid "Owner and Authorizeds"
msgstr "Owner and Authorizeds" msgstr "Owner and Authorizeds"

View file

@ -15,17 +15,22 @@ full copyright notices and license terms. -->
</group> </group>
</group> </group>
<label name="balance"/>
<field name="balance" symbol="currency"/>
<label name="btype"/> <label name="btype"/>
<field name="btype"/> <field name="btype"/>
<newline/>
<label name="balance_all"/>
<field name="balance_all" symbol="currency"/>
<label name="balance_ref"/>
<field name="balance_ref" symbol="company_currency"/>
<notebook colspan="4"> <notebook colspan="4">
<page name="balance" string="Balance" col="4">
<separator colspan="4" id="balance" string="Balance"/>
<label name="balance"/>
<field name="balance" symbol="currency"/>
<newline/>
<label name="balance_all"/>
<field name="balance_all" symbol="currency"/>
<label name="balance_ref"/>
<field name="balance_ref" symbol="company_currency"/>
</page>
<page name="reconciliations" string="Reconciliations" col="1"> <page name="reconciliations" string="Reconciliations" col="1">
<field name="reconciliations"/> <field name="reconciliations"/>
</page> </page>