Commit 648d6dc1 authored by mjadhav's avatar mjadhav

add LPN no field


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97144 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c6373f70
......@@ -23,7 +23,8 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=shelf_life__type dbname="asn_det.shelf_life__type" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__mfg dbname="asn_det.site_code__mfg" )
column=(type=char(50) update=yes updatewhereclause=yes name=batch_no dbname="asn_det.batch_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="ASN_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
column=(type=char(15) update=yes updatewhereclause=yes name=lpn_no dbname="asn_det.lpn_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") COLUMN(NAME=~"asn_det.lpn_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) " update="ASN_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string)) )
text(band=header alignment="2" text="Transaction Id" border="6" color="33554432" x="2" y="2" height="16" width="100" html.valueishtml="0" name=tran_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" )
text(band=header alignment="2" text="Line No" border="6" color="33554432" x="104" y="2" height="16" width="72" 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=header alignment="2" text="Item Code" border="6" color="33554432" x="321" y="2" height="16" width="81" html.valueishtml="0" name=item_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" )
......@@ -34,13 +35,14 @@ text(band=header alignment="2" text="Lot No" border="6" color="33554432" x="852"
text(band=header alignment="2" text="Item Descr" border="6" color="33554432" x="404" y="2" height="16" width="164" html.valueishtml="0" name=descr_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=header alignment="2" text="SSCC 14" border="6" color="33554432" x="950" y="2" height="16" width="133" html.valueishtml="0" name=sscc_14_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=header alignment="2" text="Number of LPN" border="6" color="33554432" x="1085" y="2" height="16" width="112" html.valueishtml="0" name=no_pallet_t visible="1" font.face="Tahoma" 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="Dlv Qty" border="6" color="33554432" x="1199" y="2" height="16" width="213" html.valueishtml="0" name=dlv_qty_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Dlv Qty" border="6" color="33554432" x="1274" y="2" height="16" width="213" html.valueishtml="0" name=dlv_qty_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="2" text="Purchase Order Line No" border="6" color="33554432" x="178" y="2" height="16" width="141" html.valueishtml="0" name=line_no__ord_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="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Date" border="0" color="33554432" x="1414" y="1" height="19" width="102" html.valueishtml="0" name=mfg_date_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Code" border="0" color="33554432" x="1518" y="1" height="19" width="78" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Retest" border="0" color="33554432" x="1598" y="1" height="19" width="31" html.valueishtml="0" name=shelf_life__type_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Site" border="0" color="33554432" x="1631" y="1" height="19" width="88" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Batch No" border="0" color="33554432" x="1721" y="1" height="16" width="248" html.valueishtml="0" name=batch_no_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" )
text(band=header alignment="0" text="MFG Date" border="0" color="33554432" x="1489" y="1" height="19" width="102" html.valueishtml="0" name=mfg_date_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Code" border="0" color="33554432" x="1593" y="1" height="19" width="78" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Retest" border="0" color="33554432" x="1673" y="1" height="19" width="31" html.valueishtml="0" name=shelf_life__type_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="MFG Site" border="0" color="33554432" x="1706" y="1" height="19" width="88" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Arial" font.height="-12" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=header alignment="0" text="Batch No" border="0" color="33554432" x="1796" y="1" height="16" width="248" html.valueishtml="0" name=batch_no_t visible="1" font.face="Arial" 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="Lpn No" border="0" color="33554432" x="1199" y="1" height="17" width="73" html.valueishtml="0" name=asn_det_lpn_no_t visible="1" font.face="Arial" font.height="-11" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=1 alignment="2" tabsequence=32766 border="5" color="33554432" x="2" y="2" height="16" width="100" format="[general]" html.valueishtml="0" name=tran_id tag="Transaction id for an Advance Shipment Notification." 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="2" background.color="16777215" )
column(band=detail id=3 alignment="2" tabsequence=32766 border="5" color="33554432" x="321" y="2" height="16" width="81" format="[general]" html.valueishtml="0" name=item_code tag="Item recieved or return" 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="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="5" color="33554432" x="404" y="2" height="16" width="164" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=120 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="16777215" )
......@@ -50,14 +52,15 @@ column(band=detail id=6 alignment="2" tabsequence=32766 border="5" color="335544
column(band=detail id=7 alignment="2" tabsequence=32766 border="5" color="33554432" x="852" y="2" height="16" width="96" format="[general]" html.valueishtml="0" name=lot_no tag="Lot number of the item" visible="1" edit.limit=15 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="16777215" )
column(band=detail id=8 alignment="0" tabsequence=32766 border="5" color="33554432" x="950" y="2" height="16" width="133" format="[general]" html.valueishtml="0" name=sscc_14 visible="1" edit.limit=35 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="16777215" )
column(band=detail id=10 alignment="0" tabsequence=32766 border="5" color="33554432" x="1085" y="2" height="16" width="112" format="[general]" html.valueishtml="0" name=no_pallet 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="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="1199" y="2" height="16" width="213" format="[general]" html.valueishtml="0" name=dlv_qty 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="2" background.color="16777215" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="0" color="33554432" x="1274" y="2" height="16" width="213" format="[general]" html.valueishtml="0" name=dlv_qty 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="2" background.color="16777215" )
column(band=detail id=2 alignment="2" tabsequence=32766 border="5" color="33554432" x="104" y="2" height="16" width="72" format="[general]" html.valueishtml="0" name=line_no tag="Purchase order detail 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="2" background.color="16777215" )
column(band=detail id=12 alignment="2" tabsequence=32766 border="5" color="33554432" x="178" y="2" height="16" width="141" format="[general]" html.valueishtml="0" name=line_no__ord 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="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="1414" y="1" height="16" width="102" format="[shortdate] [time]" html.valueishtml="0" name=mfg_date 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1518" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=supp_code__mnfr 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="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1598" y="1" height="16" width="31" format="[general]" html.valueishtml="0" name=shelf_life__type 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="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1631" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=site_code__mfg 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="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1721" y="1" height="16" width="248" format="[general]" html.valueishtml="0" name=batch_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="2" background.color="16777215" )
column(band=detail id=14 alignment="0" tabsequence=32766 border="0" color="33554432" x="1489" y="1" height="16" width="102" format="[shortdate] [time]" html.valueishtml="0" name=mfg_date 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="16777215" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="0" color="33554432" x="1593" y="1" height="16" width="78" format="[general]" html.valueishtml="0" name=supp_code__mnfr 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="2" background.color="16777215" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="0" color="33554432" x="1673" y="1" height="16" width="31" format="[general]" html.valueishtml="0" name=shelf_life__type 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="2" background.color="16777215" )
column(band=detail id=17 alignment="0" tabsequence=32766 border="0" color="33554432" x="1706" y="1" height="16" width="88" format="[general]" html.valueishtml="0" name=site_code__mfg 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="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=32766 border="0" color="33554432" x="1796" y="1" height="16" width="248" format="[general]" html.valueishtml="0" name=batch_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="2" background.color="16777215" )
column(band=detail id=19 alignment="0" tabsequence=32766 border="0" color="33554432" x="1199" y="1" height="16" width="73" format="[general]" html.valueishtml="0" name=lpn_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="2" background.color="16777215" )
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 )
......
......@@ -22,18 +22,17 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(1) update=yes updatewhereclause=yes name=shelf_life__type dbname="asn_det.shelf_life__type" )
column=(type=char(5) update=yes updatewhereclause=yes name=site_code__mfg dbname="asn_det.site_code__mfg" )
column=(type=char(50) update=yes updatewhereclause=yes name=batch_no dbname="asn_det.batch_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"ASN_DET.LINE_NO~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="ASN_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("line_no", number)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="7" height="319" width="534" name=gb_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column=(type=char(15) update=yes updatewhereclause=yes name=lpn_no dbname="asn_det.lpn_no" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"asn_det~" ) TABLE(NAME=~"item~" ) COLUMN(NAME=~"asn_det.tran_id~") COLUMN(NAME=~"asn_det.line_no~") COLUMN(NAME=~"asn_det.item_code~") COLUMN(NAME=~"asn_det.quantity~") COLUMN(NAME=~"asn_det.exp_date~") COLUMN(NAME=~"asn_det.pack_size~") COLUMN(NAME=~"asn_det.lot_no~") COLUMN(NAME=~"asn_det.sscc_14~") COLUMN(NAME=~"item.descr~") COLUMN(NAME=~"asn_det.no_pallet~") COMPUTE(NAME=~"fn_po_dlv_qty(asn_det.tran_id,asn_det.line_no__ord) as dlv_qty~") COLUMN(NAME=~"asn_det.line_no__ord~") COLUMN(NAME=~"asn_det.realised_qty~") COLUMN(NAME=~"asn_det.mfg_date~") COLUMN(NAME=~"asn_det.supp_code__mnfr~") COLUMN(NAME=~"asn_det.shelf_life__type~") COLUMN(NAME=~"asn_det.site_code__mfg~") COLUMN(NAME=~"asn_det.batch_no~") COLUMN(NAME=~"asn_det.lpn_no~") JOIN (LEFT=~"asn_det.item_code~" OP =~"=~"RIGHT=~"item.item_code~" OUTER1 =~"asn_det.item_code~" )WHERE( EXP1 =~"ASN_DET.TRAN_ID~" OP =~"=~" EXP2 =~":tran_id~" LOGIC =~"and~" ) WHERE( EXP1 =~"ASN_DET.LINE_NO~" OP =~"=~" EXP2 =~":line_no~" ) ) ARG(NAME = ~"tran_id~" TYPE = string) ARG(NAME = ~"line_no~" TYPE = number) " update="ASN_DET" updatewhere=0 updatekeyinplace=no arguments=(("tran_id", string),("line_no", number)) )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="9" height="319" width="534" name=gb_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="Item Code :" border="0" color="33554432" x="38" y="43" height="16" width="90" html.valueishtml="0" name=item_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="Quantity :" border="0" color="33554432" x="38" y="63" height="16" width="90" html.valueishtml="0" name=quantity_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="Pack Size :" border="0" color="33554432" x="38" y="83" height="16" width="90" html.valueishtml="0" name=pack_size_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="Lot No :" border="0" color="33554432" x="38" y="103" height="16" width="90" html.valueishtml="0" name=lot_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="Number of LPN :" border="0" color="33554432" x="33" y="123" height="16" width="95" html.valueishtml="0" name=t_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=4 alignment="1" tabsequence=30 border="5" color="33554432" x="132" y="63" height="16" width="86" format="[general]" html.valueishtml="0" name=quantity tag="Quantity of goods recieved or return" 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="2" background.color="16777215" )
column(band=detail id=6 alignment="1" tabsequence=40 border="5" color="33554432" x="132" y="83" height="16" width="86" format="[general]" html.valueishtml="0" name=pack_size tag="Pack size of Item" 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="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=20 border="5" color="33554432" x="132" y="43" height="16" width="86" format="[general]" html.valueishtml="0" name=item_code tag="Item recieved or return" 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="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=60 border="5" color="33554432" x="132" y="103" height="16" width="86" format="[general]" html.valueishtml="0" name=lot_no tag="Lot number of the item" visible="1" edit.limit=15 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="16777215" )
column(band=detail id=10 alignment="1" tabsequence=80 border="5" color="33554432" x="132" y="123" height="16" width="86" format="[general]" html.valueishtml="0" name=no_pallet 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="2" background.color="16777215" )
column(band=detail id=9 alignment="0" tabsequence=32766 border="0" color="255" x="222" y="43" height="33" width="287" format="[general]" html.valueishtml="0" name=descr visible="1" edit.limit=120 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" )
text(band=detail alignment="1" text="Transaction Id :" border="0" color="33554432" x="38" y="23" height="17" width="90" html.valueishtml="0" name=tran_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" )
text(band=detail alignment="1" text="Line No :" border="0" color="33554432" x="223" y="23" height="17" width="50" 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" )
......@@ -43,20 +42,24 @@ column(band=detail id=2 alignment="1" tabsequence=32766 border="5" color="255" x
column(band=detail id=12 alignment="1" tabsequence=10 border="5" color="33554432" x="463" y="23" height="17" width="45" format="[general]" html.valueishtml="0" name=line_no__ord visible="1" edit.limit=3 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="16777215" )
text(band=detail alignment="1" text="Expiration Date :" border="0" color="33554432" x="277" y="85" height="16" width="108" html.valueishtml="0" name=exp_date_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=5 alignment="0" tabsequence=50 border="5" color="33554432" x="389" y="85" height="16" width="121" format="[shortdate] [time]" html.valueishtml="0" name=exp_date tag="Expiry Date of the stock" 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="16777215" )
text(band=detail alignment="1" text="SSCC 14 :" border="0" color="33554432" x="277" y="105" height="16" width="108" html.valueishtml="0" name=sscc_14_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=15 alignment="0" tabsequence=100 border="5" color="33554432" x="132" y="165" height="16" width="86" format="[general]" html.valueishtml="0" name=supp_code__mnfr 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="2" background.color="16777215" )
text(band=detail alignment="1" text="MFG Date :" border="0" color="33554432" x="277" y="167" height="16" width="108" html.valueishtml="0" name=mfg_date_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=14 alignment="0" tabsequence=110 border="5" color="33554432" x="389" y="167" height="16" width="120" format="[shortdate] [time]" html.valueishtml="0" name=mfg_date 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="16777215" )
column(band=detail id=16 alignment="0" tabsequence=130 border="5" color="33554432" x="389" y="187" height="16" width="120" format="[general]" html.valueishtml="0" name=shelf_life__type 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="2" background.color="16777215" )
text(band=detail alignment="1" text="Retest :" border="0" color="33554432" x="277" y="187" height="16" width="108" html.valueishtml="0" name=shelf_life__type_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=17 alignment="0" tabsequence=120 border="5" color="33554432" x="132" y="185" height="16" width="86" format="[general]" html.valueishtml="0" name=site_code__mfg 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="2" background.color="16777215" )
text(band=detail alignment="0" text="Batch No:" border="0" color="33554432" x="74" y="203" height="16" width="52" html.valueishtml="0" name=batch_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="553648127" )
column(band=detail id=18 alignment="0" tabsequence=140 border="5" color="33554432" x="131" y="206" height="16" width="250" format="[general]" html.valueishtml="0" name=batch_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="2" background.color="16777215" )
text(band=detail alignment="1" text="Quantity Received :" border="0" color="33554432" x="20" y="143" height="16" width="108" html.valueishtml="0" name=dlv_qty_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=8 alignment="0" tabsequence=70 border="5" color="33554432" x="389" y="105" height="16" width="120" format="[general]" html.valueishtml="0" name=sscc_14 visible="1" edit.limit=35 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="16777215" )
text(band=detail alignment="1" text="MFG Code :" border="0" color="33554432" x="38" y="143" height="16" width="90" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=15 alignment="0" tabsequence=90 border="5" color="33554432" x="132" y="143" height="16" width="86" format="[general]" html.valueishtml="0" name=supp_code__mnfr 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="2" background.color="16777215" )
text(band=detail alignment="1" text="MFG Site :" border="0" color="33554432" x="38" y="163" height="16" width="90" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="1073741824" )
column(band=detail id=17 alignment="0" tabsequence=110 border="5" color="33554432" x="132" y="163" height="16" width="86" format="[general]" html.valueishtml="0" name=site_code__mfg 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="2" background.color="16777215" )
text(band=detail alignment="1" text="Quantity Received :" border="0" color="33554432" x="277" y="125" height="16" width="108" html.valueishtml="0" name=dlv_qty_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=11 alignment="1" tabsequence=32766 border="0" color="33554432" x="389" y="125" height="16" width="120" format="[general]" html.valueishtml="0" name=dlv_qty 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="2" background.color="16777215" )
text(band=detail alignment="1" text="MFG Date :" border="0" color="33554432" x="277" y="145" height="16" width="108" html.valueishtml="0" name=mfg_date_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=14 alignment="0" tabsequence=100 border="5" color="33554432" x="389" y="145" height="16" width="120" format="[shortdate] [time]" html.valueishtml="0" name=mfg_date 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="16777215" )
text(band=detail alignment="1" text="Retest :" border="0" color="33554432" x="277" y="165" height="16" width="108" html.valueishtml="0" name=shelf_life__type_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=16 alignment="0" tabsequence=120 border="5" color="33554432" x="389" y="165" height="16" width="120" format="[general]" html.valueishtml="0" name=shelf_life__type 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="2" background.color="16777215" )
column(band=detail id=18 alignment="0" tabsequence=130 border="5" color="33554432" x="131" y="184" height="16" width="250" html.valueishtml="0" name=batch_no visible="1" 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="16777215" )
text(band=detail alignment="0" text="Batch No:" border="0" color="33554432" x="74" y="181" height="16" width="52" html.valueishtml="0" name=batch_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="553648127" )
column(band=detail id=19 alignment="0" tabsequence=90 border="5" color="33554432" x="389" y="128" height="16" width="120" format="[general]" html.valueishtml="0" name=lpn_no visible="1" edit.limit=15 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="16777215" )
text(band=detail alignment="1" text="Number of LPN :" border="0" color="33554432" x="33" y="123" height="16" width="95" html.valueishtml="0" name=t_1 visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="MFG Code :" border="0" color="33554432" x="38" y="165" height="16" width="90" html.valueishtml="0" name=supp_code__mnfr_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
text(band=detail alignment="1" text="MFG Site :" border="0" color="33554432" x="38" y="185" height="16" width="90" html.valueishtml="0" name=site_code__mfg_t visible="1" font.face="Tahoma" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="1" background.color="553648127" )
column(band=detail id=10 alignment="1" tabsequence=80 border="5" color="33554432" x="132" y="123" height="16" width="86" format="[general]" html.valueishtml="0" name=no_pallet 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="2" background.color="16777215" )
column(band=detail id=11 alignment="1" tabsequence=32766 border="0" color="33554432" x="132" y="143" height="16" width="120" format="[general]" html.valueishtml="0" name=dlv_qty 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="2" background.color="16777215" )
text(band=detail alignment="1" text="SSCC 14 :" border="0" color="33554432" x="277" y="105" height="16" width="108" html.valueishtml="0" name=sscc_14_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="LPN No :" border="0" color="33554432" x="326" y="128" height="16" width="59" html.valueishtml="0" name=lpn_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="553648127" )
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