Commit 2b0a4463 authored by ppatro's avatar ppatro

wave cancel,stock transfer,shorting and lock release cosmetic change


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93373 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 962f0a95
......@@ -1902,7 +1902,7 @@ public class AsnConf extends ActionHandlerEJB implements AsnConfLocal, AsnConfRe
return calculatedDate;
}
//Changed by Rohan on 11-07-13 for generate erraor with asn no,line no and item code.start
private String getError(String tranID,String lineNo,String asnNo,String Code,Connection conn) throws ITMException, Exception
private String getError(String tranID,String lineNo,String itemCode,String Code,Connection conn) throws ITMException, Exception
{
String mainStr ="";
......@@ -1913,7 +1913,7 @@ public class AsnConf extends ActionHandlerEJB implements AsnConfLocal, AsnConfRe
String begPart = errString.substring(0,errString.indexOf("<message>")+9);
String endDesc = errString.substring(errString.indexOf("</description>"));
mainStr= begPart+"Invalid Data "+"</message><description>";
mainStr= mainStr+"Tran ID:"+tranID+"Line No:"+lineNo+"ASN No:"+asnNo+endDesc;
mainStr= mainStr+"Tran ID: ["+tranID+"] Line No: ["+lineNo+"] Item Code: ["+itemCode+"]" +endDesc;
System.out.println("mainStr:::::::::::::::::: "+mainStr);
begPart = null;
}
......
......@@ -885,11 +885,12 @@ public class WaveCancelEJB extends ActionHandlerEJB implements WaveCancelEJBLoca
}
//Changed by Rohan on 30-05-13 for void packages duning master pick and parcel picking.start
System.out.println("RefSeries checking for void packages"+refSer+"}");
System.out.println("PTCN LIST"+ptcnVoidPackagesMap.toString()+"}");
//Changed by Rohan on 16-07-13 for define map of ptcn for void packages.start
if(refSer.equalsIgnoreCase("M-PICK") || refSer.equalsIgnoreCase("P-PICK") )
if(!(ptcnVoidPackagesMap.containsKey(ptcn)))
{
System.out.println("GOing for VOid PAckage::::::["+ptcnVoidPackagesMap+"]");
if(!ptcnVoidPackagesMap.containsKey(ptcn));
if(refSer.equalsIgnoreCase("M-PICK") || refSer.equalsIgnoreCase("P-PICK") )
{
ptcnVoidPackagesMap.put(ptcn,refSer);
......
$PBExportHeader$d_inv_hold_rel_gen11.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=252 color="536870912" )
table(column=(type=char(10) updatewhereclause=no name=tran_id__from dbname="tran_id__from" initial="00" )
column=(type=char(10) updatewhereclause=no name=tran_id__to dbname="tran_id_to" initial="ZZ" )
column=(type=date updatewhereclause=no name=sch_rel_date__from dbname="sch_rel_date__from" )
column=(type=date updatewhereclause=no name=sch_rel_date__to dbname="sch_rel_date__to" )
column=(type=char(10) updatewhereclause=no name=ref_id__from dbname="ref_id__from" initial="00" )
column=(type=char(10) updatewhereclause=no name=ref_id__to dbname="ref_id__to" initial="ZZ" )
column=(type=char(10) updatewhereclause=no name=lock_code__from dbname="lock_code__from" initial="00" )
column=(type=char(10) updatewhereclause=no name=lock_code__to dbname="lock_code__to" initial="ZZ" )
column=(type=char(1) updatewhereclause=no name=auto_confirmed dbname="auto_confirmed" initial="Y" values="Yes Y/No N/" )
)
groupbox(band=detail text=""border="2" color="33554432" x="4" y="8" height="218" width="451" 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" )
text(band=detail alignment="1" text="Hold Tran Id To:" border="0" color="33554432" x="252" y="18" height="16" width="95" html.valueishtml="0" name=tran_id_to_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="Sch Rel Date To:" border="0" color="33554432" x="242" y="42" height="15" width="105" html.valueishtml="0" name=sch_rel_date__to_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="Ref Id To:" border="0" color="33554432" x="255" y="67" height="15" width="92" html.valueishtml="0" name=ref_id__to_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="Lock Code To:" border="0" color="33554432" x="247" y="95" height="15" width="100" html.valueishtml="0" name=lock_code_to_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="Hold Tran Id From:" border="0" color="33554432" x="21" y="18" height="16" width="121" html.valueishtml="0" name=tran_id__from_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="Sch Rel Date From:" border="0" color="33554432" x="21" y="42" height="15" width="121" html.valueishtml="0" name=sch_rel_date__from_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="Ref Id From:" border="0" color="33554432" x="21" y="67" height="15" width="121" html.valueishtml="0" name=ref_id__from_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="Lock Code From:" border="0" color="33554432" x="38" y="95" height="15" width="104" html.valueishtml="0" name=lock_code_from_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="Auto Confirmed:" border="0" color="33554432" x="21" y="118" height="15" width="121" html.valueishtml="0" name=auto_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" )
column(band=detail id=9 alignment="0" tabsequence=90 border="5" color="33554432" x="146" y="118" height="18" width="58" format="[general]" html.valueishtml="0" name=auto_confirmed visible="1" ddlb.limit=0 ddlb.sorted=yes ddlb.allowedit=no ddlb.case=upper ddlb.required=yes ddlb.imemode=0 font.face="Arial" 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=1 alignment="0" tabsequence=10 border="5" color="33554432" x="146" y="18" height="18" width="86" format="[general]" html.valueishtml="0" name=tran_id__from visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=2 alignment="0" tabsequence=20 border="5" color="33554432" x="351" y="18" height="18" width="86" format="[general]" html.valueishtml="0" name=tran_id__to visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=3 alignment="0" tabsequence=30 border="5" color="33554432" x="146" y="42" height="18" width="86" format="[general]" html.valueishtml="0" name=sch_rel_date__from visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=4 alignment="0" tabsequence=40 border="5" color="33554432" x="351" y="42" height="18" width="86" format="[general]" html.valueishtml="0" name=sch_rel_date__to visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=5 alignment="0" tabsequence=50 border="5" color="33554432" x="146" y="68" height="18" width="86" format="[general]" html.valueishtml="0" name=ref_id__from visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=6 alignment="0" tabsequence=60 border="5" color="33554432" x="351" y="67" height="18" width="86" format="[general]" html.valueishtml="0" name=ref_id__to visible="1" edit.limit=0 edit.case=upper 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="2" background.color="16777215" )
column(band=detail id=7 alignment="0" tabsequence=70 border="5" color="33554432" x="146" y="92" height="18" width="86" format="[general]" html.valueishtml="0" name=lock_code__from visible="1" edit.limit=0 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Liberation Sans" 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=8 alignment="0" tabsequence=80 border="5" color="33554432" x="351" y="91" height="18" width="86" format="[general]" html.valueishtml="0" name=lock_code__to visible="1" edit.limit=0 edit.case=upper edit.autoselect=yes edit.imemode=0 font.face="Liberation Sans" 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 )
import.xml()
export.pdf(method=0 distill.custompostscript="0" xslfop.print="0" )
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment