Commit 408f7a18 authored by wansari's avatar wansari

W16KKAT001 added PTCN column for setting PTCN from wave task det in Active picking


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104845 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 44e694b4
......@@ -18,10 +18,10 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=char(47) updatewhereclause=yes name=emp_name dbname="emp_name" )
column=(type=char(25) update=yes updatewhereclause=yes name=pallet_no dbname="pick_iss_hdr.pallet_no" )
column=(type=char(1) update=yes updatewhereclause=yes name=pick_type dbname="pick_iss_hdr.pick_type" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pick_iss_hdr~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"pick_iss_hdr.tran_id~") COLUMN(NAME=~"pick_iss_hdr.tran_date~") COLUMN(NAME=~"pick_iss_hdr.pick_order~") COLUMN(NAME=~"pick_iss_hdr.site_code~") COLUMN(NAME=~"pick_iss_hdr.confirmed~") COLUMN(NAME=~"pick_iss_hdr.conf_date~") COLUMN(NAME=~"pick_iss_hdr.emp_code__aprv~") COLUMN(NAME=~"pick_iss_hdr.chg_user~") COLUMN(NAME=~"pick_iss_hdr.chg_date~") COLUMN(NAME=~"pick_iss_hdr.chg_term~") COLUMN(NAME=~"site.descr~") COMPUTE(NAME=~"(employee.emp_fname|| ' ' ||employee.emp_mname||' '||employee.emp_lname) emp_name~") COLUMN(NAME=~"pick_iss_hdr.pallet_no~") COLUMN(NAME=~"pick_iss_hdr.pick_type~") JOIN (LEFT=~"pick_iss_hdr.site_code~" OP =~"=~"RIGHT=~"site.site_code~" OUTER1 =~"pick_iss_hdr.site_code~" ) JOIN (LEFT=~"pick_iss_hdr.emp_code__aprv~" OP =~"=~"RIGHT=~"employee.emp_code~" OUTER1 =~"pick_iss_hdr.emp_code__aprv~" )) " update="pick_iss_hdr" updatewhere=1 updatekeyinplace=no )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="8" height="252" width="491" name=basic 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" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="391" y="33" height="16" width="91" 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="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Transaction Date:" border="0" color="33554432" x="290" y="33" height="16" width="97" html.valueishtml="0" name=tran_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=(type=char(1) updatewhereclause=yes name=loc_wise_pickmap dbname="loc_wise_pickmap" )
column=(type=char(10) update=yes updatewhereclause=yes name=ptcn dbname="pick_iss_hdr.ptcn" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pick_iss_hdr~" ) TABLE(NAME=~"site~" ) TABLE(NAME=~"employee~" ) COLUMN(NAME=~"pick_iss_hdr.tran_id~") COLUMN(NAME=~"pick_iss_hdr.tran_date~") COLUMN(NAME=~"pick_iss_hdr.pick_order~") COLUMN(NAME=~"pick_iss_hdr.site_code~") COLUMN(NAME=~"pick_iss_hdr.confirmed~") COLUMN(NAME=~"pick_iss_hdr.conf_date~") COLUMN(NAME=~"pick_iss_hdr.emp_code__aprv~") COLUMN(NAME=~"pick_iss_hdr.chg_user~") COLUMN(NAME=~"pick_iss_hdr.chg_date~") COLUMN(NAME=~"pick_iss_hdr.chg_term~") COLUMN(NAME=~"site.descr~") COMPUTE(NAME=~"(employee.emp_fname|| ' ' ||employee.emp_mname||' '||employee.emp_lname) emp_name~") COLUMN(NAME=~"pick_iss_hdr.pallet_no~") COLUMN(NAME=~"pick_iss_hdr.pick_type~") COMPUTE(NAME=~"' ' as loc_wise_pickmap~") COLUMN(NAME=~"pick_iss_hdr.ptcn~") JOIN (LEFT=~"pick_iss_hdr.site_code~" OP =~"=~"RIGHT=~"site.site_code~" OUTER1 =~"pick_iss_hdr.site_code~" ) JOIN (LEFT=~"pick_iss_hdr.emp_code__aprv~" OP =~"=~"RIGHT=~"employee.emp_code~" OUTER1 =~"pick_iss_hdr.emp_code__aprv~" )) " update="PICK_ISS_HDR" updatewhere=1 updatekeyinplace=no )
groupbox(band=detail text="Basic"border="2" color="33554432" x="10" y="8" height="271" width="491" name=basic 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" )
column(band=detail id=5 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="141" height="16" width="73" format="[general]" html.valueishtml="0" name=confirmed tag="Whether the transaction has been confirmed/approved Y/N." visible="0" 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="2" background.color="67108864" )
text(band=detail alignment="1" text="Confirmation Date:" border="0" color="33554432" x="287" y="141" height="16" width="100" html.valueishtml="0" name=conf_date_t visible="0" font.face="Times New Roman" font.height="-10" font.weight="400" font.family="1" font.pitch="2" font.charset="0" background.mode="1" background.color="536870912" )
column(band=detail id=6 alignment="0" tabsequence=32766 border="5" color="255" x="391" y="141" height="16" width="91" format="[shortdate] [time]" html.valueishtml="0" name=conf_date tag="Date when the transaction has been confirmed/approved" visible="0" 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="67108864" )
......@@ -29,7 +29,6 @@ column(band=detail id=7 alignment="0" tabsequence=32766 border="5" color="255" x
column(band=detail id=12 alignment="0" tabsequence=32766 border="5" color="255" x="225" y="168" height="16" width="257" format="[general]" html.valueishtml="0" name=emp_name visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="confirmed:" border="0" color="33554432" x="26" y="141" height="16" width="117" html.valueishtml="0" name=confirmed_t visible="0" 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="Employee Code Aprv:" border="0" color="33554432" x="26" y="168" height="16" width="117" html.valueishtml="0" name=emp_code__aprv_t visible="0" 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="Change Term:" border="0" color="33554432" x="27" y="222" height="16" width="117" html.valueishtml="0" name=chg_term_t visible="0" 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=10 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="222" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_term tag="Terminal from which the transaction has been last modified, internally updated by the system" visible="0" 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="67108864" )
text(band=detail alignment="1" text="Change User:" border="0" color="33554432" x="26" y="195" height="16" width="117" html.valueishtml="0" name=chg_user_t visible="0" 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=32766 border="5" color="255" x="147" y="195" height="16" width="73" format="[general]" html.valueishtml="0" name=chg_user tag="User who has last modified the transaction internally updated by system" visible="0" 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="67108864" )
......@@ -42,10 +41,17 @@ text(band=detail alignment="1" text="Transaction ID:" border="0" color="33554432
column(band=detail id=1 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="33" height="16" width="73" format="[general]" html.valueishtml="0" name=tran_id tag="Picking Issue transaction 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="2" background.color="67108864" )
text(band=detail alignment="1" text="Pick Type:" border="0" color="33554432" x="26" y="87" height="16" width="117" html.valueishtml="0" name=pick_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" )
text(band=detail alignment="1" text="Pallet Number:" border="0" color="33554432" x="26" y="60" height="16" width="117" html.valueishtml="0" name=pallet_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" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="60" height="16" width="138" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Site Code:" border="0" color="33554432" x="26" y="114" height="16" width="117" html.valueishtml="0" name=site_code_t visible="0" 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=4 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="114" height="16" width="73" format="[general]" html.valueishtml="0" name=site_code tag="Site code recieving or returning the goods." visible="0" edit.limit=5 edit.case=any edit.focusrectangle=no edit.autoselect=yes edit.autohscroll=yes edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=11 alignment="0" tabsequence=32766 border="5" color="255" x="225" y="114" height="16" width="257" format="[general]" html.valueishtml="0" name=site_descr visible="0" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=15 alignment="0" tabsequence=32766 border="5" color="255" x="146" y="249" height="16" width="339" format="[WHMap]" html.valueishtml="0" name=loc_wise_pickmap 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="67108864" )
text(band=detail alignment="1" text="Change Term:" border="0" color="33554432" x="27" y="222" height="16" width="117" html.valueishtml="0" name=chg_term_t visible="0" 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="0" text="Location Wise Map:" border="0" color="33554432" x="35" y="249" height="16" width="109" html.valueishtml="0" name=loc_wise_pickmap_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" )
column(band=detail id=2 alignment="0" tabsequence=32766 border="5" color="255" x="391" y="33" height="16" width="91" 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="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
text(band=detail alignment="1" text="Transaction Date:" border="0" color="33554432" x="290" y="33" height="16" width="97" html.valueishtml="0" name=tran_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" )
text(band=detail alignment="0" text="PTCN:" border="0" color="33554432" x="352" y="58" height="16" width="35" html.valueishtml="0" name=ptcn_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" )
column(band=detail id=13 alignment="0" tabsequence=32766 border="5" color="255" x="147" y="60" height="16" width="138" format="[general]" html.valueishtml="0" name=pallet_no visible="1" edit.limit=0 edit.case=any edit.focusrectangle=no edit.autoselect=no edit.imemode=0 font.face="Times New Roman" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
column(band=detail id=16 alignment="0" tabsequence=32766 border="5" color="255" x="391" y="60" height="16" width="91" format="[general]" html.valueishtml="0" name=ptcn 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="67108864" )
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