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"
|
||||
msgstr "Kassenbuch"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Balance"
|
||||
msgstr "Saldo"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Owner and Authorizeds"
|
||||
msgstr "Eigentümer und Autorisierte"
|
||||
|
|
|
@ -398,6 +398,10 @@ msgctxt "model:cashbook.book,name:"
|
|||
msgid "Cashbook"
|
||||
msgstr "Cashbook"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Balance"
|
||||
msgstr "Balance"
|
||||
|
||||
msgctxt "view:cashbook.book:"
|
||||
msgid "Owner and Authorizeds"
|
||||
msgstr "Owner and Authorizeds"
|
||||
|
|
|
@ -15,17 +15,22 @@ full copyright notices and license terms. -->
|
|||
</group>
|
||||
</group>
|
||||
|
||||
<label name="balance"/>
|
||||
<field name="balance" symbol="currency"/>
|
||||
<label name="btype"/>
|
||||
<field name="btype"/>
|
||||
|
||||
<label name="balance_all"/>
|
||||
<field name="balance_all" symbol="currency"/>
|
||||
<label name="balance_ref"/>
|
||||
<field name="balance_ref" symbol="company_currency"/>
|
||||
<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"/>
|
||||
<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">
|
||||
<field name="reconciliations"/>
|
||||
</page>
|
||||
|
|
Loading…
Reference in a new issue