book: form optimiert
This commit is contained in:
parent
af0c825607
commit
5f20001f72
3 changed files with 20 additions and 7 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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/>
|
||||||
|
|
||||||
|
<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"/>
|
<label name="balance_all"/>
|
||||||
<field name="balance_all" symbol="currency"/>
|
<field name="balance_all" symbol="currency"/>
|
||||||
<label name="balance_ref"/>
|
<label name="balance_ref"/>
|
||||||
<field name="balance_ref" symbol="company_currency"/>
|
<field name="balance_ref" symbol="company_currency"/>
|
||||||
|
</page>
|
||||||
<notebook colspan="4">
|
|
||||||
<page name="reconciliations" string="Reconciliations" col="1">
|
<page name="reconciliations" string="Reconciliations" col="1">
|
||||||
<field name="reconciliations"/>
|
<field name="reconciliations"/>
|
||||||
</page>
|
</page>
|
||||||
|
|
Loading…
Reference in a new issue