book: form optimiert

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

View file

@ -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>