Commit debefa6d authored by sabita.prasad's avatar sabita.prasad

Made changes on wave preview report given by Ashish sir


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92178 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cdacf625
<?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="wave_sale_order_item_Res_det_1" pageWidth="756" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="720" leftMargin="18" rightMargin="18" topMargin="3" bottomMargin="18">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<queryString language="SQL">
<![CDATA[select sale_order,line_no,reas_detail,part_qty from sorditem_temp
order by line_no]]>
</queryString>
<field name="SALE_ORDER" class="java.lang.String"/>
<field name="LINE_NO" class="java.lang.String"/>
<field name="REAS_DETAIL" class="java.lang.String"/>
<field name="PART_QTY" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="20" splitType="Stretch">
<staticText>
<reportElement x="29" y="0" width="385" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Sale order Item Reason Details]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="20" splitType="Stretch">
<staticText>
<reportElement x="28" y="0" width="77" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Sale Order]]></text>
</staticText>
<staticText>
<reportElement x="104" y="0" width="40" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Line No]]></text>
</staticText>
<staticText>
<reportElement x="146" y="0" width="166" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Reason Detail]]></text>
</staticText>
<staticText>
<reportElement x="312" y="0" width="72" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Part Qty]]></text>
</staticText>
<line>
<reportElement x="27" y="19" width="358" height="1"/>
</line>
<line>
<reportElement x="27" y="0" width="358" height="1"/>
</line>
<line>
<reportElement x="384" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="311" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="144" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="103" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="27" y="0" width="1" height="20"/>
</line>
</band>
</columnHeader>
<detail>
<band height="20" splitType="Stretch">
<textField isBlankWhenNull="true">
<reportElement x="29" y="0" width="73" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{SALE_ORDER}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="312" y="0" width="73" height="20"/>
<textElement textAlignment="Right">
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{PART_QTY}]]></textFieldExpression>
</textField>
<line>
<reportElement x="27" y="0" width="358" height="1"/>
</line>
<line>
<reportElement x="27" y="19" width="358" height="1"/>
</line>
<line>
<reportElement x="27" y="0" width="1" height="19"/>
</line>
<line>
<reportElement x="103" y="1" width="1" height="19"/>
</line>
<line>
<reportElement x="144" y="1" width="1" height="19"/>
</line>
<line>
<reportElement x="311" y="1" width="1" height="19"/>
</line>
<line>
<reportElement x="384" y="0" width="1" height="19"/>
</line>
<textField isBlankWhenNull="true">
<reportElement x="105" y="0" width="39" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{LINE_NO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement positionType="Float" stretchType="RelativeToBandHeight" x="146" y="0" width="166" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{REAS_DETAIL}]]></textFieldExpression>
</textField>
</band>
</detail>
<columnFooter>
<band splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
<noData>
<band height="64">
<staticText>
<reportElement x="29" y="4" width="385" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Sale order Item Reason Details]]></text>
</staticText>
<line>
<reportElement x="144" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="27" y="44" width="358" height="1"/>
</line>
<staticText>
<reportElement x="104" y="25" width="40" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Line No]]></text>
</staticText>
<line>
<reportElement x="385" y="25" width="1" height="20"/>
</line>
<staticText>
<reportElement x="146" y="25" width="166" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Reason Detail]]></text>
</staticText>
<line>
<reportElement x="27" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="311" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="27" y="25" width="358" height="1"/>
</line>
<line>
<reportElement x="103" y="25" width="1" height="20"/>
</line>
<staticText>
<reportElement x="312" y="25" width="72" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Part Qty]]></text>
</staticText>
<staticText>
<reportElement x="28" y="25" width="66" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Sale Order]]></text>
</staticText>
<line>
<reportElement x="385" y="45" width="1" height="19"/>
</line>
<line>
<reportElement x="27" y="44" width="1" height="19"/>
</line>
<line>
<reportElement x="27" y="63" width="358" height="1"/>
</line>
<staticText>
<reportElement x="29" y="43" width="355" height="20"/>
<textElement textAlignment="Center"/>
<text><![CDATA[NA]]></text>
</staticText>
</band>
</noData>
</jasperReport>
<?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="wave_task_1" pageWidth="756" pageHeight="595" orientation="Landscape" columnWidth="720" leftMargin="18" rightMargin="18" topMargin="18" bottomMargin="18">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="p_wave_id" class="java.lang.String"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["E:\\manohar\\reports\\"]]></defaultValueExpression>
</parameter>
<queryString>
<![CDATA[select WAVE_ID,TO_CHAR(TRAN_DATE,'MM/DD/RR') TRAN_DATE,SALE_ORDER__FROM,SALE_ORDER__TO,CUST_CODE__FROM,CUST_CODE__TO,TO_CHAR(DUE_DATE__FROM,'MM/DD/RR') DUE_DATE__FROM,TO_CHAR(DUE_DATE__TO,'MM/DD/RR') DUE_DATE__TO,HOLD_STATUS
from WAVE_TASK
where WAVE_ID=$P{p_wave_id}
order by WAVE_ID]]>
</queryString>
<field name="WAVE_ID" class="java.lang.String"/>
<field name="TRAN_DATE" class="java.lang.String"/>
<field name="SALE_ORDER__FROM" class="java.lang.String"/>
<field name="SALE_ORDER__TO" class="java.lang.String"/>
<field name="CUST_CODE__FROM" class="java.lang.String"/>
<field name="CUST_CODE__TO" class="java.lang.String"/>
<field name="DUE_DATE__FROM" class="java.lang.String"/>
<field name="DUE_DATE__TO" class="java.lang.String"/>
<field name="HOLD_STATUS" class="java.lang.String"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="19" splitType="Stretch">
<staticText>
<reportElement x="25" y="2" width="462" height="15"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Tasks]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band splitType="Stretch"/>
</columnHeader>
<detail>
<band height="46" splitType="Stretch">
<textField isBlankWhenNull="true">
<reportElement x="103" y="26" width="70" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{TRAN_DATE}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="176" y="26" width="79" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{SALE_ORDER__FROM}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="258" y="26" width="67" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{SALE_ORDER__TO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="328" y="26" width="76" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CUST_CODE__FROM}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="541" y="26" width="58" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{DUE_DATE__TO}]]></textFieldExpression>
</textField>
<textField isBlankWhenNull="true">
<reportElement x="601" y="26" width="62" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{HOLD_STATUS}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="24" y="0" width="77" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Wave Id]]></text>
</staticText>
<staticText>
<reportElement x="103" y="0" width="70" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Transaction Date]]></text>
</staticText>
<staticText>
<reportElement x="176" y="0" width="79" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Sale Order
From]]></text>
</staticText>
<staticText>
<reportElement x="257" y="0" width="69" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Sale Order
To]]></text>
</staticText>
<staticText>
<reportElement x="328" y="0" width="76" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Cust Code From]]></text>
</staticText>
<staticText>
<reportElement x="541" y="0" width="58" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Due Date
To]]></text>
</staticText>
<staticText>
<reportElement x="601" y="0" width="64" height="26"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Hold Status]]></text>
</staticText>
<line>
<reportElement x="23" y="1" width="644" height="1"/>
</line>
<staticText>
<reportElement x="481" y="0" width="59" height="26"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Due Date
From]]></text>
</staticText>
<textField>
<reportElement x="481" y="26" width="59" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{DUE_DATE__FROM}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="407" y="0" width="73" height="26"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Cust Code
To]]></text>
</staticText>
<textField>
<reportElement x="407" y="26" width="73" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{CUST_CODE__TO}]]></textFieldExpression>
</textField>
<line>
<reportElement x="23" y="26" width="644" height="1"/>
</line>
<line>
<reportElement x="667" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="599" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="539" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="479" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="404" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="326" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="256" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="174" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="102" y="1" width="1" height="25"/>
</line>
<line>
<reportElement x="23" y="1" width="1" height="25"/>
</line>
<textField>
<reportElement x="25" y="26" width="75" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{WAVE_ID}]]></textFieldExpression>
</textField>
<line>
<reportElement x="23" y="45" width="644" height="1"/>
</line>
<line>
<reportElement x="667" y="26" width="1" height="20"/>
</line>
<line>
<reportElement x="599" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="539" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="479" y="26" width="1" height="20"/>
</line>
<line>
<reportElement x="404" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="326" y="26" width="1" height="20"/>
</line>
<line>
<reportElement x="256" y="26" width="1" height="20"/>
</line>
<line>
<reportElement x="174" y="25" width="1" height="20"/>
</line>
<line>
<reportElement x="102" y="26" width="1" height="20"/>
</line>
<line>
<reportElement x="23" y="26" width="1" height="20"/>
</line>
</band>
<band height="18">
<subreport>
<reportElement positionType="Float" stretchType="RelativeToBandHeight" x="3" y="1" width="701" height="17" isRemoveLineWhenBlank="true"/>
<subreportParameter name="P_wave_id">
<subreportParameterExpression><![CDATA[$F{WAVE_ID}]]></subreportParameterExpression>
</subreportParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
<subreportExpression class="java.io.InputStream"><![CDATA[new FileInputStream("D:/jboss-5.1.0.GA/server/default/deploy/ibase.ear/ibase.war/webitm/reports/jrxml/wave_task_det_1.jasper")]]></subreportExpression>
</subreport>
</band>
</detail>
<columnFooter>
<band splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
</jasperReport>
<?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="wave_task_det_1" pageWidth="756" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="720" leftMargin="18" rightMargin="18" topMargin="18" bottomMargin="18">
<property name="ireport.zoom" value="1.5"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="P_wave_id" class="java.lang.String"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
<parameterDescription><![CDATA[]]></parameterDescription>
<defaultValueExpression><![CDATA["E:\\manohar\\reports\\"]]></defaultValueExpression>
</parameter>
<queryString>
<![CDATA[SELECT WAVE_TASK_DET.WAVE_ID,REFSER.DESCR,
(CASE WHEN WAVE_TASK_DET.wave_status ='C' THEN 'Created' when WAVE_TASK_DET.wave_status ='W' then 'Held'
when WAVE_TASK_DET.wave_status ='V' then 'Verified' ELSE NULL END) WAVESTATUS,WAVE_SEQ.PRIORITY,COUNT(*) CNT
FROM WAVE_TASK_DET,REFSER, WAVE_SEQ
WHERE WAVE_TASK_DET.REF_SER= REFSER.REF_SER
AND WAVE_ID =$P{P_wave_id}
AND WAVE_TASK_DET.REF_SER = WAVE_SEQ.REF_SER
GROUP BY REFSER.DESCR,
WAVE_TASK_DET.WAVE_ID,
(CASE WHEN WAVE_TASK_DET.wave_status ='C' THEN 'Created' when WAVE_TASK_DET.wave_status ='W' then 'Held'
when WAVE_TASK_DET.wave_status ='V' then 'Verified' ELSE NULL END) ,WAVE_SEQ.PRIORITY
order by WAVE_SEQ.PRIORITY,REFSER.DESCR,WAVESTATUS,CNT]]>
</queryString>
<field name="WAVE_ID" class="java.lang.String"/>
<field name="DESCR" class="java.lang.String"/>
<field name="WAVESTATUS" class="java.lang.String"/>
<field name="PRIORITY" class="java.lang.Integer"/>
<field name="CNT" class="java.lang.Integer"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="18" splitType="Stretch">
<staticText>
<reportElement x="5" y="4" width="359" height="14"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Tasks Details]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band splitType="Stretch"/>
</pageHeader>
<columnHeader>
<band height="21" splitType="Stretch">
<staticText>
<reportElement x="3" y="1" width="62" height="20"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Wave Id]]></text>
</staticText>
<staticText>
<reportElement x="68" y="1" width="162" height="20"/>
<textElement>
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Task Description]]></text>
</staticText>
<line>
<reportElement x="2" y="0" width="362" height="1"/>
</line>
<line>
<reportElement x="2" y="20" width="362" height="1"/>
</line>
<line>
<reportElement x="66" y="1" width="1" height="20"/>
</line>
<line>
<reportElement x="2" y="1" width="1" height="20"/>
</line>
<line>
<reportElement x="231" y="1" width="1" height="20"/>
</line>
<line>
<reportElement x="364" y="0" width="1" height="20"/>
</line>
<staticText>
<reportElement x="233" y="1" width="70" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Task Status]]></text>
</staticText>
<line>
<reportElement x="304" y="0" width="1" height="20"/>
</line>
<staticText>
<reportElement x="307" y="1" width="55" height="20"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Task Count]]></text>
</staticText>
</band>
</columnHeader>
<detail>
<band height="20" splitType="Stretch">
<textField isBlankWhenNull="true">
<reportElement x="5" y="0" width="60" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{WAVE_ID}]]></textFieldExpression>
</textField>
<textField>
<reportElement positionType="Float" stretchType="RelativeToBandHeight" x="68" y="0" width="162" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{DESCR}]]></textFieldExpression>
</textField>
<line>
<reportElement x="2" y="19" width="362" height="1"/>
</line>
<line>
<reportElement x="66" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="2" y="0" width="1" height="20"/>
</line>
<line>
<reportElement x="2" y="-1" width="362" height="1"/>
</line>
<line>
<reportElement x="231" y="-1" width="1" height="20"/>
</line>
<line>
<reportElement x="364" y="-1" width="1" height="20"/>
</line>
<textField>
<reportElement x="233" y="0" width="70" height="20"/>
<textElement>
<font size="8"/>
</textElement>
<textFieldExpression><![CDATA[$F{WAVESTATUS}]]></textFieldExpression>
</textField>
<line>
<reportElement x="304" y="-1" width="1" height="20"/>
</line>
<textField>
<reportElement x="307" y="0" width="55" height="20"/>
<textElement textAlignment="Right">
<font size="8"/>
</textElement>
<textFieldExpression class="java.lang.Integer"><![CDATA[$F{CNT}]]></textFieldExpression>
</textField>
</band>
<band/>
</detail>
<columnFooter>
<band splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
<noData>
<band height="56">
<staticText>
<reportElement x="5" y="1" width="351" height="14"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Tasks Details]]></text>
</staticText>
<line>
<reportElement x="290" y="15" width="1" height="20"/>
</line>
<staticText>
<reportElement x="68" y="16" width="162" height="20"/>
<textElement>
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Task Description]]></text>
</staticText>
<line>
<reportElement x="2" y="35" width="1" height="20"/>
</line>
<staticText>
<reportElement x="3" y="36" width="350" height="19"/>
<textElement textAlignment="Center"/>
<text><![CDATA[NA]]></text>
</staticText>
<line>
<reportElement x="353" y="35" width="1" height="20"/>
</line>
<staticText>
<reportElement x="3" y="16" width="62" height="20"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Wave Id]]></text>
</staticText>
<line>
<reportElement x="2" y="55" width="351" height="1"/>
</line>
<line>
<reportElement x="2" y="16" width="1" height="20"/>
</line>
<line>
<reportElement x="231" y="16" width="1" height="20"/>
</line>
<staticText>
<reportElement x="292" y="16" width="61" height="20"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Task Count]]></text>
</staticText>
<staticText>
<reportElement x="232" y="16" width="58" height="20"/>
<textElement textAlignment="Center">
<font size="10" isBold="true"/>
</textElement>
<text><![CDATA[Task Status]]></text>
</staticText>
<line>
<reportElement x="2" y="35" width="351" height="1"/>
</line>
<line>
<reportElement x="66" y="16" width="1" height="20"/>
</line>
<line>
<reportElement x="353" y="15" width="1" height="20"/>
</line>
<line>
<reportElement x="2" y="15" width="351" height="1"/>
</line>
</band>
</noData>
</jasperReport>
<?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="wave_task_main_1" pageWidth="828" pageHeight="595" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="790" leftMargin="18" rightMargin="20" topMargin="20" bottomMargin="20">
<property name="ireport.zoom" value="1.0"/>
<property name="ireport.x" value="0"/>
<property name="ireport.y" value="0"/>
<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
<defaultValueExpression><![CDATA["E:\\manohar\\reports\\"]]></defaultValueExpression>
</parameter>
<parameter name="p_wave_id" class="java.lang.String"/>
<queryString language="SQL">
<![CDATA[select sysdate from dual]]>
</queryString>
<field name="SYSDATE" class="java.util.Date"/>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="20" splitType="Stretch">
<staticText>
<reportElement x="0" y="0" width="696" height="20"/>
<textElement textAlignment="Center">
<font isBold="true"/>
</textElement>
<text><![CDATA[Wave Preview]]></text>
</staticText>
</band>
</title>
<pageHeader>
<band height="15" splitType="Stretch">
<staticText>
<reportElement x="44" y="0" width="31" height="15"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Date :]]></text>
</staticText>
<staticText>
<reportElement x="668" y="0" width="44" height="15"/>
<textElement>
<font isBold="true"/>
</textElement>
<text><![CDATA[Page No.]]></text>
</staticText>
<textField>
<reportElement x="713" y="0" width="22" height="15"/>
<textElement textAlignment="Right">
<font isBold="false"/>
</textElement>
<textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="737" y="0" width="14" height="15"/>
<textElement>
<font isBold="false" isUnderline="false"/>
</textElement>
<text><![CDATA[of]]></text>
</staticText>
<textField evaluationTime="Report">
<reportElement x="752" y="0" width="30" height="15"/>
<textElement>
<font isBold="false"/>
</textElement>
<textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="MM/dd/yy" isBlankWhenNull="true">
<reportElement x="78" y="0" width="146" height="15"/>
<textElement/>
<textFieldExpression class="java.util.Date"><![CDATA[$F{SYSDATE}]]></textFieldExpression>
</textField>
</band>
</pageHeader>
<columnHeader>
<band splitType="Stretch"/>
</columnHeader>
<detail>
<band height="42" splitType="Stretch">
<subreport>
<reportElement positionType="Float" stretchType="RelativeToBandHeight" x="0" y="1" width="644" height="41"/>
<subreportParameter name="SUBREPORT_DIR"/>
<subreportParameter name="p_wave_id">
<subreportParameterExpression><![CDATA[$P{p_wave_id}]]></subreportParameterExpression>
</subreportParameter>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
<subreportExpression class="java.io.InputStream"><![CDATA[new FileInputStream("D:/jboss-5.1.0.GA/server/default/deploy/ibase.ear/ibase.war/webitm/reports/jrxml/wave_task_1.jasper")]]></subreportExpression>
</subreport>
</band>
<band height="41">
<subreport>
<reportElement positionType="Float" stretchType="RelativeToBandHeight" x="0" y="1" width="644" height="40"/>
<connectionExpression><![CDATA[$P{REPORT_CONNECTION}]]></connectionExpression>
<subreportExpression class="java.io.InputStream"><![CDATA[new FileInputStream("D:/jboss-5.1.0.GA/server/default/deploy/ibase.ear/ibase.war/webitm/reports/jrxml/wave_sale_order_item_res_det_1.jasper")]]></subreportExpression>
</subreport>
</band>
</detail>
<columnFooter>
<band splitType="Stretch"/>
</columnFooter>
<pageFooter>
<band splitType="Stretch"/>
</pageFooter>
<summary>
<band splitType="Stretch"/>
</summary>
<noData>
<band/>
</noData>
</jasperReport>
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