This commit is contained in:
2026-01-20 18:59:40 +01:00
parent a9d1fe7baf
commit ddf023f078
6 changed files with 330 additions and 1 deletions

View File

@@ -0,0 +1,104 @@
<?xml version="1.0"?>
<form col="8">
<group id="identification" colspan="4" col="4">
<label name="lab"/>
<field name="lab"/>
<newline/>
<label name="reference"/>
<field name="reference"/>
<newline/>
<label name="file_no"/>
<field name="file_no"/>
<newline/>
<label name="report_date"/>
<field name="report_date"/>
</group>
<group id="audit" colspan="4" col="4">
<label name="created_by"/>
<field name="created_by" readonly="True"/>
<newline/>
<label name="created_date"/>
<field name="created_date" readonly="True"/>
<newline/>
<label name="last_modified"/>
<field name="last_modified" readonly="True"/>
</group>
<separator string="Contract Information" colspan="8"/>
<group id="contract" colspan="8" col="8">
<label name="contract_no"/>
<field name="contract_no"/>
<label name="invoice_no"/>
<field name="invoice_no"/>
<label name="lc_no"/>
<field name="lc_no"/>
<newline/>
<label name="origin"/>
<field name="origin"/>
<label name="commodity"/>
<field name="commodity"/>
</group>
<separator string="Parties Information" colspan="8"/>
<group id="parties" colspan="8" col="8">
<label name="seller"/>
<field name="seller"/>
<newline/>
<label name="buyer"/>
<field name="buyer"/>
<newline/>
<label name="carrier"/>
<field name="carrier"/>
</group>
<separator string="Shipment Information" colspan="8"/>
<group id="shipment" colspan="8" col="8">
<label name="vessel"/>
<field name="vessel"/>
<label name="bl_no"/>
<field name="bl_no"/>
<label name="bl_date"/>
<field name="bl_date"/>
<newline/>
<label name="port_loading"/>
<field name="port_loading"/>
<label name="port_destination"/>
<field name="port_destination"/>
<label name="arrival_date"/>
<field name="arrival_date"/>
<newline/>
<label name="weighing_place"/>
<field name="weighing_place"/>
<label name="weighing_method"/>
<field name="weighing_method"/>
<label name="bales"/>
<field name="bales"/>
</group>
<separator string="Weights Information" colspan="8"/>
<group id="weights" colspan="8" col="8">
<label name="gross_landed_kg"/>
<field name="gross_landed_kg"/>
<label name="tare_kg"/>
<field name="tare_kg"/>
<label name="net_landed_kg"/>
<field name="net_landed_kg"/>
<newline/>
<label name="invoice_net_kg"/>
<field name="invoice_net_kg"/>
<label name="gain_loss_kg"/>
<field name="gain_loss_kg"/>
<label name="gain_loss_percent"/>
<field name="gain_loss_percent"/>
</group>
<!-- <group id="buttons" colspan="8">
<button name="import_json" string="Import JSON"/>
<button name="export_json" string="Export JSON"/>
</group> -->
</form>

View File

@@ -0,0 +1,17 @@
<tree>
<field name="lab"/>
<field name="reference"/>
<field name="file_no"/>
<field name="report_date"/>
<field name="seller"/>
<field name="buyer"/>
<field name="vessel"/>
<field name="bl_no"/>
<field name="commodity"/>
<field name="net_landed_kg"/>
<field name="invoice_net_kg"/>
<field name="gain_loss_kg"/>
<field name="gain_loss_percent"/>
<!-- <button name="import_json" tree_invisible="1"/>
<button name="export_json" tree_invisible="1"/> -->
</tree>