Advertisement
aadddrr

Untitled

Sep 8th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 20.15 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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="dummy_purchaseOrder" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="88ba5f8a-512a-480d-b610-881ab4521f0b">
  3.     <property name="ireport.zoom" value="1.100000000000025"/>
  4.     <property name="ireport.x" value="0"/>
  5.     <property name="ireport.y" value="37"/>
  6.     <parameter name="title" class="java.lang.String"/>
  7.     <parameter name="main_ou" class="java.lang.String"/>
  8.     <parameter name="status_doc" class="java.lang.String"/>
  9.     <parameter name="so_no" class="java.lang.String"/>
  10.     <parameter name="so_date" class="java.lang.String"/>
  11.     <parameter name="due_date" class="java.lang.String"/>
  12.     <parameter name="curr_code" class="java.lang.String"/>
  13.     <parameter name="salesman" class="java.lang.String"/>
  14.     <parameter name="remark" class="java.lang.String"/>
  15.     <parameter name="customer" class="java.lang.String"/>
  16.     <parameter name="customer_purchase_order_no" class="java.lang.String"/>
  17.     <parameter name="customer_purchase_order_date" class="java.lang.String"/>
  18.     <parameter name="customer_bill_to" class="java.lang.String"/>
  19.     <parameter name="customer_contact_person" class="java.lang.String"/>
  20.     <parameter name="total_item_amount" class="java.lang.Double"/>
  21.     <parameter name="tax_amount" class="java.lang.Double"/>
  22.     <parameter name="grand_total" class="java.lang.Double"/>
  23.     <queryString>
  24.         <![CDATA[select * from dummy_so]]>
  25.     </queryString>
  26.     <field name="product_name" class="java.lang.String"/>
  27.     <field name="uom_so" class="java.lang.String"/>
  28.     <field name="price" class="java.math.BigDecimal"/>
  29.     <field name="qty_so" class="java.math.BigDecimal"/>
  30.     <field name="sub_total_price" class="java.math.BigDecimal"/>
  31.     <field name="qty_internal" class="java.math.BigDecimal"/>
  32.     <field name="uom_internal" class="java.lang.String"/>
  33.     <field name="ship_to_address" class="java.lang.String"/>
  34.     <background>
  35.         <band splitType="Stretch"/>
  36.     </background>
  37.     <title>
  38.         <band splitType="Stretch"/>
  39.     </title>
  40.     <pageHeader>
  41.         <band height="201" splitType="Stretch">
  42.             <staticText>
  43.                 <reportElement uuid="abd7542b-bc75-4c3c-8da6-aa51ac58ecba" mode="Transparent" x="258" y="67" width="78" height="20"/>
  44.                 <textElement/>
  45.                 <text><![CDATA[Customer]]></text>
  46.             </staticText>
  47.             <textField isStretchWithOverflow="true">
  48.                 <reportElement uuid="0521b7a1-f150-4e3e-96f9-55ed46332920" stretchType="RelativeToBandHeight" x="92" y="68" width="140" height="20"/>
  49.                 <textElement textAlignment="Justified"/>
  50.                 <textFieldExpression><![CDATA[new java.text.SimpleDateFormat("dd-MMM-yyyy").format(new java.text.SimpleDateFormat("yyyyMMdd").parse($P{so_date}))]]></textFieldExpression>
  51.             </textField>
  52.             <staticText>
  53.                 <reportElement uuid="9b9d0448-b924-4947-b2b7-ff6122a29d9f" x="1" y="68" width="78" height="20"/>
  54.                 <textElement/>
  55.                 <text><![CDATA[SO Date]]></text>
  56.             </staticText>
  57.             <staticText>
  58.                 <reportElement uuid="bb6d49f2-1a99-4fcb-9613-3c6a91aab55d" x="78" y="68" width="13" height="20"/>
  59.                 <textElement textAlignment="Center"/>
  60.                 <text><![CDATA[:]]></text>
  61.             </staticText>
  62.             <staticText>
  63.                 <reportElement uuid="75b34bb4-5d8b-4b02-b55f-ba7f971f6f02" x="1" y="128" width="78" height="20"/>
  64.                 <textElement/>
  65.                 <text><![CDATA[Salesman]]></text>
  66.             </staticText>
  67.             <staticText>
  68.                 <reportElement uuid="77745f15-39a5-4b07-b6ed-3729cdf615a9" x="78" y="128" width="13" height="20"/>
  69.                 <textElement textAlignment="Center"/>
  70.                 <text><![CDATA[:]]></text>
  71.             </staticText>
  72.             <textField isStretchWithOverflow="true">
  73.                 <reportElement uuid="0cb865f2-7cf2-4da5-bf29-ef8ab699b2a7" stretchType="RelativeToBandHeight" x="92" y="128" width="140" height="20"/>
  74.                 <textElement/>
  75.                 <textFieldExpression><![CDATA[$P{salesman}]]></textFieldExpression>
  76.             </textField>
  77.             <staticText>
  78.                 <reportElement uuid="327974dd-308f-4a6a-9a70-987e8ab07ef3" x="1" y="108" width="78" height="20"/>
  79.                 <textElement/>
  80.                 <text><![CDATA[Currency]]></text>
  81.             </staticText>
  82.             <staticText>
  83.                 <reportElement uuid="bdd95c1d-a1a7-469c-bfc4-2ba6d7e7888b" x="78" y="108" width="13" height="20"/>
  84.                 <textElement textAlignment="Center"/>
  85.                 <text><![CDATA[:]]></text>
  86.             </staticText>
  87.             <textField isStretchWithOverflow="true">
  88.                 <reportElement uuid="124e9807-da50-44ee-9bd9-b01aaffad7c3" stretchType="RelativeToBandHeight" x="92" y="108" width="140" height="20"/>
  89.                 <textElement/>
  90.                 <textFieldExpression><![CDATA[$P{curr_code}]]></textFieldExpression>
  91.             </textField>
  92.             <staticText>
  93.                 <reportElement uuid="6e5a4fc5-8a92-4c80-84ce-42c36a83ca12" x="1" y="88" width="78" height="20"/>
  94.                 <textElement/>
  95.                 <text><![CDATA[Due Date]]></text>
  96.             </staticText>
  97.             <staticText>
  98.                 <reportElement uuid="a41d75a5-eb64-431d-bf51-b421b1f8f2d5" x="78" y="88" width="13" height="20"/>
  99.                 <textElement textAlignment="Center"/>
  100.                 <text><![CDATA[:]]></text>
  101.             </staticText>
  102.             <textField isStretchWithOverflow="true">
  103.                 <reportElement uuid="fc939143-f261-4f50-99d5-bc72e044962d" stretchType="RelativeToBandHeight" x="92" y="88" width="140" height="20"/>
  104.                 <textElement/>
  105.                 <textFieldExpression><![CDATA[new java.text.SimpleDateFormat("dd-MMM-yyyy").format(new java.text.SimpleDateFormat("yyyyMMdd").parse($P{due_date}))]]></textFieldExpression>
  106.             </textField>
  107.             <textField isStretchWithOverflow="true">
  108.                 <reportElement uuid="0692d6c4-c0f1-4fbe-8b47-c63b987a3be9" stretchType="RelativeToBandHeight" x="345" y="68" width="209" height="20"/>
  109.                 <textElement/>
  110.                 <textFieldExpression><![CDATA[$P{customer}]]></textFieldExpression>
  111.             </textField>
  112.             <textField isStretchWithOverflow="true">
  113.                 <reportElement uuid="4d935881-8fd2-461f-bda5-a98d245d5e9c" stretchType="RelativeToBandHeight" x="345" y="128" width="209" height="20"/>
  114.                 <textElement/>
  115.                 <textFieldExpression><![CDATA[$P{customer_bill_to}]]></textFieldExpression>
  116.             </textField>
  117.             <textField isStretchWithOverflow="true">
  118.                 <reportElement uuid="8b357ccd-f578-4ddf-a3e0-952060483b95" stretchType="RelativeToBandHeight" x="345" y="148" width="209" height="20"/>
  119.                 <textElement/>
  120.                 <textFieldExpression><![CDATA[$P{customer_contact_person}]]></textFieldExpression>
  121.             </textField>
  122.             <textField isStretchWithOverflow="true">
  123.                 <reportElement uuid="ab2885cf-b345-429b-a201-11deeb3eadca" x="345" y="88" width="209" height="20"/>
  124.                 <textElement/>
  125.                 <textFieldExpression><![CDATA[$P{customer_purchase_order_no}]]></textFieldExpression>
  126.             </textField>
  127.             <staticText>
  128.                 <reportElement uuid="b32d8f46-83ed-460a-8a75-3488de7c7382" x="336" y="67" width="9" height="20"/>
  129.                 <textElement/>
  130.                 <text><![CDATA[:]]></text>
  131.             </staticText>
  132.             <textField isStretchWithOverflow="true">
  133.                 <reportElement uuid="d61cad85-a076-422f-b3c6-10292419e6d3" x="345" y="108" width="209" height="20"/>
  134.                 <textElement/>
  135.                 <textFieldExpression><![CDATA[new java.text.SimpleDateFormat("dd-MMM-yyyy").format(new java.text.SimpleDateFormat("yyyyMMdd").parse($P{customer_purchase_order_date}))]]></textFieldExpression>
  136.             </textField>
  137.             <staticText>
  138.                 <reportElement uuid="1a6c3638-2357-4b75-8d78-d092803cf06d" mode="Transparent" x="258" y="128" width="78" height="20"/>
  139.                 <textElement/>
  140.                 <text><![CDATA[Bill To]]></text>
  141.             </staticText>
  142.             <staticText>
  143.                 <reportElement uuid="090f18e2-8739-4000-b914-a3ebe953d682" mode="Transparent" x="258" y="148" width="78" height="20"/>
  144.                 <textElement/>
  145.                 <text><![CDATA[Contact Person]]></text>
  146.             </staticText>
  147.             <staticText>
  148.                 <reportElement uuid="f3b12d32-adac-414f-a23b-7a45f60167f4" mode="Transparent" x="258" y="88" width="78" height="20"/>
  149.                 <textElement/>
  150.                 <text><![CDATA[PO No.]]></text>
  151.             </staticText>
  152.             <staticText>
  153.                 <reportElement uuid="6072eab6-a4c9-4270-b414-d9c9b3d4de5b" mode="Transparent" x="258" y="108" width="78" height="20"/>
  154.                 <textElement/>
  155.                 <text><![CDATA[PO Date]]></text>
  156.             </staticText>
  157.             <staticText>
  158.                 <reportElement uuid="bd6e2ad2-03ea-4723-b935-859a00aa59e0" x="336" y="128" width="9" height="20"/>
  159.                 <textElement/>
  160.                 <text><![CDATA[:]]></text>
  161.             </staticText>
  162.             <staticText>
  163.                 <reportElement uuid="57b8ce0e-6872-4b80-bf52-79bbd9a27336" x="336" y="148" width="9" height="20"/>
  164.                 <textElement/>
  165.                 <text><![CDATA[:]]></text>
  166.             </staticText>
  167.             <staticText>
  168.                 <reportElement uuid="e0198c76-1146-4592-acfb-ac5dff5e23cf" x="336" y="88" width="9" height="20"/>
  169.                 <textElement/>
  170.                 <text><![CDATA[:]]></text>
  171.             </staticText>
  172.             <staticText>
  173.                 <reportElement uuid="2cb25a92-6d9d-4d12-ad3a-2e43c0b3b167" x="336" y="108" width="9" height="20"/>
  174.                 <textElement/>
  175.                 <text><![CDATA[:]]></text>
  176.             </staticText>
  177.             <textField isStretchWithOverflow="true">
  178.                 <reportElement uuid="9a7d17d1-5e81-42e9-874e-7d591b2ccf19" x="92" y="148" width="140" height="53"/>
  179.                 <textElement/>
  180.                 <textFieldExpression><![CDATA[$P{remark}]]></textFieldExpression>
  181.             </textField>
  182.             <staticText>
  183.                 <reportElement uuid="840f3e63-7813-42b2-ab35-bfd94ce40bda" x="1" y="148" width="78" height="20"/>
  184.                 <textElement/>
  185.                 <text><![CDATA[Remark]]></text>
  186.             </staticText>
  187.             <staticText>
  188.                 <reportElement uuid="15e3a775-62ed-4046-8637-387997263090" x="78" y="148" width="13" height="20"/>
  189.                 <textElement textAlignment="Center"/>
  190.                 <text><![CDATA[:]]></text>
  191.             </staticText>
  192.             <textField isStretchWithOverflow="true">
  193.                 <reportElement uuid="c6ca140a-6554-4939-9e63-ae0613d77ef0" x="372" y="0" width="182" height="44"/>
  194.                 <textElement textAlignment="Right">
  195.                     <font size="16" isBold="true"/>
  196.                 </textElement>
  197.                 <textFieldExpression><![CDATA[$P{status_doc}]]></textFieldExpression>
  198.             </textField>
  199.             <line>
  200.                 <reportElement uuid="31c96244-1ecf-4520-9122-36192ca88885" x="0" y="65" width="554" height="1"/>
  201.                 <graphicElement>
  202.                     <pen lineWidth="2.0"/>
  203.                 </graphicElement>
  204.             </line>
  205.             <textField isStretchWithOverflow="true">
  206.                 <reportElement uuid="e9d058a9-898a-479e-bba1-2a99c1f1066f" x="0" y="22" width="232" height="22"/>
  207.                 <textElement>
  208.                     <font size="12" isBold="true"/>
  209.                 </textElement>
  210.                 <textFieldExpression><![CDATA[$P{main_ou}]]></textFieldExpression>
  211.             </textField>
  212.             <textField isStretchWithOverflow="true">
  213.                 <reportElement uuid="3b0351c4-d59a-483a-91f0-91fed78b5267" x="0" y="0" width="232" height="22"/>
  214.                 <textElement>
  215.                     <font size="14" isBold="true"/>
  216.                 </textElement>
  217.                 <textFieldExpression><![CDATA[$P{title}]]></textFieldExpression>
  218.             </textField>
  219.             <textField isStretchWithOverflow="true">
  220.                 <reportElement uuid="dcc5c58c-4196-49df-aef2-026fe45723c9" stretchType="RelativeToBandHeight" x="0" y="44" width="232" height="20"/>
  221.                 <textElement>
  222.                     <font size="12" isBold="false"/>
  223.                 </textElement>
  224.                 <textFieldExpression><![CDATA["No. "+$P{so_no}]]></textFieldExpression>
  225.             </textField>
  226.             <textField>
  227.                 <reportElement uuid="b564dcb3-d424-43cf-a2e3-d2ea185a54b3" x="480" y="44" width="56" height="20"/>
  228.                 <textElement textAlignment="Right" verticalAlignment="Middle">
  229.                     <font size="9"/>
  230.                 </textElement>
  231.                 <textFieldExpression><![CDATA["Page "+$V{PAGE_NUMBER}+" of "]]></textFieldExpression>
  232.             </textField>
  233.             <textField evaluationTime="Report">
  234.                 <reportElement uuid="487d2a95-8527-448b-b890-00de3a6cfbb3" x="538" y="44" width="16" height="20"/>
  235.                 <box leftPadding="1"/>
  236.                 <textElement verticalAlignment="Middle">
  237.                     <font size="9"/>
  238.                 </textElement>
  239.                 <textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
  240.             </textField>
  241.         </band>
  242.     </pageHeader>
  243.     <columnHeader>
  244.         <band height="22" splitType="Stretch">
  245.             <staticText>
  246.                 <reportElement uuid="a8dd679d-47a0-4af6-97e4-42a1fa02e844" x="0" y="2" width="183" height="20"/>
  247.                 <box>
  248.                     <topPen lineWidth="1.0"/>
  249.                     <bottomPen lineWidth="1.0"/>
  250.                 </box>
  251.                 <textElement verticalAlignment="Middle"/>
  252.                 <text><![CDATA[Product]]></text>
  253.             </staticText>
  254.             <staticText>
  255.                 <reportElement uuid="a88c7e73-93e3-42fc-9411-6e9fa1d9d679" x="293" y="2" width="64" height="20"/>
  256.                 <box>
  257.                     <topPen lineWidth="1.0"/>
  258.                     <bottomPen lineWidth="1.0"/>
  259.                 </box>
  260.                 <textElement textAlignment="Right" verticalAlignment="Middle"/>
  261.                 <text><![CDATA[Qty SO]]></text>
  262.             </staticText>
  263.             <staticText>
  264.                 <reportElement uuid="5975a83e-9710-4998-974c-7a4805fdd6a7" x="421" y="2" width="65" height="20"/>
  265.                 <box leftPadding="0" rightPadding="0">
  266.                     <topPen lineWidth="1.0"/>
  267.                     <bottomPen lineWidth="1.0"/>
  268.                 </box>
  269.                 <textElement textAlignment="Right" verticalAlignment="Middle"/>
  270.                 <text><![CDATA[Price]]></text>
  271.             </staticText>
  272.             <staticText>
  273.                 <reportElement uuid="1f6c4543-5a6e-4618-88fe-dea92a725ce7" x="486" y="2" width="70" height="20"/>
  274.                 <box leftPadding="0" rightPadding="0">
  275.                     <topPen lineWidth="1.0"/>
  276.                     <bottomPen lineWidth="1.0"/>
  277.                 </box>
  278.                 <textElement textAlignment="Right" verticalAlignment="Middle"/>
  279.                 <text><![CDATA[Sub Total]]></text>
  280.             </staticText>
  281.             <staticText>
  282.                 <reportElement uuid="88d9637e-4f83-4f4d-b316-dbcca04ed0c2" x="357" y="2" width="64" height="20"/>
  283.                 <box>
  284.                     <topPen lineWidth="1.0"/>
  285.                     <bottomPen lineWidth="1.0"/>
  286.                 </box>
  287.                 <textElement textAlignment="Right" verticalAlignment="Middle"/>
  288.                 <text><![CDATA[Qty Internal]]></text>
  289.             </staticText>
  290.             <staticText>
  291.                 <reportElement uuid="a8b070a7-daad-43f5-9bd4-11b3f05e6ea8" x="183" y="2" width="110" height="20"/>
  292.                 <box>
  293.                     <topPen lineWidth="1.0"/>
  294.                     <bottomPen lineWidth="1.0"/>
  295.                 </box>
  296.                 <textElement verticalAlignment="Middle"/>
  297.                 <text><![CDATA[Ship To]]></text>
  298.             </staticText>
  299.         </band>
  300.     </columnHeader>
  301.     <detail>
  302.         <band height="20" splitType="Stretch">
  303.             <textField isStretchWithOverflow="true">
  304.                 <reportElement uuid="ac77fb8b-0bb4-4227-aa3a-7d52d112f4c4" stretchType="RelativeToBandHeight" x="0" y="0" width="183" height="20"/>
  305.                 <box leftPadding="2" rightPadding="2"/>
  306.                 <textElement/>
  307.                 <textFieldExpression><![CDATA[$F{product_name}]]></textFieldExpression>
  308.             </textField>
  309.             <textField isStretchWithOverflow="true">
  310.                 <reportElement uuid="39c5d6c4-da5f-4c7b-bc6d-d96ad30c43ef" x="421" y="0" width="65" height="20"/>
  311.                 <box leftPadding="1" rightPadding="1"/>
  312.                 <textElement textAlignment="Right"/>
  313.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0.##",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($F{price})]]></textFieldExpression>
  314.             </textField>
  315.             <textField isStretchWithOverflow="true">
  316.                 <reportElement uuid="e0000e58-2411-4fb7-982e-b55df6ca582f" x="486" y="0" width="70" height="20"/>
  317.                 <textElement textAlignment="Right"/>
  318.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0.##",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($F{sub_total_price})]]></textFieldExpression>
  319.             </textField>
  320.             <textField isStretchWithOverflow="true">
  321.                 <reportElement uuid="e5db0f3b-7079-44a7-aa4d-a86a10424d9e" x="333" y="0" width="24" height="20"/>
  322.                 <box leftPadding="0" rightPadding="0"/>
  323.                 <textElement textAlignment="Right"/>
  324.                 <textFieldExpression><![CDATA[$F{uom_so}]]></textFieldExpression>
  325.             </textField>
  326.             <textField isStretchWithOverflow="true">
  327.                 <reportElement uuid="6261dd81-ab38-4f11-81fb-cdfb8ad88cad" x="293" y="0" width="40" height="20"/>
  328.                 <box leftPadding="0" rightPadding="0"/>
  329.                 <textElement textAlignment="Right"/>
  330.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($F{qty_so})]]></textFieldExpression>
  331.             </textField>
  332.             <textField isStretchWithOverflow="true">
  333.                 <reportElement uuid="0f8557be-5ef0-4dc0-96e8-a7087a2f2af2" x="397" y="0" width="24" height="20"/>
  334.                 <box leftPadding="0" rightPadding="0"/>
  335.                 <textElement textAlignment="Right"/>
  336.                 <textFieldExpression><![CDATA[$F{uom_internal}]]></textFieldExpression>
  337.             </textField>
  338.             <textField isStretchWithOverflow="true">
  339.                 <reportElement uuid="ab671ab1-56fc-4f0c-a754-79f71dc6ca0f" x="357" y="0" width="40" height="20"/>
  340.                 <box leftPadding="0" rightPadding="0"/>
  341.                 <textElement textAlignment="Right"/>
  342.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($F{qty_internal})]]></textFieldExpression>
  343.             </textField>
  344.             <textField isStretchWithOverflow="true">
  345.                 <reportElement uuid="29e38e42-b457-4bbc-b9e4-697bd9aaf4eb" x="183" y="0" width="110" height="20"/>
  346.                 <textElement/>
  347.                 <textFieldExpression><![CDATA[$F{ship_to_address}]]></textFieldExpression>
  348.             </textField>
  349.         </band>
  350.     </detail>
  351.     <columnFooter>
  352.         <band splitType="Stretch"/>
  353.     </columnFooter>
  354.     <lastPageFooter>
  355.         <band height="62">
  356.             <textField>
  357.                 <reportElement uuid="287a33d7-ad60-44e1-929e-72d737b1cfba" x="426" y="2" width="128" height="20"/>
  358.                 <textElement textAlignment="Right"/>
  359.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0.##",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($P{total_item_amount})]]></textFieldExpression>
  360.             </textField>
  361.             <textField>
  362.                 <reportElement uuid="41a59e45-320e-4483-9b88-c678e6212d9f" x="426" y="22" width="128" height="20"/>
  363.                 <textElement textAlignment="Right"/>
  364.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0.##",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($P{tax_amount})]]></textFieldExpression>
  365.             </textField>
  366.             <textField>
  367.                 <reportElement uuid="ec5e8c15-453a-4749-8e08-20aef27ae4be" x="426" y="42" width="128" height="20"/>
  368.                 <textElement textAlignment="Right">
  369.                     <font size="12" isBold="true"/>
  370.                 </textElement>
  371.                 <textFieldExpression><![CDATA[new java.text.DecimalFormat("#,##0.##",new java.text.DecimalFormatSymbols(java.util.Locale.UK)).format($P{grand_total})]]></textFieldExpression>
  372.             </textField>
  373.             <staticText>
  374.                 <reportElement uuid="fb70d127-585c-4335-aa1a-484e6ce0f69d" x="314" y="2" width="74" height="20"/>
  375.                 <textElement/>
  376.                 <text><![CDATA[Total Price]]></text>
  377.             </staticText>
  378.             <staticText>
  379.                 <reportElement uuid="d8bb7c9a-7ac2-4c4c-bf36-b5f7fc73f2ea" x="314" y="22" width="74" height="20"/>
  380.                 <textElement/>
  381.                 <text><![CDATA[VAT (PPn)]]></text>
  382.             </staticText>
  383.             <staticText>
  384.                 <reportElement uuid="65daa472-9b0e-4018-b868-3c4a0d471ea3" x="314" y="42" width="74" height="20"/>
  385.                 <textElement>
  386.                     <font size="12" isBold="true"/>
  387.                 </textElement>
  388.                 <text><![CDATA[Grand Total]]></text>
  389.             </staticText>
  390.             <staticText>
  391.                 <reportElement uuid="3e8a8469-11b7-42c7-8cdf-d274b4041e92" x="387" y="2" width="15" height="20"/>
  392.                 <textElement textAlignment="Center"/>
  393.                 <text><![CDATA[:]]></text>
  394.             </staticText>
  395.             <staticText>
  396.                 <reportElement uuid="dfab1510-4674-4645-a896-7010ec7c7cc1" x="387" y="22" width="15" height="20"/>
  397.                 <textElement textAlignment="Center"/>
  398.                 <text><![CDATA[:]]></text>
  399.             </staticText>
  400.             <staticText>
  401.                 <reportElement uuid="a5e5c2ab-1f56-4ab7-a264-b3bb0a583139" x="387" y="42" width="15" height="20"/>
  402.                 <textElement textAlignment="Center"/>
  403.                 <text><![CDATA[:]]></text>
  404.             </staticText>
  405.             <textField>
  406.                 <reportElement uuid="97ad41ca-f1ea-4f21-a58d-dbabd1bd53f7" stretchType="RelativeToBandHeight" x="400" y="42" width="26" height="20"/>
  407.                 <textElement textAlignment="Right">
  408.                     <font size="12" isBold="true"/>
  409.                 </textElement>
  410.                 <textFieldExpression><![CDATA[$P{curr_code}]]></textFieldExpression>
  411.             </textField>
  412.             <textField>
  413.                 <reportElement uuid="f1f50a79-2088-42ed-995c-6c54c65b8abb" x="402" y="22" width="24" height="20"/>
  414.                 <textElement textAlignment="Right"/>
  415.                 <textFieldExpression><![CDATA[$P{curr_code}]]></textFieldExpression>
  416.             </textField>
  417.             <textField>
  418.                 <reportElement uuid="1cda4e5f-1e0c-4d97-8a26-b592c33bf96d" x="402" y="2" width="24" height="20"/>
  419.                 <textElement textAlignment="Right"/>
  420.                 <textFieldExpression><![CDATA[$P{curr_code}]]></textFieldExpression>
  421.             </textField>
  422.             <line>
  423.                 <reportElement uuid="891f199a-3b7b-45ed-b085-b8d6885ce2ab" x="1" y="1" width="553" height="1"/>
  424.             </line>
  425.         </band>
  426.     </lastPageFooter>
  427. </jasperReport>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement