book: tree/list optimiert
This commit is contained in:
parent
fd36a3f4ce
commit
66a933d21b
4 changed files with 71 additions and 72 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue