Commit 71fa71ff authored by cpatil's avatar cpatil

set neight_weight


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99925 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9771c48b
...@@ -39,10 +39,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=shipme ...@@ -39,10 +39,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=shipme
column=(type=char(40) updatewhereclause=yes name=currencyb_descr dbname="currency.descr" ) column=(type=char(40) updatewhereclause=yes name=currencyb_descr dbname="currency.descr" )
column=(type=char(40) updatewhereclause=yes name=currency_c_descr dbname="currency.descr" ) column=(type=char(40) updatewhereclause=yes name=currency_c_descr dbname="currency.descr" )
column=(type=char(40) updatewhereclause=yes name=transporter_tran_name dbname="transporter.tran_name" ) column=(type=char(40) updatewhereclause=yes name=transporter_tran_name dbname="transporter.tran_name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ship_docs~" ) TABLE(NAME=~"shipment~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_C~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"ship_docs.shipment_id~") COLUMN(NAME=~"ship_docs.line_no~") COLUMN(NAME=~"ship_docs.ref_ser~") COLUMN(NAME=~"ship_docs.start_dt~") COLUMN(NAME=~"ship_docs.road_permit_no~") COLUMN(NAME=~"ship_docs.remarks~") COLUMN(NAME=~"ship_docs.frt_amt~") COLUMN(NAME=~"ship_docs.curr_code~") COLUMN(NAME=~"ship_docs.plan_load_time~") COLUMN(NAME=~"ship_docs.plan_unload_time~") COLUMN(NAME=~"ship_docs.plan_etd~") COLUMN(NAME=~"ship_docs.plan_eta~") COLUMN(NAME=~"ship_docs.actual_load_time~") COLUMN(NAME=~"ship_docs.actual_unload_time~") COLUMN(NAME=~"ship_docs.actual_dept~") COLUMN(NAME=~"ship_docs.actual_arrival~") COLUMN(NAME=~"ship_docs.transit_time~") COLUMN(NAME=~"ship_docs.stan_code__ship~") COLUMN(NAME=~"ship_docs.stan_code__dlv~") COLUMN(NAME=~"ship_docs.gross_weight~") COLUMN(NAME=~"ship_docs.tare_weight~") COLUMN(NAME=~"ship_docs.no_art~") COLUMN(NAME=~"ship_docs.curr_code__frt~") COLUMN(NAME=~"ship_docs.curr_code__bc~") COLUMN(NAME=~"ship_docs.exch_rate~") COLUMN(NAME=~"ship_docs.frt_amt__bc~") COLUMN(NAME=~"ship_docs.volume~") COLUMN(NAME=~"ship_docs.tran_code~") COLUMN(NAME=~"ship_docs.ref_id~") COLUMN(NAME=~"CURRENCY_A.descr~") COLUMN(NAME=~"STATION_A.descr~") COLUMN(NAME=~"STATION_B.descr~") COLUMN(NAME=~"CURRENCY_B.descr~") COLUMN(NAME=~"CURRENCY_C.descr~") COLUMN(NAME=~"transporter.tran_name~") JOIN (LEFT=~"ship_docs.curr_code~" OP =~"=~"RIGHT=~"CURRENCY_A.curr_code~" OUTER1 =~"ship_docs.curr_code~" ) JOIN (LEFT=~"ship_docs.stan_code__ship~" OP =~"=~"RIGHT=~"STATION_A.stan_code~" OUTER1 =~"ship_docs.stan_code__ship~" ) JOIN (LEFT=~"ship_docs.stan_code__dlv~" OP =~"=~"RIGHT=~"STATION_B.stan_code~" OUTER1 =~"ship_docs.stan_code__dlv~" ) JOIN (LEFT=~"ship_docs.curr_code__frt~" OP =~"=~"RIGHT=~"CURRENCY_B.curr_code~" OUTER1 =~"ship_docs.curr_code__frt~" ) JOIN (LEFT=~"ship_docs.curr_code__bc~" OP =~"=~"RIGHT=~"CURRENCY_C.curr_code~" OUTER1 =~"ship_docs.curr_code__bc~" ) JOIN (LEFT=~"ship_docs.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"ship_docs.tran_code~" ) JOIN (LEFT=~"ship_docs.shipment_id~" OP =~"=~"RIGHT=~"shipment.shipment_id~" )WHERE( EXP1 =~"~~~"SHIP_DOCS~~~".~~~"SHIPMENT_ID~~~"~" OP =~"=~" EXP2 =~":as_shipment_id~" ) ) ORDER(NAME=~"ship_docs.line_no~" ASC=yes ) ARG(NAME = ~"as_shipment_id~" TYPE = string) " update="SHIP_DOCS" updatewhere=0 updatekeyinplace=no arguments=(("as_shipment_id", string)) ) column=(type=number updatewhereclause=yes name=net_weight dbname="net_weight" )
text(band=detail alignment="1" text="Road Permit No:" border="0" color="0" x="13" y="65" height="16" width="104" html.valueishtml="0" name=road_permit_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ship_docs~" ) TABLE(NAME=~"shipment~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_C~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"ship_docs.shipment_id~") COLUMN(NAME=~"ship_docs.line_no~") COLUMN(NAME=~"ship_docs.ref_ser~") COLUMN(NAME=~"ship_docs.start_dt~") COLUMN(NAME=~"ship_docs.road_permit_no~") COLUMN(NAME=~"ship_docs.remarks~") COLUMN(NAME=~"ship_docs.frt_amt~") COLUMN(NAME=~"ship_docs.curr_code~") COLUMN(NAME=~"ship_docs.plan_load_time~") COLUMN(NAME=~"ship_docs.plan_unload_time~") COLUMN(NAME=~"ship_docs.plan_etd~") COLUMN(NAME=~"ship_docs.plan_eta~") COLUMN(NAME=~"ship_docs.actual_load_time~") COLUMN(NAME=~"ship_docs.actual_unload_time~") COLUMN(NAME=~"ship_docs.actual_dept~") COLUMN(NAME=~"ship_docs.actual_arrival~") COLUMN(NAME=~"ship_docs.transit_time~") COLUMN(NAME=~"ship_docs.stan_code__ship~") COLUMN(NAME=~"ship_docs.stan_code__dlv~") COLUMN(NAME=~"ship_docs.gross_weight~") COLUMN(NAME=~"ship_docs.tare_weight~") COLUMN(NAME=~"ship_docs.no_art~") COLUMN(NAME=~"ship_docs.curr_code__frt~") COLUMN(NAME=~"ship_docs.curr_code__bc~") COLUMN(NAME=~"ship_docs.exch_rate~") COLUMN(NAME=~"ship_docs.frt_amt__bc~") COLUMN(NAME=~"ship_docs.volume~") COLUMN(NAME=~"ship_docs.tran_code~") COLUMN(NAME=~"ship_docs.ref_id~") COLUMN(NAME=~"CURRENCY_A.descr~") COLUMN(NAME=~"STATION_A.descr~") COLUMN(NAME=~"STATION_B.descr~") COLUMN(NAME=~"CURRENCY_B.descr~") COLUMN(NAME=~"CURRENCY_C.descr~") COLUMN(NAME=~"transporter.tran_name~") COMPUTE(NAME=~" ( ship_docs.gross_weight - ship_docs.tare_weight ) as net_weight~") JOIN (LEFT=~"ship_docs.curr_code~" OP =~"=~"RIGHT=~"CURRENCY_A.curr_code~" OUTER1 =~"ship_docs.curr_code~" ) JOIN (LEFT=~"ship_docs.stan_code__ship~" OP =~"=~"RIGHT=~"STATION_A.stan_code~" OUTER1 =~"ship_docs.stan_code__ship~" ) JOIN (LEFT=~"ship_docs.stan_code__dlv~" OP =~"=~"RIGHT=~"STATION_B.stan_code~" OUTER1 =~"ship_docs.stan_code__dlv~" ) JOIN (LEFT=~"ship_docs.curr_code__frt~" OP =~"=~"RIGHT=~"CURRENCY_B.curr_code~" OUTER1 =~"ship_docs.curr_code__frt~" ) JOIN (LEFT=~"ship_docs.curr_code__bc~" OP =~"=~"RIGHT=~"CURRENCY_C.curr_code~" OUTER1 =~"ship_docs.curr_code__bc~" ) JOIN (LEFT=~"ship_docs.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"ship_docs.tran_code~" ) JOIN (LEFT=~"ship_docs.shipment_id~" OP =~"=~"RIGHT=~"shipment.shipment_id~" )WHERE( EXP1 =~"~~~"SHIP_DOCS~~~".~~~"SHIPMENT_ID~~~"~" OP =~"=~" EXP2 =~":as_shipment_id~" ) ) ORDER(NAME=~"ship_docs.line_no~" ASC=yes ) ARG(NAME = ~"as_shipment_id~" TYPE = string) " update="SHIP_DOCS" updatewhere=0 updatekeyinplace=no arguments=(("as_shipment_id", string)) )
text(band=detail alignment="1" text="Remarks:" border="0" color="0" x="13" y="86" height="16" width="104" html.valueishtml="0" name=remarks_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Currency Code :" border="0" color="0" x="13" y="108" height="16" width="104" html.valueishtml="0" name=curr_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Plan Load Time:" border="0" color="0" x="13" y="129" height="16" width="104" html.valueishtml="0" name=plan_load_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Plan Load Time:" border="0" color="0" x="13" y="129" height="16" width="104" html.valueishtml="0" name=plan_load_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Est. Time of Arrival :" border="0" color="0" x="7" y="150" height="16" width="110" html.valueishtml="0" name=plan_eta_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Est. Time of Arrival :" border="0" color="0" x="7" y="150" height="16" width="110" html.valueishtml="0" name=plan_eta_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Actual Load Time:" border="0" color="0" x="13" y="171" height="16" width="104" html.valueishtml="0" name=actual_load_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Actual Load Time:" border="0" color="0" x="13" y="171" height="16" width="104" html.valueishtml="0" name=actual_load_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -51,34 +49,17 @@ text(band=detail alignment="1" text="Transit Time:" border="0" color="0" x="13" ...@@ -51,34 +49,17 @@ text(band=detail alignment="1" text="Transit Time:" border="0" color="0" x="13"
text(band=detail alignment="1" text="Shipping Station :" border="0" color="0" x="13" y="236" height="16" width="104" html.valueishtml="0" name=stan_code__ship_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Shipping Station :" border="0" color="0" x="13" y="236" height="16" width="104" html.valueishtml="0" name=stan_code__ship_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Shipping Delivery :" border="0" color="0" x="13" y="258" height="16" width="104" html.valueishtml="0" name=stan_code__dlv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Shipping Delivery :" border="0" color="0" x="13" y="258" height="16" width="104" html.valueishtml="0" name=stan_code__dlv_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Frt. Currency Code :" border="0" color="0" x="8" y="302" height="16" width="109" html.valueishtml="0" name=curr_code__frt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Frt. Currency Code :" border="0" color="0" x="8" y="302" height="16" width="109" html.valueishtml="0" name=curr_code__frt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Shipment Id:" border="0" color="0" x="13" y="1" height="16" width="104" html.valueishtml="0" name=ship_docs_shipment_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="121" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Reference Series :" border="0" color="0" x="13" y="22" height="16" width="104" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Starting Date :" border="0" color="0" x="30" y="43" height="16" width="87" html.valueishtml="0" name=start_dt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="0" x="121" y="86" height="16" width="392" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="121" y="64" height="16" width="91" format="[general]" html.valueishtml="0" name=road_permit_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="121" y="22" height="16" width="91" format="[general]" html.valueishtml="0" name=ref_ser visible="1" ddlb.limit=6 ddlb.sorted=yes ddlb.allowedit=no ddlb.case=upper ddlb.vscrollbar=yes ddlb.useasborder=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="121" y="43" height="16" width="91" format="dd/mm/yy " html.valueishtml="0" name=start_dt visible="1" editmask.mask="dd/mm/yy " editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="0" x="121" y="108" height="16" width="91" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=80 border="5" color="0" x="121" y="129" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=9 alignment="0" tabsequence=80 border="5" color="0" x="121" y="129" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="0" tabsequence=100 border="5" color="0" x="121" y="150" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_eta visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=12 alignment="0" tabsequence=100 border="5" color="0" x="121" y="150" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_eta visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="0" tabsequence=120 border="5" color="0" x="121" y="171" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=13 alignment="0" tabsequence=120 border="5" color="0" x="121" y="171" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=16 alignment="0" tabsequence=140 border="5" color="0" x="121" y="193" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_arrival visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=16 alignment="0" tabsequence=140 border="5" color="0" x="121" y="193" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_arrival visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=17 alignment="0" tabsequence=160 border="5" color="0" x="121" y="214" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=transit_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=17 alignment="0" tabsequence=160 border="5" color="0" x="121" y="214" height="16" width="91" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=transit_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=19 alignment="0" tabsequence=190 border="5" color="0" x="121" y="258" height="16" width="91" format="[general]" html.valueishtml="0" name=stan_code__dlv visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=18 alignment="0" tabsequence=180 border="5" color="0" x="121" y="236" height="16" width="91" format="[general]" html.valueishtml="0" name=stan_code__ship visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=18 alignment="0" tabsequence=180 border="5" color="0" x="121" y="236" height="16" width="91" format="[general]" html.valueishtml="0" name=stan_code__ship visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="108" height="16" width="154" format="[general]" html.valueishtml="0" name=currency_descr visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Line No:" border="0" color="0" x="389" y="1" height="16" width="45" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Reference Id :" border="0" color="0" x="361" y="22" height="16" width="73" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Freight Amount :" border="0" color="0" x="341" y="43" height="16" width="93" html.valueishtml="0" name=frt_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Act. Time of Deptature :" border="0" color="0" x="306" y="193" height="16" width="128" html.valueishtml="0" name=actual_dept_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Act. Time of Deptature :" border="0" color="0" x="306" y="193" height="16" width="128" html.valueishtml="0" name=actual_dept_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="No Art:" border="0" color="0" x="379" y="214" height="16" width="55" html.valueishtml="0" name=no_art_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="No Art:" border="0" color="0" x="379" y="214" height="16" width="55" html.valueishtml="0" name=no_art_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Plan Unload Time:" border="0" color="0" x="317" y="129" height="16" width="117" html.valueishtml="0" name=plan_unload_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Plan Unload Time:" border="0" color="0" x="317" y="129" height="16" width="117" html.valueishtml="0" name=plan_unload_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Est. Time of Depature :" border="0" color="0" x="313" y="150" height="16" width="121" html.valueishtml="0" name=plan_etd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Est. Time of Depature :" border="0" color="0" x="313" y="150" height="16" width="121" html.valueishtml="0" name=plan_etd_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Actual Unload Time:" border="0" color="0" x="317" y="171" height="16" width="117" html.valueishtml="0" name=actual_unload_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Actual Unload Time:" border="0" color="0" x="317" y="171" height="16" width="117" html.valueishtml="0" name=actual_unload_time_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="438" y="1" height="16" width="75" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=29 alignment="0" tabsequence=20 border="5" color="0" x="438" y="22" height="16" width="75" format="[general]" html.valueishtml="0" name=ref_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="1" tabsequence=40 border="5" color="0" x="438" y="43" height="16" width="75" format="##########0.000" html.valueishtml="0" name=frt_amt visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="0" x="438" y="129" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=10 alignment="0" tabsequence=90 border="5" color="0" x="438" y="129" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="0" x="438" y="150" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_etd visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=11 alignment="0" tabsequence=110 border="5" color="0" x="438" y="150" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_etd visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=23 alignment="0" tabsequence=220 border="5" color="0" x="121" y="302" height="16" width="54" format="[general]" html.valueishtml="0" name=curr_code__frt visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=23 alignment="0" tabsequence=220 border="5" color="0" x="121" y="302" height="16" width="54" format="[general]" html.valueishtml="0" name=curr_code__frt visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
...@@ -92,23 +73,43 @@ column(band=detail id=22 alignment="1" tabsequence=170 border="5" color="0" x="4 ...@@ -92,23 +73,43 @@ column(band=detail id=22 alignment="1" tabsequence=170 border="5" color="0" x="4
column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="0" x="438" y="193" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_dept visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=15 alignment="0" tabsequence=150 border="5" color="0" x="438" y="193" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_dept visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="0" tabsequence=130 border="5" color="0" x="438" y="171" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=14 alignment="0" tabsequence=130 border="5" color="0" x="438" y="171" height="16" width="75" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="236" height="16" width="296" format="[general]" html.valueishtml="0" name=stationa_descr visible="1" edit.limit=40 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=31 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="236" height="16" width="296" format="[general]" html.valueishtml="0" name=stationa_descr visible="1" edit.limit=40 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="258" height="16" width="296" format="[general]" html.valueishtml="0" name=stationb_descr visible="1" edit.limit=40 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="367" height="16" width="296" format="[general]" html.valueishtml="0" name=transporter_tran_name visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=35 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="367" height="16" width="296" format="[general]" html.valueishtml="0" name=transporter_tran_name visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=26 alignment="1" tabsequence=260 border="5" color="0" x="421" y="346" height="16" width="92" format="##########0.000" html.valueishtml="0" name=frt_amt__bc visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=26 alignment="1" tabsequence=260 border="5" color="0" x="421" y="346" height="16" width="92" format="##########0.000" html.valueishtml="0" name=frt_amt__bc visible="1" edit.limit=14 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Base Currency Code :" border="0" color="0" x="2" y="324" height="16" width="115" html.valueishtml="0" name=frt_amt__bc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Base Currency Code :" border="0" color="0" x="2" y="324" height="16" width="115" html.valueishtml="0" name=frt_amt__bc_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=24 alignment="0" tabsequence=230 border="5" color="0" x="121" y="324" height="16" width="54" format="[general]" html.valueishtml="0" name=curr_code__bc visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=24 alignment="0" tabsequence=230 border="5" color="0" x="121" y="324" height="16" width="54" format="[general]" html.valueishtml="0" name=curr_code__bc visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="179" y="324" height="16" width="150" format="[general]" html.valueishtml="0" name=currency_c_descr visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=34 alignment="0" tabsequence=32766 border="5" color="255" x="179" y="324" height="16" width="150" format="[general]" html.valueishtml="0" name=currency_c_descr visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Exch Rate:" border="0" color="0" x="361" y="324" height="16" width="56" html.valueishtml="0" name=exch_rate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Exch Rate:" border="0" color="0" x="338" y="324" height="16" width="79" html.valueishtml="0" name=exch_rate_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=25 alignment="1" tabsequence=240 border="5" color="0" x="422" y="324" height="16" width="91" format="#######0.000000" html.valueishtml="0" name=exch_rate visible="1" edit.limit=17 edit.case=any edit.format="#########0.000000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=25 alignment="1" tabsequence=240 border="5" color="0" x="422" y="324" height="16" width="91" format="#######0.000000" html.valueishtml="0" name=exch_rate visible="1" edit.limit=17 edit.case=any edit.format="#########0.000000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Gross Weight:" border="0" color="0" x="38" y="280" height="16" width="79" html.valueishtml="0" name=gross_weight_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Gross Weight:" border="0" color="0" x="38" y="280" height="16" width="79" html.valueishtml="0" name=gross_weight_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=20 alignment="1" tabsequence=200 border="5" color="0" x="121" y="280" height="16" width="91" format="##########0.000" html.valueishtml="0" name=gross_weight visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Tare Weight:" border="0" color="0" x="228" y="280" height="16" width="72" html.valueishtml="0" name=tare_weight_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Tare Weight:" border="0" color="0" x="228" y="280" height="16" width="72" html.valueishtml="0" name=tare_weight_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=21 alignment="1" tabsequence=210 border="5" color="0" x="305" y="280" height="16" width="71" format="##########0.000" html.valueishtml="0" name=tare_weight visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Net W.t :" border="0" color="0" x="389" y="280" height="16" width="55" html.valueishtml="0" name=t_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=detail alignment="1" text="Net W.t :" border="0" color="0" x="389" y="280" height="16" width="55" html.valueishtml="0" name=t_2 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
compute(band=detail alignment="0" expression=" gross_weight - tare_weight "border="5" color="255" x="449" y="280" height="17" width="64" format="#,##0.00" html.valueishtml="0" name=compute_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" ) column(band=detail id=21 alignment="1" tabsequence=210 border="5" color="0" x="305" y="280" height="16" width="71" format="##########0.000" html.valueishtml="0" name=tare_weight visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=detail alignment="1" text="Road Permit No:" border="0" color="0" x="13" y="65" height="16" width="104" html.valueishtml="0" name=road_permit_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Remarks:" border="0" color="0" x="13" y="86" height="16" width="104" html.valueishtml="0" name=remarks_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Currency Code :" border="0" color="0" x="13" y="108" height="16" width="104" html.valueishtml="0" name=curr_code_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Shipment Id:" border="0" color="0" x="13" y="1" height="16" width="104" html.valueishtml="0" name=ship_docs_shipment_id_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="121" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Reference Series :" border="0" color="0" x="13" y="22" height="16" width="104" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Starting Date :" border="0" color="0" x="30" y="43" height="16" width="87" html.valueishtml="0" name=start_dt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="0" x="121" y="86" height="16" width="392" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="0" x="121" y="64" height="16" width="91" format="[general]" html.valueishtml="0" name=road_permit_no visible="1" edit.limit=20 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=10 border="5" color="0" x="121" y="22" height="16" width="91" format="[general]" html.valueishtml="0" name=ref_ser visible="1" ddlb.limit=6 ddlb.sorted=yes ddlb.allowedit=no ddlb.case=upper ddlb.vscrollbar=yes ddlb.useasborder=yes ddlb.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=4 alignment="0" tabsequence=30 border="5" color="0" x="121" y="43" height="16" width="91" format="dd/mm/yy " html.valueishtml="0" name=start_dt visible="1" editmask.mask="dd/mm/yy " editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=70 border="5" color="0" x="121" y="108" height="16" width="91" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=30 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="108" height="16" width="154" format="[general]" html.valueishtml="0" name=currency_descr visible="1" edit.limit=40 edit.case=any edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
text(band=detail alignment="1" text="Line No:" border="0" color="0" x="389" y="1" height="16" width="45" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Reference Id :" border="0" color="0" x="361" y="22" height="16" width="73" html.valueishtml="0" name=t_1 visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Freight Amount :" border="0" color="0" x="341" y="43" height="16" width="93" html.valueishtml="0" name=frt_amt_t visible="1" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="438" y="1" height="16" width="75" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=29 alignment="0" tabsequence=20 border="5" color="0" x="438" y="22" height="16" width="75" format="[general]" html.valueishtml="0" name=ref_id visible="1" edit.limit=10 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="1" tabsequence=40 border="5" color="0" x="438" y="43" height="16" width="75" format="##########0.000" html.valueishtml="0" name=frt_amt visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="1" tabsequence=200 border="5" color="0" x="121" y="280" height="16" width="91" format="##########0.000" html.valueishtml="0" name=gross_weight visible="1" edit.limit=14 edit.case=any edit.format="#########0.000" edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=36 alignment="0" tabsequence=32766 border="5" color="255" x="447" y="280" height="16" width="66" html.valueishtml="0" name=net_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
column(band=detail id=19 alignment="0" tabsequence=190 border="5" color="0" x="121" y="258" height="16" width="91" format="[general]" html.valueishtml="0" name=stan_code__dlv visible="1" edit.limit=5 edit.case=upper edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=32 alignment="0" tabsequence=32766 border="5" color="255" x="217" y="258" height="16" width="296" format="[general]" html.valueishtml="0" name=stationb_descr visible="1" edit.limit=40 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="79741120" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 template=(comment="" encoding="UTF-8" name="d_shipment_docs" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_shipment_docs><d_shipment_docs_row __pbband=~"detail~"><shipment_id/><line_no/><ref_ser/><start_dt/><road_permit_no/><remarks/><frt_amt/><curr_code/><plan_load_time>plan_load_time</plan_load_time><plan_unload_time>plan_unload_time</plan_unload_time><plan_etd>plan_etd</plan_etd><plan_eta>plan_eta</plan_eta><actual_load_time>actual_load_time</actual_load_time><actual_unload_time>actual_unload_time</actual_unload_time><actual_dept>actual_dept</actual_dept><actual_arrival>actual_arrival</actual_arrival><transit_time>transit_time</transit_time><stan_code__ship>stan_code__ship</stan_code__ship><stan_code__dlv>stan_code__dlv</stan_code__dlv><gross_weight>gross_weight</gross_weight><tare_weight>tare_weight</tare_weight><no_art>no_art</no_art><curr_code__frt>curr_code__frt</curr_code__frt><curr_code__bc>curr_code__bc</curr_code__bc><exch_rate>exch_rate</exch_rate><frt_amt__bc>frt_amt__bc</frt_amt__bc><volume>volume</volume><tran_code>tran_code</tran_code><ref_id/><currency_descr/><stationa_descr>stationa_descr</stationa_descr><stationb_descr>stationb_descr</stationb_descr><currencyb_descr>currencyb_descr</currencyb_descr><currency_c_descr>currency_c_descr</currency_c_descr><transporter_tran_name>transporter_tran_name</transporter_tran_name></d_shipment_docs_row></d_shipment_docs>"))
import.xml() import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" ) export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
...@@ -40,7 +40,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=shipme ...@@ -40,7 +40,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=shipme
column=(type=char(40) updatewhereclause=yes name=currency_b_descr dbname="currency.descr" ) column=(type=char(40) updatewhereclause=yes name=currency_b_descr dbname="currency.descr" )
column=(type=char(40) updatewhereclause=yes name=currency_c_descr dbname="currency.descr" ) column=(type=char(40) updatewhereclause=yes name=currency_c_descr dbname="currency.descr" )
column=(type=char(40) updatewhereclause=yes name=transporter_tran_name dbname="transporter.tran_name" ) column=(type=char(40) updatewhereclause=yes name=transporter_tran_name dbname="transporter.tran_name" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ship_docs~" ) TABLE(NAME=~"shipment~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_C~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"ship_docs.shipment_id~") COLUMN(NAME=~"ship_docs.line_no~") COLUMN(NAME=~"ship_docs.ref_ser~") COLUMN(NAME=~"ship_docs.start_dt~") COLUMN(NAME=~"ship_docs.road_permit_no~") COLUMN(NAME=~"ship_docs.remarks~") COLUMN(NAME=~"ship_docs.frt_amt~") COLUMN(NAME=~"ship_docs.curr_code~") COLUMN(NAME=~"ship_docs.plan_load_time~") COLUMN(NAME=~"ship_docs.plan_unload_time~") COLUMN(NAME=~"ship_docs.plan_etd~") COLUMN(NAME=~"ship_docs.plan_eta~") COLUMN(NAME=~"ship_docs.actual_load_time~") COLUMN(NAME=~"ship_docs.actual_unload_time~") COLUMN(NAME=~"ship_docs.actual_dept~") COLUMN(NAME=~"ship_docs.actual_arrival~") COLUMN(NAME=~"ship_docs.transit_time~") COLUMN(NAME=~"ship_docs.stan_code__ship~") COLUMN(NAME=~"ship_docs.stan_code__dlv~") COLUMN(NAME=~"ship_docs.gross_weight~") COLUMN(NAME=~"ship_docs.tare_weight~") COLUMN(NAME=~"ship_docs.no_art~") COLUMN(NAME=~"ship_docs.curr_code__frt~") COLUMN(NAME=~"ship_docs.curr_code__bc~") COLUMN(NAME=~"ship_docs.exch_rate~") COLUMN(NAME=~"ship_docs.frt_amt__bc~") COLUMN(NAME=~"ship_docs.volume~") COLUMN(NAME=~"ship_docs.tran_code~") COLUMN(NAME=~"ship_docs.ref_id~") COLUMN(NAME=~"CURRENCY_A.descr~") COLUMN(NAME=~"STATION_A.descr~") COLUMN(NAME=~"STATION_B.descr~") COLUMN(NAME=~"CURRENCY_B.descr~") COLUMN(NAME=~"CURRENCY_C.descr~") COLUMN(NAME=~"transporter.tran_name~") JOIN (LEFT=~"ship_docs.curr_code~" OP =~"=~"RIGHT=~"CURRENCY_A.curr_code~" OUTER1 =~"ship_docs.curr_code~" ) JOIN (LEFT=~"ship_docs.stan_code__ship~" OP =~"=~"RIGHT=~"STATION_A.stan_code~" OUTER1 =~"ship_docs.stan_code__ship~" ) JOIN (LEFT=~"ship_docs.stan_code__dlv~" OP =~"=~"RIGHT=~"STATION_B.stan_code~" OUTER1 =~"ship_docs.stan_code__dlv~" ) JOIN (LEFT=~"ship_docs.curr_code__bc~" OP =~"=~"RIGHT=~"CURRENCY_C.curr_code~" OUTER1 =~"ship_docs.curr_code__bc~" ) JOIN (LEFT=~"ship_docs.curr_code__frt~" OP =~"=~"RIGHT=~"CURRENCY_B.curr_code~" OUTER1 =~"ship_docs.curr_code__frt~" ) JOIN (LEFT=~"ship_docs.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"ship_docs.tran_code~" ) JOIN (LEFT=~"ship_docs.shipment_id~" OP =~"=~"RIGHT=~"shipment.shipment_id~" )WHERE( EXP1 =~"~~~"SHIP_DOCS~~~".~~~"SHIPMENT_ID~~~"~" OP =~"=~" EXP2 =~":as_shipment_id~" ) ) ORDER(NAME=~"ship_docs.line_no~" ASC=yes ) ARG(NAME = ~"as_shipment_id~" TYPE = string) " update="SHIP_DOCS" updatewhere=0 updatekeyinplace=no arguments=(("as_shipment_id", string)) ) column=(type=number updatewhereclause=yes name=net_weight dbname="net_weight" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"ship_docs~" ) TABLE(NAME=~"shipment~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_A~" ) TABLE(NAME=~"station~" ALIAS=~"STATION_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_B~" ) TABLE(NAME=~"currency~" ALIAS=~"CURRENCY_C~" ) TABLE(NAME=~"transporter~" ) COLUMN(NAME=~"ship_docs.shipment_id~") COLUMN(NAME=~"ship_docs.line_no~") COLUMN(NAME=~"ship_docs.ref_ser~") COLUMN(NAME=~"ship_docs.start_dt~") COLUMN(NAME=~"ship_docs.road_permit_no~") COLUMN(NAME=~"ship_docs.remarks~") COLUMN(NAME=~"ship_docs.frt_amt~") COLUMN(NAME=~"ship_docs.curr_code~") COLUMN(NAME=~"ship_docs.plan_load_time~") COLUMN(NAME=~"ship_docs.plan_unload_time~") COLUMN(NAME=~"ship_docs.plan_etd~") COLUMN(NAME=~"ship_docs.plan_eta~") COLUMN(NAME=~"ship_docs.actual_load_time~") COLUMN(NAME=~"ship_docs.actual_unload_time~") COLUMN(NAME=~"ship_docs.actual_dept~") COLUMN(NAME=~"ship_docs.actual_arrival~") COLUMN(NAME=~"ship_docs.transit_time~") COLUMN(NAME=~"ship_docs.stan_code__ship~") COLUMN(NAME=~"ship_docs.stan_code__dlv~") COLUMN(NAME=~"ship_docs.gross_weight~") COLUMN(NAME=~"ship_docs.tare_weight~") COLUMN(NAME=~"ship_docs.no_art~") COLUMN(NAME=~"ship_docs.curr_code__frt~") COLUMN(NAME=~"ship_docs.curr_code__bc~") COLUMN(NAME=~"ship_docs.exch_rate~") COLUMN(NAME=~"ship_docs.frt_amt__bc~") COLUMN(NAME=~"ship_docs.volume~") COLUMN(NAME=~"ship_docs.tran_code~") COLUMN(NAME=~"ship_docs.ref_id~") COLUMN(NAME=~"CURRENCY_A.descr~") COLUMN(NAME=~"STATION_A.descr~") COLUMN(NAME=~"STATION_B.descr~") COLUMN(NAME=~"CURRENCY_B.descr~") COLUMN(NAME=~"CURRENCY_C.descr~") COLUMN(NAME=~"transporter.tran_name~") COMPUTE(NAME=~"( ship_docs.gross_weight - ship_docs.tare_weight ) as net_weight~") JOIN (LEFT=~"ship_docs.curr_code~" OP =~"=~"RIGHT=~"CURRENCY_A.curr_code~" OUTER1 =~"ship_docs.curr_code~" ) JOIN (LEFT=~"ship_docs.stan_code__ship~" OP =~"=~"RIGHT=~"STATION_A.stan_code~" OUTER1 =~"ship_docs.stan_code__ship~" ) JOIN (LEFT=~"ship_docs.stan_code__dlv~" OP =~"=~"RIGHT=~"STATION_B.stan_code~" OUTER1 =~"ship_docs.stan_code__dlv~" ) JOIN (LEFT=~"ship_docs.curr_code__bc~" OP =~"=~"RIGHT=~"CURRENCY_C.curr_code~" OUTER1 =~"ship_docs.curr_code__bc~" ) JOIN (LEFT=~"ship_docs.curr_code__frt~" OP =~"=~"RIGHT=~"CURRENCY_B.curr_code~" OUTER1 =~"ship_docs.curr_code__frt~" ) JOIN (LEFT=~"ship_docs.tran_code~" OP =~"=~"RIGHT=~"transporter.tran_code~" OUTER1 =~"ship_docs.tran_code~" ) JOIN (LEFT=~"ship_docs.shipment_id~" OP =~"=~"RIGHT=~"shipment.shipment_id~" )WHERE( EXP1 =~"~~~"SHIP_DOCS~~~".~~~"SHIPMENT_ID~~~"~" OP =~"=~" EXP2 =~":as_shipment_id~" ) ) ORDER(NAME=~"ship_docs.line_no~" ASC=yes ) ARG(NAME = ~"as_shipment_id~" TYPE = string) " update="SHIP_DOCS" updatewhere=0 updatekeyinplace=no arguments=(("as_shipment_id", string)) )
text(band=header alignment="2" text="Shipment Id" border="6" color="0" x="2" y="4" height="16" width="66" html.valueishtml="0" name=shipment_id_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Shipment Id" border="6" color="0" x="2" y="4" height="16" width="66" html.valueishtml="0" name=shipment_id_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Line No" border="6" color="0" x="70" y="4" height="16" width="41" html.valueishtml="0" name=line_no_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Line No" border="6" color="0" x="70" y="4" height="16" width="41" html.valueishtml="0" name=line_no_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Ref Ser" border="6" color="0" x="113" y="4" height="16" width="42" html.valueishtml="0" name=ref_ser_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Ref Ser" border="6" color="0" x="113" y="4" height="16" width="42" html.valueishtml="0" name=ref_ser_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
...@@ -50,22 +51,26 @@ text(band=header alignment="2" text="Road Permit No" border="6" color="0" x="298 ...@@ -50,22 +51,26 @@ text(band=header alignment="2" text="Road Permit No" border="6" color="0" x="298
text(band=header alignment="2" text="Remarks" border="6" color="0" x="385" y="4" height="16" width="221" html.valueishtml="0" name=remarks_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Remarks" border="6" color="0" x="385" y="4" height="16" width="221" html.valueishtml="0" name=remarks_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Frt Amt" border="6" color="0" x="608" y="4" height="16" width="71" html.valueishtml="0" name=frt_amt_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Frt Amt" border="6" color="0" x="608" y="4" height="16" width="71" html.valueishtml="0" name=frt_amt_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Curr Code" border="6" color="0" x="681" y="4" height="16" width="56" html.valueishtml="0" name=curr_code_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Curr Code" border="6" color="0" x="681" y="4" height="16" width="56" html.valueishtml="0" name=curr_code_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Plan Load Time" border="6" color="0" x="739" y="4" height="16" width="83" html.valueishtml="0" name=plan_load_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Plan Load Time" border="6" color="0" x="739" y="4" height="16" width="82" html.valueishtml="0" name=plan_load_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Plan Unload Time" border="6" color="0" x="824" y="4" height="16" width="94" html.valueishtml="0" name=plan_unload_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Plan Unload Time" border="6" color="0" x="823" y="4" height="16" width="93" html.valueishtml="0" name=plan_unload_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Transit Time" border="6" color="0" x="1471" y="4" height="16" width="71" html.valueishtml="0" name=transit_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Transit Time" border="6" color="0" x="1463" y="4" height="16" width="70" html.valueishtml="0" name=transit_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Shipping Station" border="6" color="0" x="1544" y="4" height="16" width="93" html.valueishtml="0" name=stan_code__ship_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Shipping Station" border="6" color="0" x="1535" y="4" height="16" width="93" html.valueishtml="0" name=stan_code__ship_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Shipping Delivery" border="6" color="0" x="1639" y="4" height="16" width="98" html.valueishtml="0" name=stan_code__dlv_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Shipping Delivery" border="6" color="0" x="1630" y="4" height="16" width="98" html.valueishtml="0" name=stan_code__dlv_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Gross Weight" border="6" color="0" x="1739" y="4" height="16" width="75" html.valueishtml="0" name=gross_weight_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Gross Weight" border="6" color="0" x="1730" y="4" height="16" width="75" html.valueishtml="0" name=gross_weight_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tare Weight" border="6" color="0" x="1816" y="4" height="16" width="72" html.valueishtml="0" name=tare_weight_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Tare Weight" border="6" color="0" x="1807" y="4" height="16" width="72" html.valueishtml="0" name=tare_weight_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="No Art" border="6" color="0" x="1890" y="4" height="16" width="73" html.valueishtml="0" name=no_art_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="No Art" border="6" color="0" x="1881" y="4" height="16" width="73" html.valueishtml="0" name=no_art_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Frt. Currency" border="6" color="0" x="1965" y="4" height="16" width="70" html.valueishtml="0" name=curr_code__frt_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Frt. Currency" border="6" color="0" x="1956" y="4" height="16" width="70" html.valueishtml="0" name=curr_code__frt_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Base Currency" border="6" color="0" x="2037" y="4" height="16" width="80" html.valueishtml="0" name=curr_code__bc_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Base Currency" border="6" color="0" x="2028" y="4" height="16" width="80" html.valueishtml="0" name=curr_code__bc_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Actual Arrival" border="6" color="0" x="1392" y="4" height="16" width="77" html.valueishtml="0" name=actual_arrival_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="0" text="Actual Arrival" border="6" color="0" x="1385" y="4" height="16" width="76" html.valueishtml="0" name=actual_arrival_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Actual Dept" border="6" color="0" x="1322" y="4" height="16" width="68" html.valueishtml="0" name=actual_dept_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Actual Dept" border="6" color="0" x="1316" y="4" height="16" width="67" html.valueishtml="0" name=actual_dept_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Exch Rate" border="6" color="0" x="2119" y="4" height="16" width="72" html.valueishtml="0" name=exch_rate_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Exch Rate" border="6" color="0" x="2110" y="4" height="16" width="72" html.valueishtml="0" name=exch_rate_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Frt Amt Bc" border="6" color="0" x="2193" y="4" height="16" width="72" html.valueishtml="0" name=frt_amt__bc_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Frt Amt Bc" border="6" color="0" x="2184" y="4" height="16" width="72" html.valueishtml="0" name=frt_amt__bc_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Volume" border="6" color="0" x="2267" y="4" height="16" width="72" html.valueishtml="0" name=volume_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Volume" border="6" color="0" x="2258" y="4" height="16" width="72" html.valueishtml="0" name=volume_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Tran Code" border="6" color="0" x="2341" y="4" height="16" width="67" html.valueishtml="0" name=tran_code_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Tran Code" border="6" color="0" x="2332" y="4" height="16" width="67" html.valueishtml="0" name=tran_code_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Plan Etd" border="6" color="0" x="918" y="4" height="16" width="58" html.valueishtml="0" name=plan_etd_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Plan Eta" border="6" color="0" x="978" y="4" height="16" width="131" html.valueishtml="0" name=plan_eta_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Actual Load Time" border="6" color="0" x="1111" y="4" height="16" width="96" html.valueishtml="0" name=actual_load_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Actual Unload Time" border="6" color="0" x="1209" y="4" height="16" width="105" html.valueishtml="0" name=actual_unload_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="0" x="2" y="1" height="16" width="66" format="[general]" html.valueishtml="0" name=shipment_id visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="70" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="0" x="70" y="1" height="16" width="41" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=3 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="113" y="1" height="16" width="42" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=6 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=3 alignment="0" tabsequence=32766 border="5" color="0" x="113" y="1" height="16" width="42" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=6 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
...@@ -75,30 +80,28 @@ column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x=" ...@@ -75,30 +80,28 @@ column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="0" x="
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="385" y="1" height="16" width="221" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="0" x="385" y="1" height="16" width="221" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=60 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="0" x="608" y="1" height="16" width="71" format="[general]" html.valueishtml="0" name=frt_amt visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=7 alignment="1" tabsequence=32766 border="5" color="0" x="608" y="1" height="16" width="71" format="[general]" html.valueishtml="0" name=frt_amt visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="681" y="1" height="16" width="56" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="0" x="681" y="1" height="16" width="56" format="[general]" html.valueishtml="0" name=curr_code visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="740" y="1" height="16" width="82" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="0" x="739" y="1" height="16" width="82" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="1472" y="1" height="16" width="70" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=transit_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="5" color="0" x="1463" y="1" height="16" width="70" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=transit_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="1544" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=stan_code__ship visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=18 alignment="0" tabsequence=32766 border="5" color="0" x="1535" y="1" height="16" width="93" format="[general]" html.valueishtml="0" name=stan_code__ship visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="1639" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=stan_code__dlv visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=19 alignment="0" tabsequence=32766 border="5" color="0" x="1630" y="1" height="16" width="98" format="[general]" html.valueishtml="0" name=stan_code__dlv visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="0" x="1739" y="1" height="16" width="75" format="[general]" html.valueishtml="0" name=gross_weight visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=20 alignment="1" tabsequence=32766 border="5" color="0" x="1730" y="1" height="16" width="75" format="[general]" html.valueishtml="0" name=gross_weight visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="0" x="1816" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=tare_weight visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=21 alignment="1" tabsequence=32766 border="5" color="0" x="1807" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=tare_weight visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=22 alignment="1" tabsequence=32766 border="5" color="0" x="1890" y="1" height="16" width="73" format="[general]" html.valueishtml="0" name=no_art visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=22 alignment="1" tabsequence=32766 border="5" color="0" x="1881" y="1" height="16" width="73" format="[general]" html.valueishtml="0" name=no_art visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="1965" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=curr_code__frt visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=23 alignment="0" tabsequence=32766 border="5" color="0" x="1956" y="1" height="16" width="70" format="[general]" html.valueishtml="0" name=curr_code__frt visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="0" x="2037" y="1" height="16" width="80" format="[general]" html.valueishtml="0" name=curr_code__bc visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=24 alignment="0" tabsequence=32766 border="5" color="0" x="2028" y="1" height="16" width="80" format="[general]" html.valueishtml="0" name=curr_code__bc visible="1" edit.limit=5 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="1393" y="1" height="16" width="76" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_arrival visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="0" x="1385" y="1" height="16" width="76" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_arrival visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="1323" y="1" height="16" width="67" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_dept visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="0" x="1316" y="1" height="16" width="67" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_dept visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=25 alignment="1" tabsequence=32766 border="5" color="0" x="2119" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=exch_rate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=25 alignment="1" tabsequence=32766 border="5" color="0" x="2110" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=exch_rate visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=26 alignment="1" tabsequence=32766 border="5" color="0" x="2193" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=frt_amt__bc visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=26 alignment="1" tabsequence=32766 border="5" color="0" x="2184" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=frt_amt__bc visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=27 alignment="1" tabsequence=32766 border="5" color="0" x="2267" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=volume visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=27 alignment="1" tabsequence=32766 border="5" color="0" x="2258" y="1" height="16" width="72" format="[general]" html.valueishtml="0" name=volume visible="1" edit.limit=0 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="0" x="2341" y="1" height="16" width="67" format="[general]" html.valueishtml="0" name=tran_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=28 alignment="0" tabsequence=32766 border="5" color="0" x="2332" y="1" height="16" width="67" format="[general]" html.valueishtml="0" name=tran_code visible="1" edit.limit=10 edit.case=any edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="825" y="1" height="16" width="93" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="0" x="823" y="1" height="16" width="93" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Plan Etd" border="6" color="0" x="920" y="4" height="16" width="59" html.valueishtml="0" name=plan_etd_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="1111" y="1" height="16" width="96" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Plan Eta" border="6" color="0" x="981" y="4" height="16" width="132" html.valueishtml="0" name=plan_eta_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="1209" y="1" height="16" width="105" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Actual Load Time" border="6" color="0" x="1115" y="4" height="16" width="97" html.valueishtml="0" name=actual_load_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="918" y="1" height="16" width="58" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_etd visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
text(band=header alignment="2" text="Actual Unload Time" border="6" color="0" x="1214" y="4" height="16" width="106" html.valueishtml="0" name=actual_unload_time_t visible="1" resizeable=1 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="978" y="1" height="16" width="131" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_eta visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="0" x="1116" y="1" height="16" width="96" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_load_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) column(band=detail id=36 alignment="0" tabsequence=0 border="5" color="0" x="2402" y="1" height="16" width="89" html.valueishtml="0" name=net_weight visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="5" color="0" x="1215" y="1" height="16" width="105" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=actual_unload_time visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" ) text(band=header alignment="0" text="Net Weight" border="0" color="33554432" x="2401" y="1" height="16" width="90" html.valueishtml="0" name=net_weight_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="0" x="921" y="1" height="16" width="58" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_etd visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="0" x="982" y="1" height="16" width="131" format="dd/mm/yy hh:mm:ss" html.valueishtml="0" name=plan_eta visible="1" editmask.mask="dd/mm/yy hh:mm:ss" editmask.imemode=0 editmask.focusrectangle=no font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1090519039" )
htmltable(border="1" ) htmltable(border="1" )
htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" ) htmlgen(clientevents="1" clientvalidation="1" clientcomputedfields="1" clientformatting="0" clientscriptable="0" generatejavascript="1" encodeselflinkargs="1" netscapelayers="0" )
export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 ) export.xml(headgroups="1" includewhitespace="0" metadatatype=0 savemetadata=0 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment