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

mohammed_3

Members
  • Posts

    1
  • Joined

  • Last visited

mohammed_3's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. I am printing a jasper report using detail band, I want to show summary of the report in the detail band itself in a seperate column which is common to all the rows i.e it should not be repeated. I tried by putting printRepeatedValues to false and printInFirstWholeBand to true. But my description has 5 field so it is creating a space between first row and second row. Please help. the code is below <?xml version="1.0" encoding="UTF-8"?> <!-- Created with Jaspersoft Studio version 6.2.0.final using JasperReports Library version 6.2.0 --> <!-- 2018-05-13T15:37:58 --> <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="consignment" pageWidth="481" pageHeight="450" columnWidth="441" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="4eedbb89-b4f6-4469-9ab6-f642a1688cf7"> <property name="com.jaspersoft.studio.data.sql.tables" value=""/> <property name="com.jaspersoft.studio.unit." value="pixel"/> <style name="Title" forecolor="#FFFFFF" fontName="Times New Roman" fontSize="50" isBold="false" pdfFontName="Times-Bold"/> <style name="SubTitle" forecolor="#CCCCCC" fontName="Times New Roman" fontSize="18" isBold="false" pdfFontName="Times-Roman"/> <style name="Column header" forecolor="#666666" fontName="Times New Roman" fontSize="14" isBold="true"/> <style name="Detail" mode="Transparent" fontName="Times New Roman"/> <style name="Row" mode="Transparent" fontName="Times New Roman" pdfFontName="Times-Roman"> <conditionalStyle> <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression> <style mode="Opaque" backcolor="#EEEFF0"/> </conditionalStyle> </style> <style name="Table"> <box> <pen lineWidth="1.0" lineColor="#000000"/> <topPen lineWidth="1.0" lineColor="#000000"/> <leftPen lineWidth="1.0" lineColor="#000000"/> <bottomPen lineWidth="1.0" lineColor="#000000"/> <rightPen lineWidth="1.0" lineColor="#000000"/> </box> </style> <style name="Table_TH" mode="Opaque" backcolor="#FFFFFF"> <box> <pen lineWidth="0.5" lineColor="#000000"/> <topPen lineWidth="0.5" lineColor="#000000"/> <leftPen lineWidth="0.5" lineColor="#000000"/> <bottomPen lineWidth="0.5" lineColor="#000000"/> <rightPen lineWidth="0.5" lineColor="#000000"/> </box> </style> <style name="Table_CH" mode="Opaque" backcolor="#CACED0"> <box> <pen lineWidth="0.5" lineColor="#000000"/> <topPen lineWidth="0.5" lineColor="#000000"/> <leftPen lineWidth="0.5" lineColor="#000000"/> <bottomPen lineWidth="0.5" lineColor="#000000"/> <rightPen lineWidth="0.5" lineColor="#000000"/> </box> </style> <style name="Table_TD" mode="Opaque" backcolor="#FFFFFF"> <box> <pen lineWidth="0.5" lineColor="#000000"/> <topPen lineWidth="0.5" lineColor="#000000"/> <leftPen lineWidth="0.5" lineColor="#000000"/> <bottomPen lineWidth="0.5" lineColor="#000000"/> <rightPen lineWidth="0.5" lineColor="#000000"/> </box> <conditionalStyle> <conditionExpression><![CDATA[$V{REPORT_COUNT}%2 == 0]]></conditionExpression> <style backcolor="#D8D8D8"/> </conditionalStyle> </style> <subDataset name="tableDataset" uuid="f13e6d36-5148-4ecc-bbe3-3035def80980"> <queryString> <![CDATA[]]> </queryString> </subDataset> <parameter name="CONSIGNOR_DETAILS" class="java.lang.String"/> <parameter name="CONSIGNEE_DETAILS" class="java.lang.String"/> <parameter name="TIME_STAMP" class="java.lang.String"/> <parameter name="DESTINATION" class="java.lang.String"/> <parameter name="CURRENT_BRANCH" class="java.lang.String"/> <parameter name="BOOKING_ID" class="java.lang.String"/> <parameter name="GST" class="java.lang.String"/> <parameter name="GST_AMOUNT" class="java.lang.String"/> <parameter name="TOTAL" class="java.lang.String"/> <parameter name="GROSS_TOTAL" class="java.lang.String"/> <parameter name="TOTAL_ITEMS" class="java.lang.String"/> <parameter name="PAYMENT_DETAILS" class="java.lang.String"/> <queryString> <![CDATA[sELECT transport.products.`productName`, transport.booked_products.`unitName`, transport.booked_products.`weight`, transport.booked_products.quantity, transport.booked_products.price, transport.booked_products.total FROM transport.booked_products inner join transport.products on transport.booked_products.`productID` = transport.products.`productID` where transport.booked_products.`bookingID` = $P{BOOKING_ID}]]> </queryString> <field name="productName" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <field name="unitName" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <field name="weight" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <field name="quantity" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <field name="price" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <field name="total" class="java.lang.String"> <fieldDescription><![CDATA[]]></fieldDescription> </field> <title> <band height="213" splitType="Stretch"> <staticText> <reportElement x="0" y="117" width="130" height="16" uuid="57aed2b1-4f4e-40a3-a6ad-54dae8dd4c5a"> <property name="local_mesure_unitheight" value="pixel"/> </reportElement> <textElement> <font size="10" isBold="true"/> </textElement> <text><![CDATA[CONSIGNOR M/s.]]></text> </staticText> <line> <reportElement x="1" y="111" width="438" height="1" uuid="806ce5df-1219-4876-ae0c-ca7405b1f246"> <property name="local_mesure_unitheight" value="pixel"/> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> </line> <staticText> <reportElement x="163" y="117" width="100" height="16" uuid="139ebe8d-25b0-411e-986c-270015400874"> <property name="local_mesure_unitheight" value="pixel"/> </reportElement> <textElement> <font size="10" isBold="true"/> </textElement> <text><![CDATA[CONSIGNEE M/s.]]></text> </staticText> <textField> <reportElement x="2" y="135" width="161" height="70" uuid="cef583c0-6c3d-4e14-9a73-ed3f9b15cc51"/> <textFieldExpression><![CDATA[$P{CONSIGNOR_DETAILS}]]></textFieldExpression> </textField> <textField> <reportElement x="164" y="135" width="160" height="70" uuid="fb8be0c5-c9d8-47b8-813a-0e0c66906d63"/> <textFieldExpression><![CDATA[$P{CONSIGNEE_DETAILS}]]></textFieldExpression> </textField> <staticText> <reportElement x="220" y="92" width="27" height="18" uuid="7002a67c-3a73-490b-a795-b2a01926fbec"/> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <text><![CDATA[Date :]]></text> </staticText> <staticText> <reportElement x="338" y="92" width="38" height="18" uuid="2b210b8c-0c99-496f-991a-e28c348ae3ca"/> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <text><![CDATA[C/N No:]]></text> </staticText> <staticText> <reportElement x="1" y="92" width="30" height="18" uuid="984cbc6d-bee9-424f-bc4c-3fc5ab79e3de"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <text><![CDATA[From :]]></text> </staticText> <textField> <reportElement x="248" y="92" width="70" height="18" uuid="d00ef6be-7c47-4bb4-a810-bbc0d8bad46c"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{TIME_STAMP}]]></textFieldExpression> </textField> <textField> <reportElement x="33" y="92" width="70" height="18" uuid="56375161-d4eb-476d-beda-7ac1190726e7"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{CURRENT_BRANCH}]]></textFieldExpression> </textField> <textField> <reportElement x="376" y="92" width="47" height="18" uuid="67969555-9edc-4b05-b92c-54289e4feac1"/> <textElement textAlignment="Left" verticalAlignment="Middle"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{BOOKING_ID}]]></textFieldExpression> </textField> <textField> <reportElement x="127" y="92" width="70" height="18" uuid="5068fb83-2d01-4f2d-a78e-33524e60be0e"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{DESTINATION}]]></textFieldExpression> </textField> <staticText> <reportElement x="109" y="92" width="18" height="18" uuid="8a5e119d-8ccf-4695-aea4-2a4989a44ace"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <textElement verticalAlignment="Middle"> <font size="10"/> </textElement> <text><![CDATA[To :]]></text> </staticText> <image scaleImage="FillFrame"> <reportElement x="0" y="0" width="439" height="90" uuid="0dcaee46-04f3-4c2e-979d-f83fe39b89b5"/> <imageExpression><![CDATA["C:/TransportManagement/oraexe/accdata/db/admin/dbase/mbslogo.png"]]></imageExpression> </image> <line> <reportElement x="1" y="90" width="438" height="1" uuid="86b38cf3-5647-4f11-b612-446f63c14029"> <property name="local_mesure_unitheight" value="pixel"/> <property name="com.jaspersoft.studio.unit.x" value="pixel"/> </reportElement> </line> <staticText> <reportElement style="Column header" positionType="Float" x="312" y="0" width="70" height="20" forecolor="#000000" uuid="635faa17-4d0e-4954-ba0f-f69c89e9d994"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Particulars]]></text> </staticText> </band> </title> <columnHeader> <band height="25"> <staticText> <reportElement style="Column header" positionType="Float" x="0" y="0" width="30" height="20" forecolor="#000000" uuid="019c2379-0cd8-4f8b-969b-a464adf988c6"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0"/> </textElement> <text><![CDATA[No.]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="30" y="0" width="100" height="20" forecolor="#000000" uuid="0fad3ad5-1f62-43a7-b160-105a10feff4a"/> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0"/> </textElement> <text><![CDATA[PARTICULARS]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="180" y="0" width="30" height="20" forecolor="#000000" uuid="1204a4d1-37b2-47a5-a475-63bcf81e885e"> <property name="com.jaspersoft.studio.unit.x" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Art]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="130" y="0" width="50" height="20" forecolor="#000000" uuid="e53ad55c-9b81-4827-8c3e-7dfdd120fb69"> <property name="com.jaspersoft.studio.unit.x" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[KG]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="210" y="0" width="52" height="20" forecolor="#000000" uuid="fc860220-e141-4a53-9705-cff5a04e42f8"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Per Rate]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="262" y="0" width="50" height="20" forecolor="#000000" uuid="bf8673f5-8115-4c52-aeeb-62125084b699"/> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Freight]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="312" y="0" width="70" height="20" forecolor="#000000" uuid="1be2b89c-3f88-421e-a058-395f5dfd51b4"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Particulars]]></text> </staticText> <staticText> <reportElement style="Column header" positionType="Float" x="382" y="0" width="59" height="20" forecolor="#000000" uuid="d9ebb1a3-c08b-418a-b3ad-3ca68eaacd0d"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Center" verticalAlignment="Middle"> <font fontName="Arial" size="10" isBold="true"/> <paragraph leftIndent="0" rightIndent="0"/> </textElement> <text><![CDATA[Amount]]></text> </staticText> </band> </columnHeader> <detail> <band height="20"> <property name="com.jaspersoft.studio.layout" value="com.jaspersoft.studio.editor.layout.FreeLayout"/> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="0" y="0" width="30" height="20" isRemoveLineWhenBlank="true" uuid="096c2ea9-529b-4599-a417-a11af84fb154"> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Left" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="10"/> </textElement> <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="30" y="0" width="100" height="20" isRemoveLineWhenBlank="true" uuid="6ac30ee5-ff3c-40f5-95f7-a2fde1e3d029"/> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Left" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="10"/> </textElement> <textFieldExpression><![CDATA[$F{productName}+" "+$F{unitName}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="130" y="0" width="50" height="20" isRemoveLineWhenBlank="true" uuid="93b444bd-b7d6-4186-9d3b-6fd65ffc8157"/> <box rightPadding="0"> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="0" rightIndent="5"/> </textElement> <textFieldExpression><![CDATA[$F{quantity}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="180" y="0" width="30" height="20" isRemoveLineWhenBlank="true" uuid="42fd63ff-571d-4ebd-8cc7-682d6cebdc62"> <property name="com.jaspersoft.studio.unit.x" value="pixel"/> <property name="com.jaspersoft.studio.unit.width" value="pixel"/> </reportElement> <box> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="0" rightIndent="5"/> </textElement> <textFieldExpression><![CDATA[$F{weight}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="210" y="0" width="52" height="20" isRemoveLineWhenBlank="true" uuid="95cacfd3-7e1b-49da-ba6f-08542d9d08ae"/> <box rightPadding="10"> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="0" rightIndent="5"/> </textElement> <textFieldExpression><![CDATA[$F{price}]]></textFieldExpression> </textField> <textField isStretchWithOverflow="true" isBlankWhenNull="true"> <reportElement style="Detail" positionType="Float" x="262" y="0" width="50" height="20" isRemoveLineWhenBlank="true" uuid="94958579-3b0f-4dd4-b631-a39b58b59a1a"> <property name="com.jaspersoft.studio.unit.y" value="pixel"/> <property name="com.jaspersoft.studio.unit.x" value="pixel"/> </reportElement> <box rightPadding="10"> <topPen lineWidth="0.0"/> <leftPen lineWidth="0.0"/> <bottomPen lineWidth="0.0"/> <rightPen lineWidth="0.0"/> </box> <textElement textAlignment="Right" verticalAlignment="Middle"> <font fontName="Arial" size="8" isBold="false"/> <paragraph leftIndent="0" rightIndent="5"/> </textElement> <textFieldExpression><![CDATA[$F{total}]]></textFieldExpression> </textField> <frame> <reportElement key="" stretchType="RelativeToBandHeight" isPrintRepeatedValues="false" x="312" y="0" width="63" height="20" isPrintInFirstWholeBand="true" uuid="d93ba4be-669a-4484-844f-203f5e18530a"/> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="0" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="cdd703f3-25ee-4daf-8f9f-4f6873471450"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[Freight]]></text> </staticText> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="20" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="cee043a6-31a7-4b4e-b389-c81f043302e3"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[statistical]]></text> </staticText> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="60" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="f1b35e38-8522-4a74-992f-e6231d5af7cd"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[D/D Charge]]></text> </staticText> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="40" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="8c7a578b-1684-41b8-aac5-a8513867445d"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[Hamali Charge]]></text> </staticText> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="100" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="598c0dfe-5291-40f6-a934-069070b84bf0"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[GST 5%]]></text> </staticText> <staticText> <reportElement isPrintRepeatedValues="false" x="0" y="80" width="63" height="20" isRemoveLineWhenBlank="true" isPrintInFirstWholeBand="true" uuid="6d735b98-b87c-494e-9966-6b3fdf9b8123"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Top"> <font size="8"/> <paragraph leftIndent="2"/> </textElement> <text><![CDATA[D/C Charge]]></text> </staticText> </frame> </band> </detail> <lastPageFooter> <band height="101"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <staticText> <reportElement x="-23" y="66" width="430" height="34" uuid="75c18c9e-65bb-4fda-81d8-4b7ff8aef48f"/> <box leftPadding="27" rightPadding="17"> <topPen lineWidth="1.0"/> <leftPen lineWidth="1.0"/> <bottomPen lineWidth="1.0"/> <rightPen lineWidth="1.0"/> </box> <textElement> <font size="8"/> </textElement> <text><![CDATA[1) Issued Subject to terms and conditions printed Overleaf. 2) Carriers are not responsible for lekage, damage for liquid drums, glassware etc. 3) The company is not responsible for loss due to any "ACT OF GOD"]]></text> </staticText> <staticText> <reportElement x="10" y="43" width="80" height="19" uuid="60a45bcc-6ca9-44b1-a5e7-0b5956003aad"/> <text><![CDATA[Payment Details :]]></text> </staticText> <textField> <reportElement x="95" y="43" width="111" height="19" uuid="3bd16cdc-f2dd-41a7-926a-f751cfeb7cdd"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> <property name="com.jaspersoft.studio.unit.y" value="pixel"/> </reportElement> <textFieldExpression><![CDATA[$P{PAYMENT_DETAILS}]]></textFieldExpression> </textField> <staticText> <reportElement x="218" y="42" width="86" height="20" uuid="0554cf80-7bea-47bc-b85d-17d8db9583c3"/> <textElement> <font size="10"/> </textElement> <text><![CDATA[GROSS TOTAL]]></text> </staticText> <textField> <reportElement x="305" y="41" width="72" height="20" uuid="6e2bf4fc-1952-474c-be7b-065455b4bdcd"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Right"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{GROSS_TOTAL}]]></textFieldExpression> </textField> <textField> <reportElement x="245" y="21" width="60" height="20" uuid="3d14de09-7cdd-4214-aa34-cbdad0b03ea2"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement> <font size="10"/> </textElement> <textFieldExpression><![CDATA["GST " + $P{GST}]]></textFieldExpression> </textField> <textField> <reportElement x="305" y="21" width="72" height="20" uuid="b634e3f7-0d38-4117-8c64-4240d61c172a"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Right"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{GST_AMOUNT}]]></textFieldExpression> </textField> <textField> <reportElement x="305" y="1" width="72" height="20" uuid="9b7017af-bc73-4e65-8aa2-1f2f4cbf28c9"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Right"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{TOTAL}]]></textFieldExpression> </textField> <staticText> <reportElement x="265" y="1" width="40" height="20" uuid="68450100-c379-4940-82d4-e485e1371956"/> <textElement> <font size="10"/> </textElement> <text><![CDATA[TOTAL]]></text> </staticText> <textField> <reportElement positionType="FixRelativeToBottom" x="95" y="0" width="68" height="20" uuid="e6e800c0-aafa-40a1-9c3a-e7f9fbb463a6"> <property name="com.jaspersoft.studio.unit.height" value="pixel"/> </reportElement> <textElement textAlignment="Center"> <font size="10"/> </textElement> <textFieldExpression><![CDATA[$P{TOTAL_ITEMS}]]></textFieldExpression> </textField> <staticText> <reportElement positionType="FixRelativeToBottom" x="21" y="0" width="74" height="20" uuid="ead2cee2-d23d-4175-81b3-a5d8c8ebc543"/> <textElement> <font size="10"/> </textElement> <text><![CDATA[No. of Items]]></text> </staticText> </band> </lastPageFooter> </jasperReport>
×
×
  • Create New...