Commit 8388736b authored by smestry's avatar smestry

W15FSUN008, Updated srd for palletization and palletization confirm.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99128 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 92d865ed
......@@ -8,10 +8,8 @@ table(column=(type=char(8) updatewhereclause=yes name=loc_code dbname="loc_code"
column=(type=char(15) updatewhereclause=yes name=pallet_no__source dbname="pallet_no__source" )
column=(type=char(30) updatewhereclause=yes name=pallet_no dbname="pallet_no" )
)
text(band=detail alignment="1" text="Location Code:" border="0" color="33554432" x="10" y="14" height="15" width="113" html.valueishtml="0" name=loc_code_t visible="1" font.face="Arial" 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=10 border="5" color="33554432" x="127" y="14" height="16" width="48" format="[general]" html.valueishtml="0" name=loc_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="10" y="34" height="15" width="113" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" 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="0" tabsequence=30 border="5" color="33554432" x="127" y="35" height="16" width="180" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="8" y="13" height="15" width="113" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" 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="0" tabsequence=30 border="5" color="33554432" x="124" y="14" height="16" width="180" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
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 )
......
......@@ -5,8 +5,8 @@ header(height=19 color="536870912" )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=22 color="536870912" )
table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_id dbname="pallet_det.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="pallet_det.line_no" )
table(column=(type=char(10) update=yes updatewhereclause=yes name=tran_id dbname="pallet_det.tran_id" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=line_no dbname="pallet_det.line_no" )
column=(type=char(10) update=yes updatewhereclause=yes name=item_code dbname="pallet_det.item_code" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="pallet_det.site_code" )
column=(type=char(8) update=yes updatewhereclause=yes name=loc_code dbname="pallet_det.loc_code" )
......@@ -15,7 +15,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) update=yes updatewhereclause=yes name=pallet_no dbname="pallet_det.pallet_no" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="pallet_det.quantity" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_art dbname="pallet_det.no_art" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_det~" ) COLUMN(NAME=~"pallet_det.tran_id~") COLUMN(NAME=~"pallet_det.line_no~") COLUMN(NAME=~"pallet_det.item_code~") COLUMN(NAME=~"pallet_det.site_code~") COLUMN(NAME=~"pallet_det.loc_code~") COLUMN(NAME=~"pallet_det.lot_no~") COLUMN(NAME=~"pallet_det.lot_sl~") COLUMN(NAME=~"pallet_det.pallet_no~") COLUMN(NAME=~"pallet_det.quantity~") COLUMN(NAME=~"pallet_det.no_art~")) " update="PALLET_DET" updatewhere=1 updatekeyinplace=no )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(3) updatewhereclause=yes name=item_unit dbname="item.unit" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"pallet_det.tran_id~") COLUMN(NAME=~"pallet_det.line_no~") COLUMN(NAME=~"pallet_det.item_code~") COLUMN(NAME=~"pallet_det.site_code~") COLUMN(NAME=~"pallet_det.loc_code~") COLUMN(NAME=~"pallet_det.lot_no~") COLUMN(NAME=~"pallet_det.lot_sl~") COLUMN(NAME=~"pallet_det.pallet_no~") COLUMN(NAME=~"pallet_det.quantity~") COLUMN(NAME=~"pallet_det.no_art~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"item.unit~") JOIN (LEFT=~"item.item_code~" OP =~"=~"RIGHT=~"pallet_det.item_code~" )) " )
text(band=header alignment="2" text="tran_id" border="0" color="33554432" x="2" y="2" height="15" width="66" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" 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="line_no" border="0" color="33554432" x="70" y="2" height="15" width="72" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" 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="item_code" border="0" color="33554432" x="144" y="2" height="15" width="66" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -36,6 +38,10 @@ column(band=detail id=7 alignment="2" tabsequence=70 border="0" color="33554432"
column(band=detail id=8 alignment="2" tabsequence=80 border="0" color="33554432" x="522" y="2" height="18" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=90 border="0" color="33554432" x="620" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=quantity tag="Quantity" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=100 border="0" color="33554432" x="694" y="2" height="18" width="72" format="[general]" html.valueishtml="0" name=no_art tag="No of article" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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=110 border="0" color="33554432" x="769" y="1" height="15" width="778" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" 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="0" text="Item Descr" border="0" color="33554432" x="768" y="1" height="16" width="779" html.valueishtml="0" name=item_descr_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="1073741824" )
column(band=detail id=12 alignment="0" tabsequence=120 border="0" color="33554432" x="1550" y="1" height="15" width="16" html.valueishtml="0" name=item_unit visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" 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="0" text="Item Unit" border="0" color="33554432" x="1549" y="1" height="16" width="17" html.valueishtml="0" name=item_unit_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="1073741824" )
htmltable(border="1" )
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 )
......
$PBExportHeader$d_palletization11.srd
$PBExportHeader$d_palletization21.srd
release 9;
datawindow(units=1 timer_interval=0 color=67108864 processing=0 HTMLDW=no print.printername="" print.documentname="" print.orientation = 0 print.margin.left = 24 print.margin.right = 24 print.margin.top = 24 print.margin.bottom = 24 print.paper.source = 0 print.paper.size = 0 print.canusedefaultprinter=yes print.prompt=no print.buttons=no print.preview.buttons=no print.cliptext=no print.overrideprintjob=no print.collate=yes hidegrayline=no )
summary(height=0 color="536870912" )
footer(height=0 color="536870912" )
detail(height=101 color="536870912" )
table(column=(type=char(8) updatewhereclause=yes name=loc_code dbname="loc_code" )
column=(type=char(15) updatewhereclause=yes name=pallet_no__source dbname="pallet_no__source" )
column=(type=char(30) updatewhereclause=yes name=pallet_no dbname="pallet_no" )
detail(height=45 color="536870912" )
table(column=(type=char(10) updatewhereclause=yes name=pallet_no dbname="pallet_no" )
)
text(band=detail alignment="1" text="Location Code:" border="0" color="33554432" x="10" y="14" height="15" width="113" html.valueishtml="0" name=loc_code_t visible="1" font.face="Arial" 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=10 border="5" color="33554432" x="127" y="14" height="16" width="48" format="[general]" html.valueishtml="0" name=loc_code visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="10" y="34" height="15" width="113" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" 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="0" tabsequence=30 border="5" color="33554432" x="127" y="35" height="16" width="180" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="20" y="9" height="15" width="86" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" 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=10 border="5" color="33554432" x="109" y="10" height="16" width="60" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
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 )
......
......@@ -10,7 +10,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(5) update=yes updatewhereclause=yes name=site_code dbname="pallet_hdr.site_code" )
column=(type=char(3) update=yes updatewhereclause=yes name=tran_type dbname="pallet_hdr.tran_type" )
column=(type=char(8) update=yes updatewhereclause=yes name=loc_code dbname="pallet_hdr.loc_code" )
column=(type=char(3) update=yes updatewhereclause=yes name=pallet_type dbname="pallet_hdr.pallet_type" values="Cage C/Normal N/System Cage S/" )
column=(type=char(3) update=yes updatewhereclause=yes name=pallet_type dbname="pallet_hdr.pallet_type" values="Normal N/Cage C/System Cage S/ /" )
column=(type=char(1) update=yes updatewhereclause=yes name=inv_stat dbname="pallet_hdr.inv_stat" )
column=(type=char(30) update=yes updatewhereclause=yes name=pallet_no dbname="pallet_hdr.pallet_no" )
column=(type=char(15) update=yes updatewhereclause=yes name=pallet_no__source dbname="pallet_hdr.pallet_no__source" )
......@@ -30,17 +30,13 @@ text(band=detail alignment="1" text="Transaction Id" border="0" color="33554432"
text(band=detail alignment="1" text="Transaction Date" border="0" color="33554432" x="8" y="33" height="15" width="105" html.valueishtml="0" name=tran_date_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Site Code" border="0" color="33554432" x="8" y="53" height="15" width="105" html.valueishtml="0" name=site_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Transaction Type" border="0" color="33554432" x="8" y="73" height="15" width="105" html.valueishtml="0" name=tran_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Location Code" border="0" color="33554432" x="8" y="93" height="15" width="105" html.valueishtml="0" name=loc_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Type" border="0" color="33554432" x="8" y="113" height="15" width="105" html.valueishtml="0" name=pallet_type_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Inventory Status" border="0" color="33554432" x="8" y="133" height="15" width="105" html.valueishtml="0" name=inv_stat_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Pallet Number" border="0" color="33554432" x="8" y="153" height="15" width="105" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="116" y="14" height="16" width="66" format="[general]" html.valueishtml="0" name=tran_id tag="Unique Transaction Id" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="34" height="16" width="132" format="[shortdate] [time]" html.valueishtml="0" name=tran_date tag="Transaction date" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="54" height="16" width="36" format="[general]" html.valueishtml="0" name=site_code tag="Site code" visible="1" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=10 border="5" color="33554432" x="117" y="74" height="16" width="24" format="[general]" html.valueishtml="0" name=tran_type tag="Transaction type" visible="1" edit.limit=3 edit.case=any edit.format="" edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="94" height="16" width="54" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=20 border="5" color="33554432" x="117" y="114" height="16" width="54" format="[general]" html.valueishtml="0" name=pallet_type tag="Pallet type i.e. C - Cage, N - Normal, S - System Cage" visible="1" ddlb.limit=0 ddlb.allowedit=no ddlb.case=any ddlb.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="134" height="16" width="57" format="[general]" html.valueishtml="0" name=inv_stat tag="Inventory status i.e. A - Approved, E - Expired, N - Near Expired, D - Damaged, H - Hold, R - Rejected" visible="1" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="154" height="16" width="186" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=30 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Remarks" border="0" color="33554432" x="8" y="173" height="15" width="105" html.valueishtml="0" name=remarks_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Confirmed" border="0" color="33554432" x="8" y="193" height="15" width="105" html.valueishtml="0" name=confirmed_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -64,6 +60,10 @@ column(band=detail id=17 alignment="2" tabsequence=32766 border="5" color="33554
column(band=detail id=18 alignment="2" tabsequence=32766 border="5" color="33554432" x="117" y="334" height="16" width="66" format="[general]" html.valueishtml="0" name=chg_user tag="User who has last modified the transaction. Internally modify by system." visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="354" height="16" width="132" format="[shortdate] [time]" html.valueishtml="0" name=chg_date tag="Date when the transaction was last modified." visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="374" height="16" width="96" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which transaction has been modified. Internally modify by system." visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="94" height="16" width="54" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="0" edit.limit=8 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Location Code" border="0" color="33554432" x="8" y="93" height="15" width="105" html.valueishtml="0" name=loc_code_t visible="0" font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="117" y="134" height="16" width="57" format="[general]" html.valueishtml="0" name=inv_stat tag="Inventory status i.e. A - Approved, E - Expired, N - Near Expired, D - Damaged, H - Hold, R - Rejected" visible="0" edit.limit=1 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Inventory Status" border="0" color="33554432" x="8" y="133" height="15" width="105" html.valueishtml="0" name=inv_stat_t visible="0" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
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 )
......
......@@ -14,7 +14,9 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(15) update=yes updatewhereclause=yes name=pallet_no dbname="pallet_det.pallet_no" )
column=(type=decimal(3) update=yes updatewhereclause=yes name=quantity dbname="pallet_det.quantity" )
column=(type=decimal(0) update=yes updatewhereclause=yes name=no_art dbname="pallet_det.no_art" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_det~" ) COLUMN(NAME=~"pallet_det.tran_id~") COLUMN(NAME=~"pallet_det.line_no~") COLUMN(NAME=~"pallet_det.item_code~") COLUMN(NAME=~"pallet_det.site_code~") COLUMN(NAME=~"pallet_det.loc_code~") COLUMN(NAME=~"pallet_det.lot_no~") COLUMN(NAME=~"pallet_det.lot_sl~") COLUMN(NAME=~"pallet_det.pallet_no~") COLUMN(NAME=~"pallet_det.quantity~") COLUMN(NAME=~"pallet_det.no_art~")) " update="PALLET_DET" updatewhere=1 updatekeyinplace=no )
column=(type=char(130) updatewhereclause=yes name=item_descr dbname="item.descr" )
column=(type=char(3) updatewhereclause=yes name=item_unit dbname="item.unit" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"pallet_det.tran_id~") COLUMN(NAME=~"pallet_det.line_no~") COLUMN(NAME=~"pallet_det.item_code~") COLUMN(NAME=~"pallet_det.site_code~") COLUMN(NAME=~"pallet_det.loc_code~") COLUMN(NAME=~"pallet_det.lot_no~") COLUMN(NAME=~"pallet_det.lot_sl~") COLUMN(NAME=~"pallet_det.pallet_no~") COLUMN(NAME=~"pallet_det.quantity~") COLUMN(NAME=~"pallet_det.no_art~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"item.unit~") JOIN (LEFT=~"item.item_code~" OP =~"=~"RIGHT=~"pallet_det.item_code~" )) " update="PALLET_DET" updatewhere=0 updatekeyinplace=no )
text(band=detail alignment="1" text="tran_id" border="5" color="33554432" x="10" y="11" height="16" width="60" html.valueishtml="0" name=tran_id_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="line_no" border="5" color="33554432" x="9" y="30" height="16" width="60" html.valueishtml="0" name=line_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="item_code" border="5" color="33554432" x="8" y="49" height="16" width="60" html.valueishtml="0" name=item_code_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -23,8 +25,6 @@ text(band=detail alignment="1" text="loc_code" border="5" color="33554432" x="8"
text(band=detail alignment="1" text="lot_no" border="5" color="33554432" x="8" y="106" height="16" width="60" html.valueishtml="0" name=lot_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="lot_sl" border="5" color="33554432" x="8" y="125" height="16" width="60" html.valueishtml="0" name=lot_sl_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="pallet_no" border="5" color="33554432" x="8" y="144" height="16" width="60" html.valueishtml="0" name=pallet_no_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="quantity" border="5" color="33554432" x="8" y="163" height="16" width="60" html.valueishtml="0" name=quantity_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="no_art" border="5" color="33554432" x="8" y="182" height="16" width="60" html.valueishtml="0" name=no_art_t visible="1" font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="73" y="11" height="16" width="66" format="[general]" html.valueishtml="0" name=tran_id tag="Unique transaction Id." visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="30" height="16" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Line number" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="49" height="16" width="66" format="[general]" html.valueishtml="0" name=item_code tag="Item code to be palletized" visible="1" edit.limit=10 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
......@@ -32,9 +32,14 @@ column(band=detail id=4 alignment="2" tabsequence=32766 border="5" color="335544
column(band=detail id=5 alignment="2" tabsequence=32766 border="5" color="33554432" x="72" y="87" height="16" width="54" format="[general]" html.valueishtml="0" name=loc_code tag="Location code" visible="1" edit.limit=8 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="106" height="16" width="96" format="[general]" html.valueishtml="0" name=lot_no tag="Lot number" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="125" height="16" width="96" format="[general]" html.valueishtml="0" name=lot_sl tag="Lot serial No" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="144" height="16" width="72" format="[general]" html.valueishtml="0" name=quantity tag="Quantity" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="163" height="16" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="182" height="16" width="72" format="[general]" html.valueishtml="0" name=no_art tag="No of article" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="5" color="33554432" x="143" y="51" height="15" width="302" format="[general]" html.valueishtml="0" name=item_descr visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="69" y="144" height="16" width="96" format="[general]" html.valueishtml="0" name=pallet_no tag="Pallet number" visible="1" edit.limit=15 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" 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="5" color="33554432" x="72" y="164" height="16" width="35" format="[general]" html.valueishtml="0" name=item_unit visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="Unit" border="5" color="33554432" x="7" y="164" height="16" width="60" html.valueishtml="0" name=t_1 visible="1" font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="184" height="16" width="72" format="[general]" html.valueishtml="0" name=quantity tag="Quantity" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="quantity" border="5" color="33554432" x="7" y="184" height="16" width="60" html.valueishtml="0" name=quantity_t visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
text(band=detail alignment="1" text="no_art" border="5" color="33554432" x="7" y="204" height="16" width="60" html.valueishtml="0" name=no_art_t visible="1" font.face="Arial" 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="2" tabsequence=32766 border="5" color="33554432" x="72" y="204" height="16" width="72" format="[general]" html.valueishtml="0" name=no_art tag="No of article" visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
htmltable(border="1" )
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 )
......
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