Plan to transport
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<form col="2">
|
||||
<label name="cancel_plan"/>
|
||||
<field name="cancel_plan"/>
|
||||
<label name="planned_from_location"/>
|
||||
<field name="planned_from_location"/>
|
||||
<label name="planned_to_location"/>
|
||||
<field name="planned_to_location"/>
|
||||
<label name="planned_transport_type"/>
|
||||
<field name="planned_transport_type"/>
|
||||
<label name="planned_from_date"/>
|
||||
<field name="planned_from_date"/>
|
||||
<label name="planned_to_date"/>
|
||||
<field name="planned_to_date"/>
|
||||
<label name="quantity"/>
|
||||
<field name="quantity"/>
|
||||
<label name="unit"/>
|
||||
<field name="unit"/>
|
||||
<label name="planned_note"/>
|
||||
<field name="planned_note"/>
|
||||
</form>
|
||||
@@ -13,6 +13,12 @@
|
||||
<field name="r_lot_product" width="120"/>
|
||||
<field name="r_from_l" width="80"/>
|
||||
<field name="r_from_t" width="80"/>
|
||||
<field name="r_planned_from_location" width="100" optional="1"/>
|
||||
<field name="r_planned_to_location" width="100" optional="1"/>
|
||||
<field name="r_planned_transport_type" width="110" optional="1"/>
|
||||
<field name="r_planned_from_date" width="110" optional="1"/>
|
||||
<field name="r_planned_to_date" width="110" optional="1"/>
|
||||
<field name="r_planned_note" width="140" optional="1"/>
|
||||
<field name="r_shipment_type" width="90"/>
|
||||
<field name="r_shipment_origin" width="160">
|
||||
<prefix name="sh_icon"/>
|
||||
|
||||
Reference in New Issue
Block a user