33 lines
1.2 KiB
XML
Executable File
33 lines
1.2 KiB
XML
Executable File
<form col="4">
|
|
<field name="line" invisible="1"/>
|
|
<field name="sale_line" invisible="1"/>
|
|
<field name="available_components" invisible="1"/>
|
|
<group id="pricing_header" colspan="4" col="4"
|
|
col_widths="min-content,140px,min-content,1fr">
|
|
<label name="pricing_date"/>
|
|
<field name="pricing_date"/>
|
|
<label name="price_component"/>
|
|
<field name="price_component"/>
|
|
</group>
|
|
<group id="pricing_entry" string="Pricing entry" colspan="4" col="4"
|
|
col_widths="110px,180px,130px,180px">
|
|
<label name="quantity"/>
|
|
<field name="quantity"/>
|
|
<label name="settl_price"/>
|
|
<field name="settl_price"/>
|
|
</group>
|
|
<group id="pricing_results" string="Computed pricing" colspan="4" col="4"
|
|
col_widths="130px,180px,150px,180px">
|
|
<label name="fixed_qt"/>
|
|
<field name="fixed_qt"/>
|
|
<label name="fixed_qt_price"/>
|
|
<field name="fixed_qt_price"/>
|
|
<label name="unfixed_qt"/>
|
|
<field name="unfixed_qt"/>
|
|
<label name="unfixed_qt_price"/>
|
|
<field name="unfixed_qt_price"/>
|
|
<label name="eod_price"/>
|
|
<field name="eod_price"/>
|
|
</group>
|
|
</form>
|