summaryrefslogtreecommitdiff
path: root/jasper_reports/custom_reports/invoiceee.jrxml
diff options
context:
space:
mode:
Diffstat (limited to 'jasper_reports/custom_reports/invoiceee.jrxml')
-rw-r--r--jasper_reports/custom_reports/invoiceee.jrxml466
1 files changed, 466 insertions, 0 deletions
diff --git a/jasper_reports/custom_reports/invoiceee.jrxml b/jasper_reports/custom_reports/invoiceee.jrxml
new file mode 100644
index 0000000..e2d5d10
--- /dev/null
+++ b/jasper_reports/custom_reports/invoiceee.jrxml
@@ -0,0 +1,466 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Created with Jaspersoft Studio version 6.20.0.final using JasperReports Library version 6.20.0-2bc7ab61c56f459e8176eb05c7705e145cd400ad -->
+<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="invoiceee" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="22382b47-6458-4c4d-88ba-1b7bc81555d1">
+ <property name="com.jaspersoft.studio.data.defaultdataadapter" value="NewInpois.jrdax"/>
+ <property name="ODOO_RELATIONS">
+ <![CDATA[['invoice_line_ids']]]>
+ </property>
+ <queryString language="XPath">
+ <![CDATA[]]>
+ </queryString>
+ <field name="No Invoice" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Number-name"/>
+ <fieldDescription><![CDATA[/data/record/Number-name]]></fieldDescription>
+ </field>
+ <field name="Customer" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Partner-partner_id/Name-name"/>
+ <fieldDescription><![CDATA[/data/record/Partner-partner_id/Name-name]]></fieldDescription>
+ </field>
+ <field name="Alamat" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Partner-partner_id/Street-street"/>
+ <fieldDescription><![CDATA[/data/record/Partner-partner_id/Street-street]]></fieldDescription>
+ </field>
+ <field name="Invoice Due Date" class="java.sql.Date">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Due_Date-invoice_date_due"/>
+ <fieldDescription><![CDATA[/data/record/Due_Date-invoice_date_due]]></fieldDescription>
+ </field>
+ <field name="Invoice Date" class="java.sql.Date">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_Bill_Date-invoice_date"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_Bill_Date-invoice_date]]></fieldDescription>
+ </field>
+ <field name="Source" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Origin-invoice_origin"/>
+ <fieldDescription><![CDATA[/data/record/Origin-invoice_origin]]></fieldDescription>
+ </field>
+ <field name="Reference" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Reference-ref"/>
+ <fieldDescription><![CDATA[/data/record/Reference-ref]]></fieldDescription>
+ </field>
+ <field name="Product" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Product-product_id/Display_Name-display_name"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Product-product_id/Display_Name-display_name]]></fieldDescription>
+ </field>
+ <field name="Quantity-quantity" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Quantity-quantity"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Quantity-quantity]]></fieldDescription>
+ </field>
+ <field name="Unit_of_Measure-name" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Unit_of_Measure-product_uom_id/Unit_of_Measure-name"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Unit_of_Measure-product_uom_id/Unit_of_Measure-name]]></fieldDescription>
+ </field>
+ <field name="Unit_Price-price_unit" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Unit_Price-price_unit"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Unit_Price-price_unit]]></fieldDescription>
+ </field>
+ <field name="Subtotal-price_subtotal" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Subtotal-price_subtotal"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Subtotal-price_subtotal]]></fieldDescription>
+ </field>
+ <field name="Untaxed_Amount-amount_untaxed" class="java.math.BigDecimal">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Untaxed_Amount-amount_untaxed"/>
+ <fieldDescription><![CDATA[/data/record/Untaxed_Amount-amount_untaxed]]></fieldDescription>
+ </field>
+ <field name="Total-amount_total" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Total-amount_total"/>
+ <fieldDescription><![CDATA[/data/record/Total-amount_total]]></fieldDescription>
+ </field>
+ <field name="Tax-amount_tax" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Tax-amount_tax"/>
+ <fieldDescription><![CDATA[/data/record/Tax-amount_tax]]></fieldDescription>
+ </field>
+ <field name="Other_Subtotal-other_subtotal" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Other_Subtotal-other_subtotal"/>
+ <fieldDescription><![CDATA[/data/record/Other_Subtotal-other_subtotal]]></fieldDescription>
+ </field>
+ <field name="Other_Taxes-other_taxes" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Other_Taxes-other_taxes"/>
+ <fieldDescription><![CDATA[/data/record/Other_Taxes-other_taxes]]></fieldDescription>
+ </field>
+ <field name="Discount____-discount" class="java.lang.Integer">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Invoice_lines-invoice_line_ids/Discount____-discount"/>
+ <fieldDescription><![CDATA[/data/record/Invoice_lines-invoice_line_ids/Discount____-discount]]></fieldDescription>
+ </field>
+ <field name="Tax-amount_tax_1" class="java.math.BigDecimal">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Tax-amount_tax"/>
+ <fieldDescription><![CDATA[/data/record/Tax-amount_tax]]></fieldDescription>
+ </field>
+ <variable name="Other Subtotal" class="java.math.BigDecimal">
+ <variableExpression><![CDATA[$F{Other_Subtotal-other_subtotal}]]></variableExpression>
+ </variable>
+ <variable name="taxes 12" class="java.lang.String">
+ <variableExpression><![CDATA[$F{Tax-amount_tax_1} == null ? null : "12%"]]></variableExpression>
+ </variable>
+ <background>
+ <band splitType="Stretch"/>
+ </background>
+ <title>
+ <band height="270" splitType="Stretch">
+ <image>
+ <reportElement x="0" y="1" width="126" height="33" uuid="819e6c0d-ea05-42e4-83fe-ffb6bacf3cac"/>
+ <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression>
+ </image>
+ <staticText>
+ <reportElement x="0" y="35" width="270" height="70" uuid="2d0e80e0-1497-46f9-b3b8-e21f0b6ce7f1"/>
+ <text><![CDATA[PT. INDOTEKNIK DOTCOM GEMILANG
+Jl. Bandengan Utara 85A No 8-9 RT 3/RW 16
+Penjaringan, Kec. Penjaringan, Jakarta
+JK 14440
+Indonesia]]></text>
+ </staticText>
+ <line>
+ <reportElement x="-3" y="34" width="560" height="1" uuid="d8360af8-3510-4fd7-bee0-72e909ba991e"/>
+ </line>
+ <textField>
+ <reportElement x="349" y="70" width="207" height="40" uuid="31cddb71-5b9b-4588-a4a5-c085cfe7f4bc"/>
+ <textElement verticalAlignment="Bottom"/>
+ <textFieldExpression><![CDATA[$F{Customer}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="350" y="120" width="206" height="100" uuid="70ba789f-d2f0-4454-bc40-1898e584766f"/>
+ <textFieldExpression><![CDATA[$F{Alamat}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="0" y="190" width="348" height="30" forecolor="#030303" uuid="1957ab40-1482-412d-84e4-86cc02971c3c"/>
+ <textElement>
+ <font size="20"/>
+ </textElement>
+ <textFieldExpression><![CDATA["Invoice " + $F{No Invoice}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="1" y="215" width="108" height="20" forecolor="#030303" uuid="50cbaad8-04e4-48ec-91de-d16614f29825"/>
+ <textElement verticalAlignment="Bottom">
+ <font size="11" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Date:]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="139" y="215" width="132" height="20" forecolor="#030303" uuid="9d3de1ce-9b59-4be3-9f99-afa8adc3e0b8"/>
+ <textElement verticalAlignment="Bottom">
+ <font size="11" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Due Date:]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="450" y="215" width="104" height="20" forecolor="#030303" uuid="9542b27e-bf96-4622-a7b4-c71f597fe17d"/>
+ <textElement verticalAlignment="Middle">
+ <font size="11" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Reference:]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="284" y="215" width="132" height="20" forecolor="#030303" uuid="13d1aa92-aa07-4f99-b736-873278565095"/>
+ <textElement verticalAlignment="Bottom">
+ <font size="11" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Source:]]></text>
+ </staticText>
+ <textField pattern="M/d/yy">
+ <reportElement x="0" y="240" width="109" height="30" uuid="6b267367-6fe9-4f3b-8113-d3b324916ef5"/>
+ <textFieldExpression><![CDATA[$F{Invoice Date}]]></textFieldExpression>
+ </textField>
+ <textField pattern="M/d/yy">
+ <reportElement x="139" y="240" width="132" height="30" uuid="9944bcbc-2519-4fa1-9211-f3e7441e2ced"/>
+ <textFieldExpression><![CDATA[$F{Invoice Due Date}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="284" y="240" width="132" height="30" uuid="9762a4d0-e3f2-428d-a3b7-6f33ad445fd5"/>
+ <textFieldExpression><![CDATA[$F{Source}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="450" y="240" width="104" height="30" uuid="0f57a827-a809-421e-b2cc-970c96cd3a6a"/>
+ <textFieldExpression><![CDATA[$F{Reference}]]></textFieldExpression>
+ </textField>
+ </band>
+ </title>
+ <columnHeader>
+ <band height="20" splitType="Stretch">
+ <staticText>
+ <reportElement x="30" y="0" width="280" height="20" uuid="01903faf-c2c6-4cf1-a130-e35b82921c67">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="9ea136f9-df84-4b2b-af86-fa554f1d43fb"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement verticalAlignment="Middle"/>
+ <text><![CDATA[Product]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="310" y="0" width="30" height="20" uuid="7b62d457-23a9-4ff7-a5cd-079b1d842952">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <text><![CDATA[Quantity]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="340" y="0" width="76" height="20" uuid="77214e07-d07e-4ea6-8024-6301cdf8f1de">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="812cf86d-fc94-4af5-b691-c1144412035f"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <text><![CDATA[ Unit Price]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="446" y="0" width="30" height="20" uuid="028b69a9-d28b-4f77-89f4-fa53e0c8a976">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <text><![CDATA[Taxes]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="476" y="0" width="77" height="20" uuid="3a0a440b-7bda-44f7-9929-dec50d1bb6a5">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <text><![CDATA[Amount]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="0" y="0" width="30" height="20" uuid="f2a5d141-df73-4c4b-89a5-3fcdfb67dabb">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <text><![CDATA[No]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="416" y="0" width="30" height="20" uuid="01aa4778-c07e-4f54-8a28-7372e7496926">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <topPen lineWidth="0.25"/>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <text><![CDATA[Disc.]]></text>
+ </staticText>
+ </band>
+ </columnHeader>
+ <detail>
+ <band height="30" splitType="Stretch">
+ <textField isBlankWhenNull="true">
+ <reportElement x="30" y="0" width="280" height="30" isRemoveLineWhenBlank="true" uuid="b90679b0-750e-4fab-b827-2eb618fa229d">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="9ea136f9-df84-4b2b-af86-fa554f1d43fb"/>
+ </reportElement>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Product}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="310" y="0" width="30" height="30" isRemoveLineWhenBlank="true" uuid="89d909ab-cb20-4172-b07b-809ae037c1ce">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="231d0780-7e7f-468a-9256-bf7ea80d0258"/>
+ </reportElement>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Quantity-quantity} + " " + $F{Unit_of_Measure-name}]]></textFieldExpression>
+ </textField>
+ <textField pattern="#,#00.00#;(#,#00.00#-)" isBlankWhenNull="true">
+ <reportElement x="340" y="0" width="76" height="30" isRemoveLineWhenBlank="true" uuid="f368e628-0319-4c3a-b7d0-928dea1e376f">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="812cf86d-fc94-4af5-b691-c1144412035f"/>
+ </reportElement>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Unit_Price-price_unit}]]></textFieldExpression>
+ </textField>
+ <textField pattern="#,#00.00#;(#,#00.00#-)" isBlankWhenNull="true">
+ <reportElement x="476" y="0" width="77" height="30" isRemoveLineWhenBlank="true" uuid="34899170-510e-4759-b897-683400813a4e">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="da4486d2-a3be-4dc4-8e6e-ab98f99596f2"/>
+ </reportElement>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Subtotal-price_subtotal}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="0" y="0" width="30" height="30" isRemoveLineWhenBlank="true" uuid="9792dcb9-aafb-42b5-bfc7-db7a8d2c66a3"/>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$V{REPORT_COUNT}]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="416" y="0" width="30" height="30" isRemoveLineWhenBlank="true" uuid="38750ff5-2c8a-4d00-9651-29e2596dc7a4">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="09b76308-6340-4ee7-be27-de0a173775e1"/>
+ </reportElement>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Center" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Discount____-discount} == null ? "0%" : $F{Discount____-discount} + "%"]]></textFieldExpression>
+ </textField>
+ <textField isBlankWhenNull="true">
+ <reportElement x="446" y="0" width="30" height="30" uuid="6c77ff5d-12fc-4e3b-ae4d-10f1ca66b974"/>
+ <box>
+ <bottomPen lineWidth="0.75"/>
+ </box>
+ <textElement textAlignment="Left" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$V{taxes 12}]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+ <pageFooter>
+ <band height="50" splitType="Stretch">
+ <textField>
+ <reportElement x="180" y="20" width="100" height="30" uuid="0f951566-ffeb-4222-92ab-ebc522f740f7"/>
+ <textElement textAlignment="Right"/>
+ <textFieldExpression><![CDATA["Page " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <textField evaluationTime="Report">
+ <reportElement x="280" y="20" width="100" height="30" uuid="2c66a942-b378-4efd-9aab-8394177c9858"/>
+ <textElement textAlignment="Left"/>
+ <textFieldExpression><![CDATA[" of " + $V{PAGE_NUMBER}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="231" y="5" width="120" height="14" uuid="60410190-f7bb-41f1-9339-5e0f81e898a4"/>
+ <text><![CDATA[https://Indoteknik.com]]></text>
+ </staticText>
+ <line>
+ <reportElement x="-1" y="1" width="560" height="1" uuid="d39ee103-7d14-4256-8e2d-4f59dfdf315f"/>
+ </line>
+ </band>
+ </pageFooter>
+ <summary>
+ <band height="296" splitType="Stretch">
+ <line>
+ <reportElement x="381" y="107" width="176" height="1" uuid="de054ee0-ce82-4867-888f-11445bde717a"/>
+ <graphicElement>
+ <pen lineWidth="1.0"/>
+ </graphicElement>
+ </line>
+ <line direction="BottomUp">
+ <reportElement x="381" y="67" width="176" height="1" uuid="c51e6043-c305-46ff-b152-ada721f54dfd"/>
+ <graphicElement>
+ <pen lineWidth="0.5"/>
+ </graphicElement>
+ </line>
+ <staticText>
+ <reportElement x="381" y="7" width="56" height="20" forecolor="#030303" uuid="b0d17514-321f-478d-99b2-deb9c8fd42cc">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="ccdad13f-2e83-406d-b470-4aa25d3b646a"/>
+ </reportElement>
+ <box>
+ <pen lineWidth="1.0" lineStyle="Solid"/>
+ <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle">
+ <font size="10" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Subtotal :]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="381" y="77" width="56" height="20" uuid="236095b3-353d-4c70-ac30-cbb5a6902579">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="ccdad13f-2e83-406d-b470-4aa25d3b646a"/>
+ </reportElement>
+ <box>
+ <pen lineWidth="1.0" lineStyle="Solid"/>
+ <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle">
+ <font size="10" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Taxes :]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="381" y="117" width="56" height="20" forecolor="#030303" uuid="3eda23f9-e7ea-4910-b02f-74aab3517613">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="ccdad13f-2e83-406d-b470-4aa25d3b646a"/>
+ </reportElement>
+ <box>
+ <pen lineWidth="1.0" lineStyle="Solid"/>
+ <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle">
+ <font size="10" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Total :]]></text>
+ </staticText>
+ <staticText>
+ <reportElement x="2" y="180" width="435" height="116" uuid="908811b1-b437-4f18-a86f-44ab83a2e3a6"/>
+ <text><![CDATA[1. Kirimkan Data NPWP & SPPKP pada saat pertama kali melakukan pemesanan ke finance@indoteknik.co.id.
+2. Penawaran ini memiliki jangka waktu, harga dan stok tidak mengikat.
+3. Pembelian tidak dapat dikembalikan.
+
+Data Bank PT. INDOTEKNIK DOTCOM GEMILANG
+BCA CAB. PURI BOTANICAL Acc. No. 8870 4000 81
+Pembayaran giro/cek dinyatakan lunas hanya setelah pencairan.
+Biaya administrasi bank dibebankan ke konsumen]]></text>
+ </staticText>
+ <textField pattern="#,###.###;(#,###.###-)">
+ <reportElement x="457" y="117" width="97" height="20" uuid="c96e4e51-a0e0-46b3-a321-c94c816a5cd5"/>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Total-amount_total}]]></textFieldExpression>
+ </textField>
+ <textField pattern="#,###.##">
+ <reportElement x="460" y="7" width="94" height="20" uuid="7cae165b-9ec4-4e8d-84be-fbbed63245c4"/>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Untaxed_Amount-amount_untaxed}.remainder(java.math.BigDecimal.ONE).compareTo(new java.math.BigDecimal("0.50")) > 0
+ ? $F{Untaxed_Amount-amount_untaxed}.setScale(0, java.math.RoundingMode.UP).setScale(2)
+ : $F{Untaxed_Amount-amount_untaxed}.setScale(0, java.math.RoundingMode.DOWN).setScale(2)]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="2" y="150" width="435" height="30" uuid="93777e7f-6072-4a4b-8af3-21a6bb04e129"/>
+ <textFieldExpression><![CDATA["Please use the following communication for your payment : " + $F{No Invoice}]]></textFieldExpression>
+ </textField>
+ <staticText>
+ <reportElement x="341" y="37" width="96" height="20" forecolor="#030303" uuid="02e626fd-46ce-4783-bfe6-c1d408a8b69a">
+ <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="ccdad13f-2e83-406d-b470-4aa25d3b646a"/>
+ </reportElement>
+ <box>
+ <pen lineWidth="1.0" lineStyle="Solid"/>
+ <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <bottomPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
+ </box>
+ <textElement textAlignment="Right" verticalAlignment="Middle">
+ <font size="10" isBold="true"/>
+ </textElement>
+ <text><![CDATA[Other Subtotal :]]></text>
+ </staticText>
+ <textField pattern="#,###.###;(#,###.###-)">
+ <reportElement x="460" y="37" width="94" height="20" uuid="c9e1bb49-6e50-4cc8-9048-7b3c67c516ee"/>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Other_Subtotal-other_subtotal}]]></textFieldExpression>
+ </textField>
+ <textField pattern="#,###.##" isBlankWhenNull="true">
+ <reportElement x="460" y="77" width="94" height="20" isRemoveLineWhenBlank="true" uuid="7cae165b-9ec4-4e8d-84be-fbbed63245c4"/>
+ <textElement textAlignment="Right" verticalAlignment="Middle"/>
+ <textFieldExpression><![CDATA[$F{Tax-amount_tax_1}.remainder(java.math.BigDecimal.ONE).compareTo(new java.math.BigDecimal("0.50")) > 0
+ ? $F{Tax-amount_tax_1}.setScale(0, java.math.RoundingMode.UP).setScale(2)
+ : $F{Tax-amount_tax_1}.setScale(0, java.math.RoundingMode.DOWN).setScale(2)]]></textFieldExpression>
+ </textField>
+ </band>
+ </summary>
+</jasperReport>