Commit 37ad7be5 authored by rtiwari's avatar rtiwari

add remarks


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94060 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 83144a9e
...@@ -10,7 +10,10 @@ table(column=(type=char(10) updatewhereclause=yes name=tran_id dbname="inv_hold_ ...@@ -10,7 +10,10 @@ table(column=(type=char(10) updatewhereclause=yes name=tran_id dbname="inv_hold_
column=(type=decimal(0) updatewhereclause=yes name=line_no_sl dbname="inv_hold_det.line_no_sl" ) column=(type=decimal(0) updatewhereclause=yes name=line_no_sl dbname="inv_hold_det.line_no_sl" )
column=(type=char(1) updatewhereclause=yes name=hold_status dbname="inv_hold_det.hold_status" ) column=(type=char(1) updatewhereclause=yes name=hold_status dbname="inv_hold_det.hold_status" )
column=(type=char(10) updatewhereclause=yes name=item_code dbname="inv_hold_det.item_code" ) column=(type=char(10) updatewhereclause=yes name=item_code dbname="inv_hold_det.item_code" )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(8) updatewhereclause=yes name=loc_code dbname="inv_hold_det.loc_code" ) column=(type=char(8) updatewhereclause=yes name=loc_code dbname="inv_hold_det.loc_code" )
column=(type=char(10) updatewhereclause=yes name=lock_code dbname="inv_hold.lock_code" )
column=(type=char(60) updatewhereclause=yes name=lock_descr dbname="inv_lock.descr" )
column=(type=char(5) updatewhereclause=yes name=site_code dbname="inv_hold_det.site_code" ) column=(type=char(5) updatewhereclause=yes name=site_code dbname="inv_hold_det.site_code" )
column=(type=datetime updatewhereclause=yes name=status_date dbname="inv_hold_det.status_date" ) column=(type=datetime updatewhereclause=yes name=status_date dbname="inv_hold_det.status_date" )
column=(type=char(5) updatewhereclause=yes name=reas_code dbname="inv_hold_det.reas_code" ) column=(type=char(5) updatewhereclause=yes name=reas_code dbname="inv_hold_det.reas_code" )
...@@ -18,39 +21,54 @@ table(column=(type=char(10) updatewhereclause=yes name=tran_id dbname="inv_hold_ ...@@ -18,39 +21,54 @@ table(column=(type=char(10) updatewhereclause=yes name=tran_id dbname="inv_hold_
column=(type=char(6) updatewhereclause=yes name=ref_ser dbname="inv_hold.ref_ser" ) column=(type=char(6) updatewhereclause=yes name=ref_ser dbname="inv_hold.ref_ser" )
column=(type=char(10) updatewhereclause=yes name=ref_id dbname="inv_hold.ref_id" ) column=(type=char(10) updatewhereclause=yes name=ref_id dbname="inv_hold.ref_id" )
column=(type=char(30) updatewhereclause=yes name=ref_no dbname="inv_hold.ref_no" ) column=(type=char(30) updatewhereclause=yes name=ref_no dbname="inv_hold.ref_no" )
column=(type=char(15) updatewhereclause=yes name=lot_no dbname="inv_hold_det.lot_no" )
column=(type=char(15) updatewhereclause=yes name=lot_sl dbname="inv_hold_det.lot_sl" )
column=(type=char(1) updatewhereclause=yes name=confirmed dbname="inv_hold.confirmed" ) column=(type=char(1) updatewhereclause=yes name=confirmed dbname="inv_hold.confirmed" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_hold~" ) TABLE(NAME=~"inv_hold_det~" ) COLUMN(NAME=~"inv_hold_det.tran_id~") COLUMN(NAME=~"inv_hold_det.line_no~") COLUMN(NAME=~"inv_hold_det.line_no_sl~") COLUMN(NAME=~"inv_hold_det.hold_status~") COLUMN(NAME=~"inv_hold_det.item_code~") COLUMN(NAME=~"inv_hold_det.loc_code~") COLUMN(NAME=~"inv_hold_det.site_code~") COLUMN(NAME=~"inv_hold_det.status_date~") COLUMN(NAME=~"inv_hold_det.reas_code~") COLUMN(NAME=~"inv_hold_det.sch_rel_date~") COLUMN(NAME=~"inv_hold.ref_ser~") COLUMN(NAME=~"inv_hold.ref_id~") COLUMN(NAME=~"inv_hold.ref_no~") COLUMN(NAME=~"inv_hold.confirmed~") JOIN (LEFT=~"inv_hold_det.tran_id~" OP =~"=~"RIGHT=~"inv_hold.tran_id~" )) " ) column=(type=char(60) updatewhereclause=yes name=remarks dbname="inv_hold_det.remarks" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"inv_hold~" ) TABLE(NAME=~"inv_hold_det~" ) TABLE(NAME=~"item~" ) TABLE(NAME=~"inv_lock~" ) COLUMN(NAME=~"inv_hold_det.tran_id~") COLUMN(NAME=~"inv_hold_det.line_no~") COLUMN(NAME=~"inv_hold_det.line_no_sl~") COLUMN(NAME=~"inv_hold_det.hold_status~") COLUMN(NAME=~"inv_hold_det.item_code~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"inv_hold_det.loc_code~") COLUMN(NAME=~"inv_hold.lock_code~") COLUMN(NAME=~"inv_lock.descr~") COLUMN(NAME=~"inv_hold_det.site_code~") COLUMN(NAME=~"inv_hold_det.status_date~") COLUMN(NAME=~"inv_hold_det.reas_code~") COLUMN(NAME=~"inv_hold_det.sch_rel_date~") COLUMN(NAME=~"inv_hold.ref_ser~") COLUMN(NAME=~"inv_hold.ref_id~") COLUMN(NAME=~"inv_hold.ref_no~") COLUMN(NAME=~"inv_hold_det.lot_no~") COLUMN(NAME=~"inv_hold_det.lot_sl~") COLUMN(NAME=~"inv_hold.confirmed~") COLUMN(NAME=~"inv_hold_det.remarks~") JOIN (LEFT=~"inv_hold.lock_code~" OP =~"=~"RIGHT=~"inv_lock.lock_code~" OUTER2 =~"inv_lock.lock_code~" ) JOIN (LEFT=~"inv_hold_det.tran_id~" OP =~"=~"RIGHT=~"inv_hold.tran_id~" ) JOIN (LEFT=~"item.item_code~" OP =~"=~"RIGHT=~"inv_hold_det.item_code~" )) " )
text(band=header alignment="2" text="Hold Tran Id" border="0" color="33554432" x="2" y="2" height="18" width="101" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Hold Tran Id" border="0" color="33554432" x="2" y="2" height="18" width="101" html.valueishtml="0" name=tran_id_t visible="1" font.face="Times New Roman" font.height="-11" 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="0" color="33554432" x="105" y="2" height="16" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-11" 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="0" color="33554432" x="105" y="2" height="16" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Times New Roman" font.height="-11" 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 Sl" border="0" color="33554432" x="179" y="2" height="17" width="72" html.valueishtml="0" name=line_no_sl_t visible="1" font.face="Times New Roman" font.height="-11" 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 Sl" border="0" color="33554432" x="179" y="2" height="17" width="72" html.valueishtml="0" name=line_no_sl_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Hold Status" border="0" color="33554432" x="253" y="2" height="17" width="71" html.valueishtml="0" name=hold_status_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Hold Status" border="0" color="33554432" x="253" y="2" height="17" width="71" html.valueishtml="0" name=hold_status_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Item Code" border="0" color="33554432" x="326" y="2" height="17" width="71" html.valueishtml="0" name=item_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Item Code" border="0" color="33554432" x="326" y="2" height="17" width="71" html.valueishtml="0" name=item_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Loc Code" border="0" color="33554432" x="399" y="2" height="17" width="71" html.valueishtml="0" name=loc_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="884" y="2" height="17" width="71" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Site Code" border="0" color="33554432" x="472" y="2" height="17" width="71" html.valueishtml="0" name=site_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Status Date" border="0" color="33554432" x="957" y="2" height="17" width="132" html.valueishtml="0" name=status_date_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Status Date" border="0" color="33554432" x="545" y="2" height="17" width="132" html.valueishtml="0" name=status_date_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Reas Code" border="0" color="33554432" x="1091" y="2" height="17" width="71" html.valueishtml="0" name=reas_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reas Code" border="0" color="33554432" x="679" y="2" height="17" width="71" html.valueishtml="0" name=reas_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Schedule Release Date" border="0" color="33554432" x="1164" y="2" height="17" width="147" html.valueishtml="0" name=sch_rel_date_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Schedule Release Date" border="0" color="33554432" x="752" y="2" height="17" width="147" html.valueishtml="0" name=sch_rel_date_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Reference Id" border="0" color="33554432" x="1425" y="2" height="17" width="101" html.valueishtml="0" name=ref_id_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="2" text="Reference Id" border="0" color="33554432" x="1013" y="2" height="17" width="101" html.valueishtml="0" name=ref_id_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Reference Series" border="0" color="33554432" x="1313" y="0" height="17" width="110" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Confirmed" border="0" color="33554432" x="1212" y="2" height="16" width="59" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" ) text(band=header alignment="2" text="Reference No" border="0" color="33554432" x="1528" y="2" height="17" width="94" html.valueishtml="0" name=ref_no_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=header alignment="2" text="Reference Series" border="0" color="33554432" x="901" y="0" height="17" width="110" html.valueishtml="0" name=ref_ser_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Item code Description" border="0" color="33554432" x="399" y="2" height="16" width="163" html.valueishtml="0" name=item_descr_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Reference No" border="0" color="33554432" x="1116" y="2" height="17" width="94" html.valueishtml="0" name=ref_no_t visible="1" font.face="Liberation Sans" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" ) text(band=header alignment="0" text="Lot Sl" border="0" color="33554432" x="1714" y="2" height="16" width="88" html.valueishtml="0" name=lot_sl_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Lot No" border="0" color="33554432" x="1624" y="2" height="16" width="88" html.valueishtml="0" name=lot_no_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Loc Code" border="0" color="33554432" x="564" y="2" height="17" width="71" html.valueishtml="0" name=loc_code_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Lock Code" border="0" color="33554432" x="637" y="1" height="17" width="75" html.valueishtml="0" name=lock_code_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Lock code Description" border="0" color="33554432" x="714" y="1" height="17" width="168" html.valueishtml="0" name=lock_descr_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="101" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="1" background.color="536870912" ) column(band=detail id=1 alignment="0" tabsequence=32766 border="0" color="33554432" x="2" y="2" height="18" width="101" format="[general]" html.valueishtml="0" name=tran_id visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="105" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=2 alignment="1" tabsequence=32766 border="0" color="33554432" x="105" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="179" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no_sl visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=3 alignment="1" tabsequence=32766 border="0" color="33554432" x="179" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=line_no_sl visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="253" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=hold_status visible="1" edit.limit=1 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="1" background.color="536870912" ) column(band=detail id=4 alignment="0" tabsequence=32766 border="0" color="33554432" x="253" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=hold_status visible="1" edit.limit=1 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="1" background.color="536870912" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="326" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 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="1" background.color="536870912" ) column(band=detail id=5 alignment="0" tabsequence=32766 border="0" color="33554432" x="326" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=item_code visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="399" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=loc_code visible="1" edit.limit=8 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="1" background.color="536870912" ) column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="884" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=site_code 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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="472" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=site_code 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="1" background.color="536870912" ) column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="957" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="545" y="2" height="18" width="132" format="[shortdate] [time]" html.valueishtml="0" name=status_date visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="1091" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=reas_code 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="679" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=reas_code 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="1" background.color="536870912" ) column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1164" y="2" height="18" width="147" format="[shortdate] [time]" html.valueishtml="0" name=sch_rel_date visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="0" color="33554432" x="752" y="2" height="18" width="147" format="[shortdate] [time]" html.valueishtml="0" name=sch_rel_date visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1425" y="3" height="18" width="101" format="[general]" html.valueishtml="0" name=ref_id visible="1" edit.limit=10 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="1" background.color="536870912" )
column(band=detail id=12 alignment="0" tabsequence=32766 border="0" color="33554432" x="1013" y="3" height="18" width="101" format="[general]" html.valueishtml="0" name=ref_id visible="1" edit.limit=10 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="1" background.color="536870912" ) column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="1313" y="1" height="18" width="110" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="1212" y="4" height="18" width="59" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 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="1" background.color="536870912" ) column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1528" y="1" height="18" width="94" format="[general]" html.valueishtml="0" name=ref_no visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="901" y="1" height="15" width="110" format="[general]" html.valueishtml="0" name=ref_ser visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=6 alignment="0" tabsequence=32766 border="0" color="33554432" x="399" y="1" height="18" width="163" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="0" color="33554432" x="1116" y="1" height="15" width="94" format="[general]" html.valueishtml="0" name=ref_no visible="1" edit.limit=0 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="1" background.color="536870912" ) column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1624" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=lot_no visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1714" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=lot_sl visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=7 alignment="0" tabsequence=32766 border="0" color="33554432" x="564" y="2" height="18" width="71" format="[general]" html.valueishtml="0" name=loc_code visible="1" edit.limit=8 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="1" background.color="536870912" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="0" color="33554432" x="637" y="1" height="18" width="75" format="[general]" html.valueishtml="0" name=lock_code visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="33554432" x="714" y="1" height="18" width="168" format="[general]" html.valueishtml="0" name=lock_descr visible="1" edit.limit=0 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="1" background.color="536870912" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="1804" y="2" height="18" width="59" format="[general]" html.valueishtml="0" name=confirmed visible="1" edit.limit=1 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="1" background.color="536870912" )
column(band=detail id=20 alignment="0" tabsequence=32766 border="0" color="33554432" x="1865" y="1" height="18" width="196" format="[general]" html.valueishtml="0" name=remarks visible="1" edit.limit=0 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="1" background.color="536870912" )
text(band=header alignment="2" text="Confirmed" border="0" color="33554432" x="1804" y="2" height="16" width="59" html.valueishtml="0" name=confirmed_t visible="1" font.face="Times New Roman" font.height="-11" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=header alignment="0" text="Inv Hold Det Remarks" border="0" color="33554432" x="1865" y="1" height="16" width="196" html.valueishtml="0" name=remarks_t visible="1" font.face="MS Sans Serif" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
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_inv_hold_rel_gen12" xml="<?xml version=~"1.0~" encoding=~"UTF-8~" standalone=~"no~"?><d_inv_hold_rel_gen12><d_inv_hold_rel_gen12_row __pbband=~"detail~"><tran_id>tran_id</tran_id><line_no>line_no</line_no><line_no_sl>line_no_sl</line_no_sl><hold_status>hold_status</hold_status><item_code>item_code</item_code><item_descr>item_descr</item_descr><loc_code>loc_code</loc_code><inv_lock_descr>lock_descr</inv_lock_descr><site_code>site_code</site_code><status_date>status_date</status_date><reas_code>reas_code</reas_code><sch_rel_date>sch_rel_date</sch_rel_date><ref_ser>ref_ser</ref_ser><ref_id>ref_id</ref_id><ref_no>ref_no</ref_no><confirmed>confirmed</confirmed></d_inv_hold_rel_gen12_row></d_inv_hold_rel_gen12>"))
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
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