Jump to content
We've recently updated our Privacy Statement, available here ×

Recently i am migrated to 3.5.0 to 6.10.0. While exporting to html i am getting extended line in the html


yussufsharief

Recommended Posts

<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.8.0.final using JasperReports Library version 6.8.0-2ed8dfabb690ff337a5797129f2cd92902b0c87b  -->
<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="PendingOrderReportDetail" pageWidth="1830" pageHeight="655" orientation="Landscape" whenNoDataType="NoDataSection" columnWidth="1830" leftMargin="0" rightMargin="0" topMargin="11" bottomMargin="11" uuid="82a9d297-d6c2-4e33-b979-d22ae77b1ea5">
    <property name="ireport.scriptlethandling" value="0"/>
    <property name="ireport.encoding" value="UTF-8"/>
    <property name="ireport.zoom" value="1.0000000000000022"/>
    <property name="ireport.x" value="0"/>
    <property name="ireport.y" value="0"/>
    <import value="net.sf.jasperreports.engine.*"/>
    <import value="java.util.*"/>
    <import value="net.sf.jasperreports.engine.data.*"/>
    <template><![CDATA[$P{USCSStyleLocation}]]></template>
    <parameter name="Warehouse/Customers" class="net.sf.jasperreports.engine.JRDataSource"/>
    <parameter name="printOrderNotes" class="java.lang.String" isForPrompting="false"/>
    <parameter name="pendingOrShipped" class="java.lang.String" isForPrompting="false"/>
    <parameter name="Ticket" class="java.lang.String" isForPrompting="false"/>
    <parameter name="consignee" class="java.lang.String" isForPrompting="false"/>
    <parameter name="reportBasisDate" class="java.lang.String" isForPrompting="false"/>
    <parameter name="asOfDate" class="java.lang.String" isForPrompting="false"/>
    <parameter name="dateRange" class="java.lang.String" isForPrompting="false"/>
    <parameter name="sortSequense" class="java.lang.String" isForPrompting="false"/>
    <parameter name="reportLevel" class="java.lang.String" isForPrompting="false"/>
    <parameter name="requestedDateAndTime" class="java.lang.String" isForPrompting="false"/>
    <parameter name="reportFormat" class="java.lang.String" isForPrompting="false"/>
    <parameter name="requestedDateTime" class="java.lang.String" isForPrompting="false"/>
    <parameter name="SUBREPORT_DIR" class="java.lang.String">
        <defaultValueExpression><![CDATA["D:\newlocation\"]]></defaultValueExpression>
    </parameter>
    <parameter name="generateRepFor" class="java.lang.String" isForPrompting="false"/>
    <parameter name="orderNo" class="java.lang.String" isForPrompting="false"/>
    <parameter name="USCSStyleLocation" class="java.lang.String" isForPrompting="false">
        <defaultValueExpression><![CDATA["D://CreatedJrxmlFiles/HtmlExcelStyleTemplate.jrtx"]]></defaultValueExpression>
    </parameter>
    <parameter name="pendWthApp" class="java.lang.String" isForPrompting="false"/>
    <field name="customerNo" class="java.lang.Integer"/>
    <field name="carrier" class="java.lang.String"/>
    <field name="consigneeName" class="java.lang.String"/>
    <field name="consigneeAddress" class="java.lang.String"/>
    <field name="shipmentMode" class="java.lang.String"/>
    <field name="paymentMode" class="java.lang.String"/>
    <field name="poolId" class="java.lang.String"/>
    <field name="orderNo" class="java.lang.String"/>
    <field name="poNumber" class="java.lang.String"/>
    <field name="ticketNo" class="java.lang.Integer"/>
    <field name="shipDateStr" class="java.lang.String"/>
    <field name="arrivalDateStr" class="java.lang.String"/>
    <field name="productCode" class="java.lang.String"/>
    <field name="productDesc" class="java.lang.String"/>
    <field name="orderedQty" class="java.lang.Integer"/>
    <field name="orderedWeight" class="java.lang.Double"/>
    <field name="pickedQty" class="java.lang.Integer"/>
    <field name="pickedWeight" class="java.lang.Double"/>
    <field name="cube" class="java.lang.Double"/>
    <field name="orderNotes" class="java.lang.String"/>
    <field name="customerName" class="java.lang.String"/>
    <field name="orderType" class="java.lang.String"/>
    <field name="masterLinkNo" class="java.lang.String"/>
    <field name="loadNo" class="java.lang.String"/>
    <variable name="custTotalQuantityOrd" class="java.lang.Integer" resetType="Group" resetGroup="customer_group" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedQty}]]></variableExpression>
    </variable>
    <variable name="custTotalWeightOrd" class="java.lang.Double" resetType="Group" resetGroup="customer_group" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedWeight}]]></variableExpression>
    </variable>
    <variable name="ticketTotalQuantityOrd" class="java.lang.Integer" resetType="Group" resetGroup="Ticket_group" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedQty}]]></variableExpression>
    </variable>
    <variable name="ticketTotalWeightOrd" class="java.lang.Double" resetType="Group" resetGroup="Ticket_group" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedWeight}]]></variableExpression>
    </variable>
    <variable name="grandTotalQuantityOrd" class="java.lang.Integer" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedQty}]]></variableExpression>
    </variable>
    <variable name="grandTotalWeightOrd" class="java.lang.Double" calculation="Sum">
        <variableExpression><![CDATA[$F{orderedWeight}]]></variableExpression>
    </variable>
    <variable name="custTotalQuntityPicked" class="java.lang.Integer" resetType="Group" resetGroup="customer_group" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedQty}]]></variableExpression>
    </variable>
    <variable name="custTotalWeightPicked" class="java.lang.Double" resetType="Group" resetGroup="customer_group" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedWeight}]]></variableExpression>
    </variable>
    <variable name="custTotalCube" class="java.lang.Double" resetType="Group" resetGroup="customer_group" calculation="Sum">
        <variableExpression><![CDATA[$F{cube}]]></variableExpression>
    </variable>
    <variable name="ticketTotalQuntityPicked" class="java.lang.Integer" resetType="Group" resetGroup="Ticket_group" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedQty}]]></variableExpression>
    </variable>
    <variable name="TicketTotalWeightPicked" class="java.lang.Double" resetType="Group" resetGroup="Ticket_group" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedWeight}]]></variableExpression>
    </variable>
    <variable name="TicketTotalCube" class="java.lang.Double" resetType="Group" resetGroup="Ticket_group" calculation="Sum">
        <variableExpression><![CDATA[$F{cube}]]></variableExpression>
    </variable>
    <variable name="grandTotalQuantityPicked" class="java.lang.Integer" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedQty}]]></variableExpression>
    </variable>
    <variable name="grandTotalWeightPicked" class="java.lang.Double" calculation="Sum">
        <variableExpression><![CDATA[$F{pickedWeight}]]></variableExpression>
    </variable>
    <variable name="grandTotalCube" class="java.lang.Double" calculation="Sum">
        <variableExpression><![CDATA[$F{cube}]]></variableExpression>
    </variable>
    <group name="customer_group" isReprintHeaderOnEachPage="true">
        <groupExpression><![CDATA[$F{customerNo}]]></groupExpression>
        <groupHeader>
            <band height="65" splitType="Prevent">
                <property name="com.jaspersoft.studio.layout"/>
                <staticText>
                    <reportElement key="staticText-44" style="LeftSubHeadingHtml" x="0" y="0" width="125" height="21" uuid="cc74c697-f89e-46bc-ad9d-55f5e902f023"/>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Customer :]]></text>
                </staticText>
                <textField isBlankWhenNull="false">
                    <reportElement key="textField-12" style="RightSubHeadingHtml" x="125" y="0" width="938" height="21" uuid="859ca57f-98c4-4705-8170-3a4129e796d3"/>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{customerNo}+"-"+$F{customerName}]]></textFieldExpression>
                </textField>
                <staticText>
                    <reportElement key="staticText-45" style="ColumnHeaderHtml" mode="Opaque" x="0" y="34" width="125" height="31" uuid="88a5848c-2878-41d0-907a-ccb8a62e5fcc"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Carrier]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-46" style="ColumnHeaderHtml" mode="Opaque" x="125" y="34" width="144" height="31" uuid="6abe7dae-6fdf-4c73-8764-03aac44b6c92"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[ship to]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-47" style="ColumnHeaderHtml" mode="Opaque" x="269" y="34" width="181" height="31" uuid="85a21895-ec61-4373-aa3d-ea7026496c2a"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Consignee Address]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-48" style="ColumnHeaderHtml" mode="Opaque" x="450" y="34" width="90" height="31" uuid="4b88d622-ffdc-443a-92c4-efee8f0530cd"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Mode of Shipment]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-49" style="ColumnHeaderHtml" mode="Opaque" x="540" y="34" width="78" height="31" uuid="096ef8be-077f-4d46-ae27-fe91ea27ed78"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Mode of Payment]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-50" style="ColumnHeaderHtml" mode="Opaque" x="618" y="34" width="64" height="31" uuid="debf3839-8845-43de-9f17-ebc92b46fc32"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Pool Id]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-51" style="ColumnHeaderHtml" mode="Opaque" x="682" y="34" width="80" height="31" uuid="ce2e2409-edf1-4f85-8b20-4b4ebc978d55"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Order Number]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-52" style="ColumnHeaderHtml" mode="Opaque" x="762" y="34" width="82" height="31" uuid="041ff12f-5a75-421d-814e-bba1e98d3839"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[PO Number]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-53" style="ColumnHeaderHtml" mode="Opaque" x="844" y="34" width="72" height="31" uuid="bdc62cfe-4d2f-4a98-ba76-218b6127b264"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Ticket]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-54" style="ColumnHeaderHtml" mode="Opaque" x="916" y="34" width="85" height="31" uuid="1bc058b8-2a43-4f36-9422-cf95917f4c28"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[ship Date]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-160" style="ColumnHeaderHtml" mode="Opaque" x="1001" y="34" width="69" height="31" uuid="c765979a-66f9-4ec9-8ecc-a6d2a1278083"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Master Link Number]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-161" style="ColumnHeaderHtml" mode="Opaque" x="1070" y="34" width="70" height="31" uuid="dd8bfb5b-2d98-43bd-b4b4-f40031d0389e"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Load Number]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-162" style="ColumnHeaderHtml" mode="Opaque" x="1140" y="34" width="79" height="31" uuid="8f3d36f3-83ab-41cf-b1bd-31a876aa3a7f"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Order Type]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-163" style="ColumnHeaderHtml" mode="Opaque" x="1219" y="34" width="77" height="31" uuid="5f59727c-612e-49ca-95fc-e3b157779e54"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Arrival Date]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-164" style="ColumnHeaderHtml" mode="Opaque" x="1296" y="34" width="84" height="31" uuid="5282c0d1-b7e7-4545-b003-e8133b48013f"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Product]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-165" style="ColumnHeaderHtml" mode="Opaque" x="1380" y="34" width="108" height="31" uuid="45725201-17eb-4b34-b0f2-f0ac24b5eb68"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Product Description]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-166" style="ColumnHeaderHtml" mode="Opaque" x="1488" y="34" width="87" height="31" uuid="fd471892-f228-49bf-b9cd-f862226388cf"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Quantity Ordered]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-167" style="ColumnHeaderHtml" mode="Opaque" x="1575" y="34" width="65" height="31" uuid="2de94eb4-9648-4213-8098-139655c0d81f"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Quantity Picked]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-168" style="ColumnHeaderHtml" mode="Opaque" x="1640" y="34" width="63" height="31" uuid="bdb800a3-9183-4281-95ff-a327e20deeca"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Weight Ordered]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-169" style="ColumnHeaderHtml" mode="Opaque" x="1703" y="34" width="63" height="31" uuid="b6eb5fb1-d13d-4ba9-8454-00c8c6e1e422"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Weight Picked]]></text>
                </staticText>
                <staticText>
                    <reportElement key="staticText-170" style="ColumnHeaderHtml" mode="Opaque" x="1766" y="34" width="64" height="31" uuid="0dfdb43a-4dd7-4b2e-8a09-f75f240163ac"/>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <text><![CDATA[Cube]]></text>
                </staticText>
            </band>
        </groupHeader>
        <groupFooter>
            <band height="24">
                <textField isBlankWhenNull="false">
                    <reportElement key="textField-71" style="ColumnHeaderHtml" mode="Opaque" x="0" y="0" width="1488" height="24" uuid="7d1d958c-1655-451e-b7c0-b24f30971581"/>
                    <box>
                        <pen lineWidth="0.0" lineStyle="Solid"/>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA["Total for  :" + $F{customerNo}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" x="1488" y="0" width="87" height="24" uuid="8d7e4459-850a-4b9a-8d99-134478078dff"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{custTotalQuantityOrd}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" x="1575" y="0" width="65" height="24" uuid="ce5776a4-a72a-4d40-9d01-17b191744e01"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{custTotalQuntityPicked}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-74" style="TableDataFontRightAlignedHtml" x="1640" y="0" width="63" height="24" uuid="0dbad863-eb52-4ab6-a4f5-0a43910be3ef"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{custTotalWeightOrd}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-75" style="TableDataFontRightAlignedHtml" x="1703" y="0" width="63" height="24" uuid="dccc575c-1342-4783-bb31-2077843d594f"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{custTotalWeightPicked}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-76" style="TableDataFontRightAlignedHtml" x="1766" y="0" width="64" height="24" uuid="7e442566-7145-4b85-bd13-0dcb2ee44617"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{custTotalCube}]]></textFieldExpression>
                </textField>
            </band>
        </groupFooter>
    </group>
    <group name="Ticket_group">
        <groupExpression><![CDATA[$F{ticketNo}]]></groupExpression>
        <groupHeader>
            <band/>
        </groupHeader>
        <groupFooter>
            <band height="24">
                <textField isBlankWhenNull="false">
                    <reportElement key="textField-145" style="ColumnHeaderHtml" mode="Opaque" x="0" y="0" width="1488" height="24" uuid="42d80a5d-9900-47da-99e3-6b991d5a039c"/>
                    <box>
                        <pen lineWidth="0.0" lineStyle="Solid"/>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA["Total for  "+$F{ticketNo}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" x="1488" y="0" width="87" height="24" uuid="378e8769-7dde-4c47-a5cd-307d537a022c"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{ticketTotalQuantityOrd}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" x="1575" y="0" width="65" height="24" uuid="286efadf-d9db-4bef-be5c-d5a65be75eb4"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{ticketTotalQuntityPicked}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-148" style="TableDataFontRightAlignedHtml" x="1640" y="0" width="63" height="24" uuid="f6cad46e-1547-42d9-8a4f-a13194a6aade"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{ticketTotalWeightOrd}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-149" style="TableDataFontRightAlignedHtml" x="1703" y="0" width="63" height="24" uuid="655f2c30-3b63-4525-a88a-d617415d6829"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{TicketTotalWeightPicked}]]></textFieldExpression>
                </textField>
                <textField pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-150" style="TableDataFontRightAlignedHtml" x="1766" y="0" width="64" height="24" uuid="1ec86cfe-6691-4194-a050-3602e9ab0fca"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$V{TicketTotalCube}]]></textFieldExpression>
                </textField>
            </band>
        </groupFooter>
    </group>
    <background>
        <band/>
    </background>
    <title>
        <band height="89"/>
    </title>
    <pageHeader>
        <band/>
    </pageHeader>
    <columnHeader>
        <band/>
    </columnHeader>
    <detail>
        <band height="42" splitType="Prevent">
            <elementGroup>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-151" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="0" y="0" width="125" height="21" uuid="d1f871bd-ebdd-43b1-8dde-bd84742e1bc6"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{carrier}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-152" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="125" y="0" width="144" height="21" uuid="544ccc28-cd0f-409b-b12d-e617d3ebf518"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{consigneeName}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-153" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="269" y="0" width="181" height="21" uuid="8dc4d89f-6b9e-4e3d-98e7-7c7c9bab4166"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{consigneeAddress}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-154" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="450" y="0" width="90" height="21" uuid="dd8ef859-3ec3-4046-b2ce-e74973c9d9ea"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{shipmentMode}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-155" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="540" y="0" width="78" height="21" uuid="572b0d33-f3b8-45e3-8d0c-f994445a5076"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{paymentMode}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-156" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="618" y="0" width="64" height="21" uuid="b84278b7-949a-44a0-a58c-b251a2ff6cb3"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{poolId}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-157" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="682" y="0" width="80" height="21" uuid="395c2bbb-388f-4577-b16d-1afd0f1a093d"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{orderNo}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-158" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="762" y="0" width="82" height="21" uuid="be2d25a8-14b2-4d5e-baf5-01c4d9880aac"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{poNumber}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-159" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="844" y="0" width="72" height="21" uuid="9889ba45-518d-45bb-a7d9-fb5b0ca59ed2"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{ticketNo}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-160" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="916" y="0" width="85" height="21" uuid="d40fb00f-42d9-4635-8bd2-4f1058442739"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{shipDateStr}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-161" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1001" y="0" width="69" height="21" uuid="3d66001d-313e-437d-8c3e-9fa8bbcfef5f"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{masterLinkNo}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-162" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1070" y="0" width="70" height="21" uuid="62fd9efe-2c58-4011-af4a-dbe6e021811c"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{loadNo}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-163" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1140" y="0" width="79" height="21" uuid="db741892-9b73-45a7-a6eb-1e102958f784"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{orderType}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-164" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1219" y="0" width="77" height="21" uuid="34dd5caf-0294-46a2-93ab-eb71bad3d553"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{arrivalDateStr}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-165" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1296" y="0" width="84" height="21" uuid="288a0bcc-5f6b-48d8-a850-ead4a4160d8e"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{productCode}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-166" style="TableDataFontLeftAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1380" y="0" width="108" height="21" uuid="a5ab21ff-0e73-4584-bcbe-fbb351b4fd7d"/>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{productDesc}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1488" y="0" width="87" height="21" uuid="6fe82f65-9539-4209-8ce6-ea9383166878"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{orderedQty}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" pattern="#,##0" isBlankWhenNull="false">
                    <reportElement key="" style="TableDataFontRightAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1575" y="0" width="65" height="21" uuid="740642fb-f0b5-4a88-9657-e7ce6b55fcf0"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{pickedQty}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-169" style="TableDataFontRightAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1640" y="0" width="63" height="21" uuid="ed378be7-8cfb-441b-9cb3-abe6f160ef66"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{orderedWeight}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-170" style="TableDataFontRightAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1703" y="0" width="63" height="21" uuid="92f4814b-72f0-4576-bdfb-19d65acc099b"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{pickedWeight}]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" pattern="#,##0.00" isBlankWhenNull="false">
                    <reportElement key="textField-171" style="TableDataFontRightAlignedHtml" positionType="Float" stretchType="RelativeToTallestObject" x="1766" y="0" width="64" height="21" uuid="473b187e-673f-4462-a0fc-ef640ea1ca2d"/>
                    <box rightPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{cube}]]></textFieldExpression>
                </textField>
            </elementGroup>
            <elementGroup>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-172" style="TableDataFontLeftAlignedExcel" positionType="Float" stretchType="RelativeToTallestObject" mode="Opaque" x="0" y="21" width="125" height="21" isRemoveLineWhenBlank="true" uuid="f8418976-af56-441f-a37c-1b93418c0355">
                        <printWhenExpression><![CDATA[boolean.valueOf(!$F{orderNotes}.equals("-"))]]></printWhenExpression>
                    </reportElement>
                    <box>
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA["Order Notes"]]></textFieldExpression>
                </textField>
                <textField isStretchWithOverflow="true" isBlankWhenNull="false">
                    <reportElement key="textField-173" style="TableDataFontLeftAlignedExcel" positionType="Float" stretchType="RelativeToTallestObject" x="125" y="21" width="1705" height="21" isRemoveLineWhenBlank="true" uuid="64e31cd9-3214-48fc-be31-4c3063d14f35">
                        <printWhenExpression><![CDATA[boolean.valueOf(!$F{orderNotes}.equals("-"))]]></printWhenExpression>
                    </reportElement>
                    <box leftPadding="2">
                        <topPen lineWidth="0.75" lineStyle="Solid"/>
                        <leftPen lineWidth="0.75" lineStyle="Solid"/>
                        <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                        <rightPen lineWidth="0.75" lineStyle="Solid"/>
                    </box>
                    <textElement>
                        <paragraph lineSpacing="Single"/>
                    </textElement>
                    <textFieldExpression><![CDATA[$F{orderNotes}]]></textFieldExpression>
                </textField>
            </elementGroup>
        </band>
    </detail>
    <columnFooter>
        <band/>
    </columnFooter>
    <pageFooter>
        <band/>
    </pageFooter>
    <summary>
        <band height="413">
            <staticText>
                <reportElement key="staticText-75" style="ColumnHeaderHtml" positionType="Float" mode="Opaque" x="0" y="0" width="1488" height="24" uuid="8ba5bcdd-a905-49c0-a432-d8e14cb49c02"/>
                <box>
                    <pen lineWidth="0.0" lineStyle="Solid"/>
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <text><![CDATA[Grand Total :]]></text>
            </staticText>
            <textField pattern="#,##0" isBlankWhenNull="false">
                <reportElement key="" style="TableDataFontRightAlignedHtml" positionType="Float" x="1488" y="0" width="87" height="24" uuid="041280cc-dcfe-4977-b91f-395c08997212"/>
                <box rightPadding="2">
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <textFieldExpression><![CDATA[$V{grandTotalQuantityOrd}]]></textFieldExpression>
            </textField>
            <textField pattern="#,##0" isBlankWhenNull="false">
                <reportElement key="" style="TableDataFontRightAlignedHtml" positionType="Float" x="1575" y="0" width="65" height="24" uuid="eecc20ba-53fa-4178-a5e2-ec7a751b15a1"/>
                <box rightPadding="2">
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <textFieldExpression><![CDATA[$V{grandTotalQuantityPicked}]]></textFieldExpression>
            </textField>
            <textField pattern="#,##0.00" isBlankWhenNull="false">
                <reportElement key="textField-79" style="TableDataFontRightAlignedHtml" positionType="Float" x="1640" y="0" width="63" height="24" uuid="db04ceaf-bb5e-481b-be1b-1d106f63f221"/>
                <box rightPadding="2">
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <textFieldExpression><![CDATA[$V{grandTotalWeightOrd}]]></textFieldExpression>
            </textField>
            <textField pattern="#,##0.00" isBlankWhenNull="false">
                <reportElement key="textField-80" style="TableDataFontRightAlignedHtml" positionType="Float" x="1703" y="0" width="63" height="24" uuid="7bc2d7ea-adde-4d51-bb44-07ffaec5a1f9"/>
                <box rightPadding="2">
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <textFieldExpression><![CDATA[$V{grandTotalWeightPicked}]]></textFieldExpression>
            </textField>
            <textField pattern="#,##0.00" isBlankWhenNull="false">
                <reportElement key="textField-81" style="TableDataFontRightAlignedHtml" positionType="Float" x="1766" y="0" width="64" height="24" uuid="3bf48818-da85-46f2-89de-dd7482ae6500"/>
                <box rightPadding="2">
                    <topPen lineWidth="0.75" lineStyle="Solid"/>
                    <leftPen lineWidth="0.75" lineStyle="Solid"/>
                    <bottomPen lineWidth="0.75" lineStyle="Solid"/>
                    <rightPen lineWidth="0.75" lineStyle="Solid"/>
                </box>
                <textElement>
                    <paragraph lineSpacing="Single"/>
                </textElement>
                <textFieldExpression><![CDATA[$V{grandTotalCube}]]></textFieldExpression>
            </textField>
            <subreport isUsingCache="true">
                <reportElement key="subreport-8" positionType="Float" x="0" y="24" width="688" height="23" uuid="5ce5efcf-8288-4c43-88e3-5311a93826a3"/>
                <subreportParameter name="Warehouse/Customers">
                    <subreportParameterExpression><![CDATA[$P{Warehouse/Customers}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="printOrderNotes">
                    <subreportParameterExpression><![CDATA[$P{printOrderNotes}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="pendingOrShipped">
                    <subreportParameterExpression><![CDATA[$P{pendingOrShipped}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="Ticket">
                    <subreportParameterExpression><![CDATA[$P{Ticket}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="consignee">
                    <subreportParameterExpression><![CDATA[$P{consignee}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="reportBasisDate">
                    <subreportParameterExpression><![CDATA[$P{reportBasisDate}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="asOfDate">
                    <subreportParameterExpression><![CDATA[$P{asOfDate}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="dateRange">
                    <subreportParameterExpression><![CDATA[$P{dateRange}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="sortSequense">
                    <subreportParameterExpression><![CDATA[$P{sortSequense}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="reportLevel">
                    <subreportParameterExpression><![CDATA[$P{reportLevel}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="requestedDateAndTime">
                    <subreportParameterExpression><![CDATA[$P{requestedDateAndTime}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="reportFormat">
                    <subreportParameterExpression><![CDATA[$P{reportFormat}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="requestedDateTime">
                    <subreportParameterExpression><![CDATA[$P{requestedDateTime}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="SUBREPORT_DIR">
                    <subreportParameterExpression><![CDATA[$P{SUBREPORT_DIR}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="generateRepFor">
                    <subreportParameterExpression><![CDATA[$P{generateRepFor}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="orderNo">
                    <subreportParameterExpression><![CDATA[$P{orderNo}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="pendWthApp">
                    <subreportParameterExpression><![CDATA[$P{pendWthApp}]]></subreportParameterExpression>
                </subreportParameter>
                <subreportParameter name="USCSStyleLocation">
                    <subreportParameterExpression><![CDATA[$P{USCSStyleLocation}]]></subreportParameterExpression>
                </subreportParameter>
                <dataSourceExpression><![CDATA[new JREmptyDataSource()]]></dataSourceExpression>
                <subreportExpression><![CDATA[$P{SUBREPORT_DIR} + "OrdRepSelParamSubReport.jasper"]]></subreportExpression>
            </subreport>
        </band>
    </summary>
    <noData>
        <band height="460"/>
    </noData>
</jasperReport>
 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...