Added: ofbiz/trunk/applications/order/template/reports/orderitemreport.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/reports/orderitemreport.xml?rev=1736868&view=auto ============================================================================== --- ofbiz/trunk/applications/order/template/reports/orderitemreport.xml (added) +++ ofbiz/trunk/applications/order/template/reports/orderitemreport.xml Mon Mar 28 11:14:22 2016 @@ -0,0 +1,800 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + +http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +<!-- Created with iReport - A designer for JasperReports --> +<!DOCTYPE jasperReport PUBLIC "//JasperReports//DTD Report Design//EN" "http://jasperreports.sourceforge.net/dtds/jasperreport.dtd"> +<jasperReport + name="OFBiz_Order_Item_Report" + columnCount="1" + printOrder="Vertical" + orientation="Portrait" + pageWidth="842" + pageHeight="595" + columnWidth="782" + columnSpacing="0" + leftMargin="30" + rightMargin="30" + topMargin="20" + bottomMargin="20" + whenNoDataType="NoPages" + isTitleNewPage="false" + isSummaryNewPage="false"> + <parameter name="dateRange" isForPrompting="false" class="java.lang.String"/> + <field name="groupName" class="java.lang.String"/> + <field name="orderId" class="java.lang.String"/> + <field name="orderDate" class="java.sql.Timestamp"/> + <field name="orderStatus" class="java.lang.String"/> + <field name="paymentMethod" class="java.lang.String"/> + <field name="shipMethod" class="java.lang.String"/> + <field name="productId" class="java.lang.String"/> + <field name="itemDescription" class="java.lang.String"/> + <field name="itemStatus" class="java.lang.String"/> + <field name="quantity" class="java.lang.Double"/> + <field name="unitPrice" class="java.lang.Double"/> + <variable name="groupQuantity" class="java.lang.Double" resetType="Group" resetGroup="groupName" calculation="Sum"> + <variableExpression><![CDATA[$F{quantity}]]></variableExpression> </variable> + <variable name="groupTotal" class="java.lang.Double" resetType="Group" resetGroup="groupName" calculation="Sum"> + <variableExpression><![CDATA[$V{purchaseAmount}]]></variableExpression> </variable> + <variable name="purchaseAmount" class="java.lang.Double" resetType="None" calculation="Nothing"> + <variableExpression><![CDATA[new Double($F{quantity}.doubleValue() * $F{unitPrice}.doubleValue())]]></variableExpression> </variable> + <group name="groupName" isStartNewColumn="false" isStartNewPage="false" isResetPageNumber="false" isReprintHeaderOnEachPage="false" minHeightToStartNewPage="0" > + <groupExpression><![CDATA[$F{groupName}]]></groupExpression> + <groupHeader> + <band height="25"> + <rectangle radius="0" > + <reportElement + mode="Opaque" + x="0" + y="0" + width="782" + height="25" + forecolor="#8080FF" + backcolor="#808080" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="None" fill="Solid"/> + </rectangle> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="9" + y="0" + width="478" + height="25" + forecolor="#FFFFFF" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="18" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{groupName}]]></textFieldExpression> + </textField> + </band> + </groupHeader> + <groupFooter> + <band height="44"> + <line direction="BottomUp"> + <reportElement + mode="Opaque" + x="0" + y="38" + width="781" + height="0" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="Thin" fill="Solid"/> + </line> + <textField isStretchWithOverflow="false" pattern="###,###,###,###" isBlankWhenNull="false" evaluationTime="Group" evaluationGroup="groupName" hyperlinkType="None" > <reportElement + mode="Transparent" + x="454" + y="19" + width="55" + height="14" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica-Bold" size="10" isBold="true" isItalic="false" isUnderline="true" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.Double"><![CDATA[$V{groupQuantity}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="$###,###,###,###.##" isBlankWhenNull="false" evaluationTime="Group" evaluationGroup="groupName" hyperlinkType="None" > <reportElement + mode="Transparent" + x="584" + y="19" + width="55" + height="14" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica-Bold" size="10" isBold="true" isItalic="false" isUnderline="true" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.Double"><![CDATA[$V{groupTotal}]]></textFieldExpression> + </textField> + <line direction="BottomUp"> + <reportElement + mode="Opaque" + x="1" + y="6" + width="781" + height="0" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="Thin" fill="Solid"/> + </line> + <staticText> + <reportElement + mode="Transparent" + x="342" + y="17" + width="75" + height="14" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="16" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Total:]]></text> + </staticText> + </band> + </groupFooter> + </group> + <background> + <band height="0"> + </band> + </background> + <title> + <band height="50"> + <staticText> + <reportElement + mode="Transparent" + x="185" + y="5" + width="412" + height="40" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Center" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica-Bold" size="30" isBold="true" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Order Item Report]]></text> + </staticText> + <line direction="TopDown"> + <reportElement + mode="Opaque" + x="0" + y="48" + width="781" + height="0" + forecolor="#808080" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="2Point" fill="Solid"/> + </line> + <line direction="TopDown"> + <reportElement + mode="Opaque" + x="0" + y="3" + width="781" + height="0" + forecolor="#808080" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="2Point" fill="Solid"/> + </line> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="618" + y="20" + width="156" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$P{dateRange}]]></textFieldExpression> + </textField> + <staticText> + <reportElement + mode="Transparent" + x="541" + y="20" + width="69" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Date Range:]]></text> + </staticText> + </band> + </title> + <pageHeader> + <band height="9"> + </band> + </pageHeader> + <columnHeader> + <band height="20"> + <line direction="BottomUp"> + <reportElement + mode="Opaque" + x="0" + y="0" + width="782" + height="0" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="Thin" fill="Solid"/> + </line> + <line direction="BottomUp"> + <reportElement + mode="Opaque" + x="1" + y="20" + width="782" + height="0" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="Thin" fill="Solid"/> + </line> + <staticText> + <reportElement + mode="Transparent" + x="61" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Order Date]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="130" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Payment]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="195" + y="1" + width="20" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Carrier]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="215" + y="1" + width="45" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Shipping Method]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="260" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Product]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="318" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Description]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="396" + y="1" + width="62" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Item Status]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="462" + y="1" + width="46" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Quantity]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="520" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Unit Price]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="585" + y="1" + width="65" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Purchase]]></text> + </staticText> + <staticText> + <reportElement + mode="Transparent" + x="10" + y="1" + width="41" + height="17" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="12" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <text><![CDATA[Order]]></text> + </staticText> + </band> + </columnHeader> + <detail> + <band height="18"> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="61" + y="2" + width="65" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.sql.Timestamp"><![CDATA[$F{orderDate}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="130" + y="2" + width="65" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{paymentMethod}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="215" + y="2" + width="45" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{shipMethod}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="260" + y="2" + width="59" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{productId}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="324" + y="2" + width="77" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{itemDescription}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="408" + y="2" + width="47" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{itemStatus}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="###,###,###" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="455" + y="2" + width="55" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.Double"><![CDATA[$F{quantity}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="520" + y="2" + width="65" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.Double"><![CDATA[$F{unitPrice}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="$###,###,###.##" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="584" + y="2" + width="55" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.Double"><![CDATA[$V{purchaseAmount}]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="true" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="4" + y="2" + width="55" + height="16" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="false" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="Cp1250" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA[$F{orderId}]]></textFieldExpression> + </textField> + </band> + </detail> + <columnFooter> + <band height="0"> + </band> + </columnFooter> + <pageFooter> + <band height="27"> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="572" + y="6" + width="174" + height="19" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Right" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="Helvetica" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA["Page " + $V{PAGE_NUMBER} + " of "]]></textFieldExpression> + </textField> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Report" hyperlinkType="None" > <reportElement + mode="Transparent" + x="746" + y="6" + width="36" + height="19" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="Helvetica" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.lang.String"><![CDATA["" + $V{PAGE_NUMBER}]]></textFieldExpression> + </textField> + <line direction="TopDown"> + <reportElement + mode="Opaque" + x="1" + y="3" + width="782" + height="0" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <graphicElement stretchType="NoStretch" pen="2Point" fill="Solid"/> + </line> + <textField isStretchWithOverflow="false" pattern="" isBlankWhenNull="false" evaluationTime="Now" hyperlinkType="None" > <reportElement + mode="Transparent" + x="1" + y="6" + width="209" + height="19" + forecolor="#000000" + backcolor="#FFFFFF" + positionType="FixRelativeToTop" + isPrintRepeatedValues="true" + isRemoveLineWhenBlank="false" + isPrintInFirstWholeBand="false" + isPrintWhenDetailOverflows="false"/> + <textElement textAlignment="Left" verticalAlignment="Top" lineSpacing="Single"> + <font fontName="Helvetica" pdfFontName="Helvetica" size="10" isBold="false" isItalic="false" isUnderline="false" isPdfEmbedded ="false" pdfEncoding ="CP1252" isStrikeThrough="false"/> + </textElement> + <textFieldExpression class="java.util.Date"><![CDATA[new Date()]]></textFieldExpression> + </textField> + </band> + </pageFooter> + <summary> + <band height="0"> + </band> + </summary> +</jasperReport> Propchange: ofbiz/trunk/applications/order/template/reports/orderitemreport.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: ofbiz/trunk/applications/order/template/reports/orderitemreport.xml ------------------------------------------------------------------------------ svn:keywords = Date Rev Author URL Id Propchange: ofbiz/trunk/applications/order/template/reports/orderitemreport.xml ------------------------------------------------------------------------------ svn:mime-type = text/xml |
Free forum by Nabble | Edit this page |