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"?>
<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.x" value="837"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="P_REPL_ID" class="java.lang.String"/>
<queryString>
......@@ -14,7 +14,6 @@
REPL_ORD_DET.LOT_SL,
REPL_ORD_DET.NO_ART,
REPL_ORD_DET.QUANTITY,
REPL_ORD_DET.PICK_ORDER,
REPL_ORD_DET.LOC_CODE__TO,
(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
......@@ -31,7 +30,6 @@ group by REPL_ORD_DET.REPL_ORDER,
REPL_ORD_DET.LOT_SL,
REPL_ORD_DET.NO_ART,
REPL_ORD_DET.QUANTITY,
REPL_ORD_DET.PICK_ORDER,
REPL_ORD_DET.LOC_CODE__TO
order by REPL_ORD_DET.REPL_ORDER]]>
</queryString>
......@@ -44,7 +42,6 @@ order by REPL_ORD_DET.REPL_ORDER]]>
<field name="LOT_SL" class="java.lang.String"/>
<field name="NO_ART" 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="STATUS" class="java.lang.String"/>
<background>
......@@ -53,7 +50,7 @@ order by REPL_ORD_DET.REPL_ORDER]]>
<title>
<band height="17" splitType="Stretch">
<staticText>
<reportElement x="4" y="2" width="703" height="15"/>
<reportElement x="4" y="2" width="700" height="15"/>
<textElement>
<font isBold="true"/>
</textElement>
......@@ -89,7 +86,7 @@ From]]></text>
<text><![CDATA[Repl Order]]></text>
</staticText>
<staticText>
<reportElement x="662" y="3" width="46" height="26"/>
<reportElement x="610" y="3" width="46" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
......@@ -103,13 +100,6 @@ To]]></text>
</textElement>
<text><![CDATA[Lot No]]></text>
</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>
<reportElement x="530" y="2" width="33" height="26"/>
<textElement textAlignment="Center">
......@@ -146,13 +136,13 @@ To]]></text>
<text><![CDATA[Sordln]]></text>
</staticText>
<line>
<reportElement x="3" y="28" width="754" height="1"/>
<reportElement x="3" y="28" width="701" height="1"/>
</line>
<line>
<reportElement x="3" y="1" width="754" height="1"/>
<reportElement x="3" y="1" width="701" height="1"/>
</line>
<line>
<reportElement x="756" y="2" width="1" height="26"/>
<reportElement x="704" y="2" width="1" height="26"/>
</line>
<line>
<reportElement x="3" y="1" width="1" height="27"/>
......@@ -182,16 +172,13 @@ To]]></text>
<reportElement x="562" y="2" width="1" height="26"/>
</line>
<line>
<reportElement x="609" y="2" width="1" height="26"/>
<reportElement x="608" y="2" width="1" height="26"/>
</line>
<line>
<reportElement x="660" y="2" width="1" height="26"/>
</line>
<line>
<reportElement x="709" y="2" width="1" height="26"/>
<reportElement x="657" y="2" width="1" height="26"/>
</line>
<staticText>
<reportElement x="711" y="3" width="45" height="26"/>
<reportElement x="659" y="3" width="45" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
......@@ -258,14 +245,7 @@ To]]></text>
<textFieldExpression class="java.lang.String"><![CDATA[$F{NO_ART}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="610" y="0" width="50" 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"/>
<reportElement x="610" y="0" width="46" height="21"/>
<textElement>
<font size="8"/>
</textElement>
......@@ -281,7 +261,7 @@ To]]></text>
<reportElement x="60" y="-1" width="1" height="22"/>
</line>
<line>
<reportElement x="4" y="-1" width="753" height="1"/>
<reportElement x="4" y="-1" width="701" height="1"/>
</line>
<line>
<reportElement x="293" y="-1" width="1" height="22"/>
......@@ -302,10 +282,7 @@ To]]></text>
<reportElement x="562" y="-1" width="1" height="22"/>
</line>
<line>
<reportElement x="3" y="21" width="754" height="1"/>
</line>
<line>
<reportElement x="609" y="-1" width="1" height="22"/>
<reportElement x="3" y="21" width="701" height="1"/>
</line>
<textField isBlankWhenNull="true">
<reportElement x="121" y="0" width="32" height="21"/>
......@@ -315,16 +292,16 @@ To]]></text>
<textFieldExpression class="java.lang.String"><![CDATA[$F{LINE_NO__SORD}]]></textFieldExpression>
</textField>
<line>
<reportElement x="756" y="0" width="1" height="22"/>
<reportElement x="704" y="0" width="1" height="22"/>
</line>
<line>
<reportElement x="709" y="0" width="1" height="22"/>
<reportElement x="657" y="0" width="1" height="22"/>
</line>
<line>
<reportElement x="660" y="0" width="1" height="22"/>
<reportElement x="608" y="0" width="1" height="22"/>
</line>
<textField>
<reportElement x="711" y="0" width="45" height="20"/>
<reportElement x="659" y="0" width="45" height="20"/>
<textElement/>
<textFieldExpression class="java.lang.String"><![CDATA[$F{STATUS}]]></textFieldExpression>
</textField>
......@@ -339,23 +316,23 @@ To]]></text>
<noData>
<band height="62">
<staticText>
<reportElement x="4" y="0" width="752" height="15"/>
<reportElement x="4" y="0" width="700" height="15"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Replenishment Tasks Details]]></text>
</staticText>
<line>
<reportElement x="3" y="61" width="753" height="1"/>
<reportElement x="3" y="61" width="702" height="1"/>
</line>
<line>
<reportElement x="3" y="41" width="1" height="20"/>
</line>
<line>
<reportElement x="756" y="41" width="1" height="20"/>
<reportElement x="704" y="41" width="1" height="20"/>
</line>
<staticText>
<reportElement x="4" y="42" width="753" height="18"/>
<reportElement x="4" y="42" width="700" height="18"/>
<textElement textAlignment="Center">
<font isPdfEmbedded="false"/>
</textElement>
......@@ -365,10 +342,10 @@ To]]></text>
<reportElement x="562" y="16" width="1" height="26"/>
</line>
<line>
<reportElement x="660" y="16" width="1" height="26"/>
<reportElement x="608" y="16" width="1" height="26"/>
</line>
<line>
<reportElement x="3" y="41" width="754" height="1"/>
<reportElement x="3" y="41" width="701" height="1"/>
</line>
<line>
<reportElement x="60" y="16" width="1" height="26"/>
......@@ -407,7 +384,7 @@ To]]></text>
<text><![CDATA[Lot No]]></text>
</staticText>
<staticText>
<reportElement x="661" y="16" width="46" height="26"/>
<reportElement x="609" y="16" width="46" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
......@@ -420,15 +397,8 @@ To]]></text>
<line>
<reportElement x="528" y="16" width="1" height="26"/>
</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>
<reportElement x="3" y="14" width="755" height="1"/>
<reportElement x="3" y="14" width="702" height="1"/>
</line>
<line>
<reportElement x="118" y="16" width="1" height="26"/>
......@@ -441,9 +411,6 @@ To]]></text>
<text><![CDATA[Loc Code
From]]></text>
</staticText>
<line>
<reportElement x="609" y="16" width="1" height="26"/>
</line>
<staticText>
<reportElement x="62" y="16" width="54" height="26"/>
<textElement textAlignment="Center">
......@@ -473,7 +440,7 @@ From]]></text>
<text><![CDATA[Item Description]]></text>
</staticText>
<line>
<reportElement x="756" y="15" width="1" height="26"/>
<reportElement x="704" y="15" width="1" height="26"/>
</line>
<staticText>
<reportElement x="121" y="16" width="35" height="26"/>
......@@ -483,10 +450,10 @@ From]]></text>
<text><![CDATA[Sordln]]></text>
</staticText>
<line>
<reportElement x="708" y="15" width="1" height="26"/>
<reportElement x="656" y="15" width="1" height="26"/>
</line>
<staticText>
<reportElement x="710" y="15" width="47" height="26"/>
<reportElement x="658" y="15" width="47" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</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