Commit 402cded1 authored by sabita.prasad's avatar sabita.prasad

Removed the pick order form report.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92314 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9e7fd2a5
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="repl_task_det" pageWidth="795" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="759" leftMargin="18" rightMargin="18" topMargin="3" bottomMargin="18"> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="repl_task_det" pageWidth="745" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="709" leftMargin="18" rightMargin="18" topMargin="3" bottomMargin="18">
<property name="ireport.zoom" value="2.0"/> <property name="ireport.zoom" value="2.0"/>
<property name="ireport.x" value="837"/> <property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/> <property name="ireport.y" value="0"/>
<parameter name="P_REPL_ID" class="java.lang.String"/> <parameter name="P_REPL_ID" class="java.lang.String"/>
<queryString> <queryString>
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
REPL_ORD_DET.LOT_SL, REPL_ORD_DET.LOT_SL,
REPL_ORD_DET.NO_ART, REPL_ORD_DET.NO_ART,
REPL_ORD_DET.QUANTITY, REPL_ORD_DET.QUANTITY,
REPL_ORD_DET.PICK_ORDER,
REPL_ORD_DET.LOC_CODE__TO, REPL_ORD_DET.LOC_CODE__TO,
(Case when count(REPL_ISS_HDR.repl_order) >=1 then 'Verified' else 'Created' end) status (Case when count(REPL_ISS_HDR.repl_order) >=1 then 'Verified' else 'Created' end) status
FROM REPL_ORD_DET,ITEM,REPL_ORD_HDR,REPL_ISS_HDR FROM REPL_ORD_DET,ITEM,REPL_ORD_HDR,REPL_ISS_HDR
...@@ -31,7 +30,6 @@ group by REPL_ORD_DET.REPL_ORDER, ...@@ -31,7 +30,6 @@ group by REPL_ORD_DET.REPL_ORDER,
REPL_ORD_DET.LOT_SL, REPL_ORD_DET.LOT_SL,
REPL_ORD_DET.NO_ART, REPL_ORD_DET.NO_ART,
REPL_ORD_DET.QUANTITY, REPL_ORD_DET.QUANTITY,
REPL_ORD_DET.PICK_ORDER,
REPL_ORD_DET.LOC_CODE__TO REPL_ORD_DET.LOC_CODE__TO
order by REPL_ORD_DET.REPL_ORDER]]> order by REPL_ORD_DET.REPL_ORDER]]>
</queryString> </queryString>
...@@ -44,7 +42,6 @@ order by REPL_ORD_DET.REPL_ORDER]]> ...@@ -44,7 +42,6 @@ order by REPL_ORD_DET.REPL_ORDER]]>
<field name="LOT_SL" class="java.lang.String"/> <field name="LOT_SL" class="java.lang.String"/>
<field name="NO_ART" class="java.lang.String"/> <field name="NO_ART" class="java.lang.String"/>
<field name="QUANTITY" class="java.lang.String"/> <field name="QUANTITY" class="java.lang.String"/>
<field name="PICK_ORDER" class="java.lang.String"/>
<field name="LOC_CODE__TO" class="java.lang.String"/> <field name="LOC_CODE__TO" class="java.lang.String"/>
<field name="STATUS" class="java.lang.String"/> <field name="STATUS" class="java.lang.String"/>
<background> <background>
...@@ -53,7 +50,7 @@ order by REPL_ORD_DET.REPL_ORDER]]> ...@@ -53,7 +50,7 @@ order by REPL_ORD_DET.REPL_ORDER]]>
<title> <title>
<band height="17" splitType="Stretch"> <band height="17" splitType="Stretch">
<staticText> <staticText>
<reportElement x="4" y="2" width="703" height="15"/> <reportElement x="4" y="2" width="700" height="15"/>
<textElement> <textElement>
<font isBold="true"/> <font isBold="true"/>
</textElement> </textElement>
...@@ -89,7 +86,7 @@ From]]></text> ...@@ -89,7 +86,7 @@ From]]></text>
<text><![CDATA[Repl Order]]></text> <text><![CDATA[Repl Order]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="662" y="3" width="46" height="26"/> <reportElement x="610" y="3" width="46" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="10" isBold="true"/> <font size="10" isBold="true"/>
</textElement> </textElement>
...@@ -103,13 +100,6 @@ To]]></text> ...@@ -103,13 +100,6 @@ To]]></text>
</textElement> </textElement>
<text><![CDATA[Lot No]]></text> <text><![CDATA[Lot No]]></text>
</staticText> </staticText>
<staticText>
<reportElement x="610" y="2" width="50" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Pick Order]]></text>
</staticText>
<staticText> <staticText>
<reportElement x="530" y="2" width="33" height="26"/> <reportElement x="530" y="2" width="33" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
...@@ -146,13 +136,13 @@ To]]></text> ...@@ -146,13 +136,13 @@ To]]></text>
<text><![CDATA[Sordln]]></text> <text><![CDATA[Sordln]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="3" y="28" width="754" height="1"/> <reportElement x="3" y="28" width="701" height="1"/>
</line> </line>
<line> <line>
<reportElement x="3" y="1" width="754" height="1"/> <reportElement x="3" y="1" width="701" height="1"/>
</line> </line>
<line> <line>
<reportElement x="756" y="2" width="1" height="26"/> <reportElement x="704" y="2" width="1" height="26"/>
</line> </line>
<line> <line>
<reportElement x="3" y="1" width="1" height="27"/> <reportElement x="3" y="1" width="1" height="27"/>
...@@ -182,16 +172,13 @@ To]]></text> ...@@ -182,16 +172,13 @@ To]]></text>
<reportElement x="562" y="2" width="1" height="26"/> <reportElement x="562" y="2" width="1" height="26"/>
</line> </line>
<line> <line>
<reportElement x="609" y="2" width="1" height="26"/> <reportElement x="608" y="2" width="1" height="26"/>
</line> </line>
<line> <line>
<reportElement x="660" y="2" width="1" height="26"/> <reportElement x="657" y="2" width="1" height="26"/>
</line>
<line>
<reportElement x="709" y="2" width="1" height="26"/>
</line> </line>
<staticText> <staticText>
<reportElement x="711" y="3" width="45" height="26"/> <reportElement x="659" y="3" width="45" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="10" isBold="true"/> <font size="10" isBold="true"/>
</textElement> </textElement>
...@@ -258,14 +245,7 @@ To]]></text> ...@@ -258,14 +245,7 @@ To]]></text>
<textFieldExpression class="java.lang.String"><![CDATA[$F{NO_ART}]]></textFieldExpression> <textFieldExpression class="java.lang.String"><![CDATA[$F{NO_ART}]]></textFieldExpression>
</textField> </textField>
<textField isBlankWhenNull="true"> <textField isBlankWhenNull="true">
<reportElement x="610" y="0" width="50" height="21"/> <reportElement x="610" y="0" width="46" height="21"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression class="java.lang.String"><![CDATA[$F{PICK_ORDER}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="662" y="0" width="46" height="21"/>
<textElement> <textElement>
<font size="8"/> <font size="8"/>
</textElement> </textElement>
...@@ -281,7 +261,7 @@ To]]></text> ...@@ -281,7 +261,7 @@ To]]></text>
<reportElement x="60" y="-1" width="1" height="22"/> <reportElement x="60" y="-1" width="1" height="22"/>
</line> </line>
<line> <line>
<reportElement x="4" y="-1" width="753" height="1"/> <reportElement x="4" y="-1" width="701" height="1"/>
</line> </line>
<line> <line>
<reportElement x="293" y="-1" width="1" height="22"/> <reportElement x="293" y="-1" width="1" height="22"/>
...@@ -302,10 +282,7 @@ To]]></text> ...@@ -302,10 +282,7 @@ To]]></text>
<reportElement x="562" y="-1" width="1" height="22"/> <reportElement x="562" y="-1" width="1" height="22"/>
</line> </line>
<line> <line>
<reportElement x="3" y="21" width="754" height="1"/> <reportElement x="3" y="21" width="701" height="1"/>
</line>
<line>
<reportElement x="609" y="-1" width="1" height="22"/>
</line> </line>
<textField isBlankWhenNull="true"> <textField isBlankWhenNull="true">
<reportElement x="121" y="0" width="32" height="21"/> <reportElement x="121" y="0" width="32" height="21"/>
...@@ -315,16 +292,16 @@ To]]></text> ...@@ -315,16 +292,16 @@ To]]></text>
<textFieldExpression class="java.lang.String"><![CDATA[$F{LINE_NO__SORD}]]></textFieldExpression> <textFieldExpression class="java.lang.String"><![CDATA[$F{LINE_NO__SORD}]]></textFieldExpression>
</textField> </textField>
<line> <line>
<reportElement x="756" y="0" width="1" height="22"/> <reportElement x="704" y="0" width="1" height="22"/>
</line> </line>
<line> <line>
<reportElement x="709" y="0" width="1" height="22"/> <reportElement x="657" y="0" width="1" height="22"/>
</line> </line>
<line> <line>
<reportElement x="660" y="0" width="1" height="22"/> <reportElement x="608" y="0" width="1" height="22"/>
</line> </line>
<textField> <textField>
<reportElement x="711" y="0" width="45" height="20"/> <reportElement x="659" y="0" width="45" height="20"/>
<textElement/> <textElement/>
<textFieldExpression class="java.lang.String"><![CDATA[$F{STATUS}]]></textFieldExpression> <textFieldExpression class="java.lang.String"><![CDATA[$F{STATUS}]]></textFieldExpression>
</textField> </textField>
...@@ -339,23 +316,23 @@ To]]></text> ...@@ -339,23 +316,23 @@ To]]></text>
<noData> <noData>
<band height="62"> <band height="62">
<staticText> <staticText>
<reportElement x="4" y="0" width="752" height="15"/> <reportElement x="4" y="0" width="700" height="15"/>
<textElement> <textElement>
<font isBold="true"/> <font isBold="true"/>
</textElement> </textElement>
<text><![CDATA[Replenishment Tasks Details]]></text> <text><![CDATA[Replenishment Tasks Details]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="3" y="61" width="753" height="1"/> <reportElement x="3" y="61" width="702" height="1"/>
</line> </line>
<line> <line>
<reportElement x="3" y="41" width="1" height="20"/> <reportElement x="3" y="41" width="1" height="20"/>
</line> </line>
<line> <line>
<reportElement x="756" y="41" width="1" height="20"/> <reportElement x="704" y="41" width="1" height="20"/>
</line> </line>
<staticText> <staticText>
<reportElement x="4" y="42" width="753" height="18"/> <reportElement x="4" y="42" width="700" height="18"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font isPdfEmbedded="false"/> <font isPdfEmbedded="false"/>
</textElement> </textElement>
...@@ -365,10 +342,10 @@ To]]></text> ...@@ -365,10 +342,10 @@ To]]></text>
<reportElement x="562" y="16" width="1" height="26"/> <reportElement x="562" y="16" width="1" height="26"/>
</line> </line>
<line> <line>
<reportElement x="660" y="16" width="1" height="26"/> <reportElement x="608" y="16" width="1" height="26"/>
</line> </line>
<line> <line>
<reportElement x="3" y="41" width="754" height="1"/> <reportElement x="3" y="41" width="701" height="1"/>
</line> </line>
<line> <line>
<reportElement x="60" y="16" width="1" height="26"/> <reportElement x="60" y="16" width="1" height="26"/>
...@@ -407,7 +384,7 @@ To]]></text> ...@@ -407,7 +384,7 @@ To]]></text>
<text><![CDATA[Lot No]]></text> <text><![CDATA[Lot No]]></text>
</staticText> </staticText>
<staticText> <staticText>
<reportElement x="661" y="16" width="46" height="26"/> <reportElement x="609" y="16" width="46" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="10" isBold="true"/> <font size="10" isBold="true"/>
</textElement> </textElement>
...@@ -420,15 +397,8 @@ To]]></text> ...@@ -420,15 +397,8 @@ To]]></text>
<line> <line>
<reportElement x="528" y="16" width="1" height="26"/> <reportElement x="528" y="16" width="1" height="26"/>
</line> </line>
<staticText>
<reportElement x="610" y="16" width="50" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Pick Order]]></text>
</staticText>
<line> <line>
<reportElement x="3" y="14" width="755" height="1"/> <reportElement x="3" y="14" width="702" height="1"/>
</line> </line>
<line> <line>
<reportElement x="118" y="16" width="1" height="26"/> <reportElement x="118" y="16" width="1" height="26"/>
...@@ -441,9 +411,6 @@ To]]></text> ...@@ -441,9 +411,6 @@ To]]></text>
<text><![CDATA[Loc Code <text><![CDATA[Loc Code
From]]></text> From]]></text>
</staticText> </staticText>
<line>
<reportElement x="609" y="16" width="1" height="26"/>
</line>
<staticText> <staticText>
<reportElement x="62" y="16" width="54" height="26"/> <reportElement x="62" y="16" width="54" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
...@@ -473,7 +440,7 @@ From]]></text> ...@@ -473,7 +440,7 @@ From]]></text>
<text><![CDATA[Item Description]]></text> <text><![CDATA[Item Description]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="756" y="15" width="1" height="26"/> <reportElement x="704" y="15" width="1" height="26"/>
</line> </line>
<staticText> <staticText>
<reportElement x="121" y="16" width="35" height="26"/> <reportElement x="121" y="16" width="35" height="26"/>
...@@ -483,10 +450,10 @@ From]]></text> ...@@ -483,10 +450,10 @@ From]]></text>
<text><![CDATA[Sordln]]></text> <text><![CDATA[Sordln]]></text>
</staticText> </staticText>
<line> <line>
<reportElement x="708" y="15" width="1" height="26"/> <reportElement x="656" y="15" width="1" height="26"/>
</line> </line>
<staticText> <staticText>
<reportElement x="710" y="15" width="47" height="26"/> <reportElement x="658" y="15" width="47" height="26"/>
<textElement textAlignment="Center"> <textElement textAlignment="Center">
<font size="10" isBold="true"/> <font size="10" isBold="true"/>
</textElement> </textElement>
......
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