book: tree/list optimiert

This commit is contained in:
Frederik Jaeckel 2023-01-02 21:59:16 +01:00
parent fd36a3f4ce
commit 66a933d21b
4 changed files with 71 additions and 72 deletions

View file

@ -5,10 +5,10 @@ full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='balance']" position="after">
<field name="current_value"/>
<field name="diff_amount"/>
<field name="current_value" symbol="currency"/>
<field name="diff_amount" symbol="currency"/>
<field name="diff_percent"/>
<field name="quantity"/>
<field name="quantity" symbol="quantity_uom"/>
</xpath>
</data>

View file

@ -5,7 +5,7 @@ full copyright notices and license terms. -->
<data>
<xpath expr="/tree/field[@name='balance']" position="after">
<field name="diff_amount"/>
<field name="diff_amount" symbol="quantity_uom"/>
<field name="diff_percent"/>
</xpath>

View file

@ -4,8 +4,7 @@ The COPYRIGHT file at the top level of this repository contains the
full copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='end_amount']" position="after">
<newline/>
<xpath expr="/form/field[@name='date']" position="after">
<label name="start_quantity" />
<field name="start_quantity" symbol="quantity_uom"/>
<label name="end_quantity"/>