book: quantity, umrechnung + tests
This commit is contained in:
parent
71aa1de06f
commit
8f8da805d4
5 changed files with 369 additions and 8 deletions
|
@ -4,6 +4,21 @@ The COPYRIGHT file at the top level of this repository contains the
|
|||
full copyright notices and license terms. -->
|
||||
<data>
|
||||
|
||||
<xpath expr="/form/notebook/page[@name='balance']/field[@name='balance_ref']"
|
||||
position="after">
|
||||
<separator colspan="4" name="quantity" string="Quantity"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity" symbol="quantity_uom"/>
|
||||
<label name="quantity_all"/>
|
||||
<field name="quantity_all" symbol="quantity_uom"/>
|
||||
|
||||
<separator colspan="4" name="current_value" string="Current value of the asset"/>
|
||||
<label name="current_value"/>
|
||||
<field name="current_value" symbol="currency"/>
|
||||
<label name="current_value_ref"/>
|
||||
<field name="current_value_ref" symbol="company_currency"/>
|
||||
</xpath>
|
||||
|
||||
<xpath expr="/form/notebook/page[@id='pggeneral']" position="after">
|
||||
<page name="asset" string="Asset">
|
||||
<label name="asset"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue