line: add performance values to line-form
This commit is contained in:
parent
9669a8d85b
commit
ea7f114e94
5 changed files with 132 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue