line: add performance values to line-form

This commit is contained in:
Frederik Jaeckel 2023-01-29 23:16:22 +01:00
parent 3243fbf844
commit 9edd2d4a95
5 changed files with 132 additions and 0 deletions

View file

@ -23,4 +23,18 @@ full copyright notices and license terms. -->
<field name="factor_2nd_uom"/>
</xpath>
<xpath expr="/form/notebook/page[@name='description']" position="after">
<page name="current_value" col="5" string="Performance">
<label name="current_value"/>
<field name="current_value" symbol="currency"/>
<label name="diff_amount"/>
<field name="diff_amount" symbol="currency"/>
<group id="diff_percent" col="2">
<field name="diff_percent" xexpand="0"/>
<label name="diff_percent" xalign="0.0" string="%" xexpand="1"/>
</group>
</page>
</xpath>
</data>