Commit 72bac0c5 authored by jshinde's avatar jshinde

Added pallets description and added break statement


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@101469 ce508802-f39f-4f6c-b175-0d175dae99d5
parent c4ad41ae
...@@ -2,7 +2,17 @@ ...@@ -2,7 +2,17 @@
* PURPOSE : PalletOutIC component * PURPOSE : PalletOutIC component
* AUTHOR : Jagruti Shinde * AUTHOR : Jagruti Shinde
* DATE : 07-01-2016 * DATE : 07-01-2016
* Normal Pallet :Item_ser__rg1::other than 'FS',Location Group::other than Exempted,QC status::not in QC
* Pallet with suffix 'Q':Item_ser__rg1::other than 'FS',Location Group::other than Exempted,QC status::pending in QC
* Pallet with suffix 'X':Item_ser__rg1::other than 'FS',Location Group::Exempted ,QC status::not in QC
* Pallet with suffix 'M':Item_ser__rg1::other than 'FS',Location Group::Exempted ,QC status::pending in QC
* Pallet with suffix 'B':Item_ser__rg1::'FS' ,Location Group::other than Exempted,QC status::not in QC
* Pallet with suffix 'S':Item_ser__rg1::'FS' ,Location Group::other than Exempted,QC status::pending in QC
* Pallet with suffix 'P':Item_ser__rg1::'FS' ,Location Group::Exempted ,QC status::not in QC
* Pallet with suffix 'U':Item_ser__rg1::'FS' ,Location Group::Exempted ,QC status::pending in QC
* Pallet with suffix 'R':Rejected Pallet
*/ */
package ibase.webitm.ejb.wms; package ibase.webitm.ejb.wms;
...@@ -746,6 +756,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -746,6 +756,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for Rejected Expire pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for Rejected Expire pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
for (int k = 0; k < locN.length; k++) for (int k = 0; k < locN.length; k++)
...@@ -775,6 +786,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -775,6 +786,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for Rejected NearExpire pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for Rejected NearExpire pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
} }
...@@ -810,6 +822,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -810,6 +822,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for damage pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for damage pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
for (int i = 0; i < locH.length; i++) for (int i = 0; i < locH.length; i++)
...@@ -840,6 +853,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -840,6 +853,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for hold pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for hold pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
...@@ -870,6 +884,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -870,6 +884,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for Expire pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for Expire pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
for (int k = 0; k < locN.length; k++) for (int k = 0; k < locN.length; k++)
...@@ -899,6 +914,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -899,6 +914,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for NearExpire pallet["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for NearExpire pallet["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
} }
if(locCodeSugg == null || locCodeSugg.length() == 0) if(locCodeSugg == null || locCodeSugg.length() == 0)
...@@ -962,6 +978,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle ...@@ -962,6 +978,7 @@ public class PalletOutIC extends ValidatorEJB implements PalletOutICLocal, Palle
System.out.println("UDF_STR1 from gencodes for QC pending Pallets["+udfStr1+"]"); System.out.println("UDF_STR1 from gencodes for QC pending Pallets["+udfStr1+"]");
locCodeSugg = udfStr1 ; locCodeSugg = udfStr1 ;
break;
} }
System.out.println("Finally ending code while loop QC Order"); System.out.println("Finally ending code while loop QC Order");
......
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