Commit aa867047 authored by jshinde's avatar jshinde

Request ID:W15GSUN001,Pallet request transaction screen ,add status Rejected.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99488 ce508802-f39f-4f6c-b175-0d175dae99d5
parent fa934b39
......@@ -83,6 +83,7 @@
<item display="Pending" data="P"/>
<item display="Held" data="H"/>
<item display="Verify" data="V"/>
<item display="Rejected" data="R"/>
</values>
</table_column>
<table_column>
......
......@@ -8,7 +8,7 @@ table(column=(type=char(10) update=yes updatewhereclause=yes key=yes name=tran_i
column=(type=decimal(0) update=yes updatewhereclause=yes key=yes name=line_no dbname="pallet_req_det.line_no" )
column=(type=char(15) update=yes updatewhereclause=yes name=pallet_no dbname="pallet_req_det.pallet_no" )
column=(type=char(8) update=yes updatewhereclause=yes name=loc_code dbname="pallet_req_det.loc_code" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="pallet_req_det.status" values="Pending P/Held H/Verify V/" )
column=(type=char(1) update=yes updatewhereclause=yes name=status dbname="pallet_req_det.status" values="Pending P/Held H/Verify V/Rejected R/" )
column=(type=char(40) updatewhereclause=yes name=location_descr dbname="location.descr" )
retrieve="PBSELECT( VERSION(400) TABLE(NAME=~"pallet_req_det~" ) TABLE(NAME=~"location~" ) COLUMN(NAME=~"pallet_req_det.tran_id~") COLUMN(NAME=~"pallet_req_det.line_no~") COLUMN(NAME=~"pallet_req_det.pallet_no~") COLUMN(NAME=~"pallet_req_det.loc_code~") COLUMN(NAME=~"pallet_req_det.status~") COLUMN(NAME=~"location.descr~") JOIN (LEFT=~"pallet_req_det.loc_code~" OP =~"=~"RIGHT=~"location.loc_code~" )) " update="PALLET_REQ_DET" updatewhere=1 updatekeyinplace=no )
groupbox(band=detail text="Basic"border="2" color="33554432" x="5" y="17" height="126" width="447" name=gb_1 visible="1" font.face="Arial" font.height="-10" font.weight="400" font.family="2" font.pitch="2" font.charset="0" background.mode="2" background.color="67108864" )
......
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