Files
tradon/modules/purchase_trade/view/sof_form.xml
2026-05-31 22:33:55 +02:00

84 lines
2.9 KiB
XML
Executable File

<form>
<notebook>
<page string="Contract Conditions" id="cs">
<label name="charter_party"/>
<field name="charter_party"/>
<newline/>
<notebook colspan="4">
<page string="Owner" id="owner_conditions">
<field name="owner_charter_conditions" colspan="4" mode="tree,form" view_ids="purchase_trade.charter_condition_view_tree,purchase_trade.charter_condition_view_form"/>
</page>
<page string="Supplier" id="supplier_conditions">
<field name="purchase_charter_conditions" colspan="4" mode="tree,form" view_ids="purchase_trade.charter_condition_view_tree,purchase_trade.charter_condition_view_form"/>
</page>
<page string="Customer" id="customer_conditions">
<field name="sale_charter_conditions" colspan="4" mode="tree,form" view_ids="purchase_trade.charter_condition_view_tree,purchase_trade.charter_condition_view_form"/>
</page>
</notebook>
<newline/>
<separator string="TimeBar" id="tb"/>
<newline/>
<label name="timebar_day"/>
<field name="timebar_day"/>
<label name="timebar_warn"/>
<field name="timebar_warn"/>
</page>
<page string="Sof events" id="event">
<label name="sof"/>
<field name="sof"/>
<newline/>
<label name="arrival_time"/>
<field name="arrival_time"/>
<label name="notice_of_readiness_time"/>
<field name="notice_of_readiness_time"/>
<newline/>
<label name="hoses_connected"/>
<field name="hoses_connected"/>
<label name="start_pumping"/>
<field name="start_pumping"/>
<newline/>
<label name="end_pumping"/>
<field name="end_pumping"/>
<label name="hoses_disconnected"/>
<field name="hoses_disconnected"/>
<newline/>
<label name="sailing_time"/>
<field name="sailing_time"/>
<newline/>
<field name="sof_events" colspan="4" mode="tree" view_ids="purchase_trade.view_sof_event_tree"/>
</page>
<page string="Calculation" id="calcul">
<label name="quantity"/>
<field name="quantity"/>
<newline/>
<label name="laytime_commenced"/>
<field name="laytime_commenced"/>
<label name="laytime_completed"/>
<field name="laytime_completed"/>
<newline/>
<label name="actual_time_used"/>
<field name="actual_time_used"/>
<label name="laytime_allowed"/>
<field name="laytime_allowed"/>
<newline/>
<label name="deductions"/>
<field name="deductions"/>
<newline/>
<label name="laytime_used"/>
<field name="laytime_used"/>
<label name="laytime_balance"/>
<field name="laytime_balance"/>
<newline/>
<label name="compensation_type"/>
<field name="compensation_type"/>
<label name="compensation_amount"/>
<field name="compensation_amount"/>
<newline/>
<label name="notes"/>
<field name="notes" colspan="4"/>
</page>
</notebook>
</form>