From e57142c818fd98df32de2085d0caa8724ae12430 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 May 2025 10:38:36 +0700 Subject: add custom report collective --- .../BARCODEEEE_BOXXX_VARIANTTT.jrxml | 52 ++ .../custom_reports/BARCODEEEE_VARIANTTT.jrxml | 37 + .../custom_reports/Barcode_Product.jrxml | 55 ++ jasper_reports/custom_reports/Barcoding_Box.jrxml | 54 ++ .../custom_reports/Barcoding_Product.jrxml | 46 ++ jasper_reports/custom_reports/BillOfMaterial.jrxml | 55 +- .../custom_reports/Customer Comision.jrxml | 571 +++++++++++----- .../custom_reports/DeliverySlip_A5 (2).jrxml | 480 +++++++++++++ .../custom_reports/DeliverySlip_A5 (3).jrxml | 489 +++++++++++++ .../DeliverySlip_A5_Font_Besar (2)(1).jrxml | 497 ++++++++++++++ .../DeliverySlip_A5_Font_Besar (3)(1).jrxml | 505 ++++++++++++++ .../DeliverySlip_A5_Font_Besar (4)(1).jrxml | 533 +++++++++++++++ .../DeliverySlip_A5_Nomor_SO BU PICK.jrxml | 571 ++++++++++++++++ .../DeliverySlip_A5_Nomor_SO(1).jrxml | 537 +++++++++++++++ .../DeliverySlip_A5_Nomor_SO(2).jrxml | 537 +++++++++++++++ .../DeliverySlip_A5_Nomor_SO(3).jrxml | 545 +++++++++++++++ .../DeliverySlip_A5_Nomor_SO(4).jrxml | 588 ++++++++++++++++ .../custom_reports/DeliverySlip_A5_Retur (2).jrxml | 541 +++++++++++++++ .../custom_reports/DeliverySlip_A5_Retur.jrxml | 541 +++++++++++++++ jasper_reports/custom_reports/DunningRun (2).jrxml | 367 ++++++++++ jasper_reports/custom_reports/DunningRun.jrxml | 30 +- jasper_reports/custom_reports/INPOIS.jrxml | 247 +++++++ jasper_reports/custom_reports/Multiparts.jrxml | 44 ++ jasper_reports/custom_reports/PickingList.jrxml | 62 +- jasper_reports/custom_reports/ShipmentGroup.jrxml | 267 ++++++-- .../custom_reports/barcode_product_bom.jrxml | 37 + jasper_reports/custom_reports/busetdah.jrxml | 243 +++++++ .../custom_reports/inventory_adjustment (2).jrxml | 347 ++++++++++ .../custom_reports/inventory_adjustment.jrxml | 338 +++++++++ jasper_reports/custom_reports/invoice12%.jrxml | 370 ++++++++++ jasper_reports/custom_reports/invoice12.jrxml | 370 ++++++++++ jasper_reports/custom_reports/invoice_new.jrxml | 149 ++++ jasper_reports/custom_reports/invoiceee.jrxml | 466 +++++++++++++ jasper_reports/custom_reports/logbook_sj.jrxml | 26 +- jasper_reports/custom_reports/new_invoice.jrxml | 328 +++++++++ .../custom_reports/new_report_template_po.jrxml | 758 +++++++++++++++++++++ jasper_reports/custom_reports/outbound_koli.jrxml | 106 +++ .../custom_reports/proforma_invoice (2).jrxml | 473 +++++++++++++ jasper_reports/custom_reports/woi.jrxml | 18 + 39 files changed, 11998 insertions(+), 282 deletions(-) create mode 100644 jasper_reports/custom_reports/BARCODEEEE_BOXXX_VARIANTTT.jrxml create mode 100644 jasper_reports/custom_reports/BARCODEEEE_VARIANTTT.jrxml create mode 100644 jasper_reports/custom_reports/Barcode_Product.jrxml create mode 100644 jasper_reports/custom_reports/Barcoding_Box.jrxml create mode 100644 jasper_reports/custom_reports/Barcoding_Product.jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5 (2).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5 (3).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (2)(1).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (3)(1).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (4)(1).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO BU PICK.jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(1).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(2).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(3).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(4).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Retur (2).jrxml create mode 100644 jasper_reports/custom_reports/DeliverySlip_A5_Retur.jrxml create mode 100644 jasper_reports/custom_reports/DunningRun (2).jrxml create mode 100644 jasper_reports/custom_reports/INPOIS.jrxml create mode 100644 jasper_reports/custom_reports/Multiparts.jrxml create mode 100644 jasper_reports/custom_reports/barcode_product_bom.jrxml create mode 100644 jasper_reports/custom_reports/busetdah.jrxml create mode 100644 jasper_reports/custom_reports/inventory_adjustment (2).jrxml create mode 100644 jasper_reports/custom_reports/inventory_adjustment.jrxml create mode 100644 jasper_reports/custom_reports/invoice12%.jrxml create mode 100644 jasper_reports/custom_reports/invoice12.jrxml create mode 100644 jasper_reports/custom_reports/invoice_new.jrxml create mode 100644 jasper_reports/custom_reports/invoiceee.jrxml create mode 100644 jasper_reports/custom_reports/new_invoice.jrxml create mode 100644 jasper_reports/custom_reports/new_report_template_po.jrxml create mode 100644 jasper_reports/custom_reports/outbound_koli.jrxml create mode 100644 jasper_reports/custom_reports/proforma_invoice (2).jrxml create mode 100644 jasper_reports/custom_reports/woi.jrxml (limited to 'jasper_reports') diff --git a/jasper_reports/custom_reports/BARCODEEEE_BOXXX_VARIANTTT.jrxml b/jasper_reports/custom_reports/BARCODEEEE_BOXXX_VARIANTTT.jrxml new file mode 100644 index 0000000..847c6f7 --- /dev/null +++ b/jasper_reports/custom_reports/BARCODEEEE_BOXXX_VARIANTTT.jrxml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="380" splitType="Stretch"> + <textField isBlankWhenNull="true"> + <reportElement x="290" y="0" width="280" height="259" isRemoveLineWhenBlank="true" uuid="357f1b2b-d4c7-45ed-9367-1aaad0f923ae"/> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="36" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression> + </textField> + <image scaleImage="FillFrame"> + <reportElement x="0" y="22" width="280" height="292" uuid="85522ca6-89dd-48ce-9d27-d7050c9a7248"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Barcode_Box-barcode_box}+"&width=800&height=800"]]></imageExpression> + </image> + <textField pattern="#,###.###;(#,###.###-)"> + <reportElement x="290" y="260" width="280" height="120" uuid="e6f9bd48-ca6c-42dc-80b9-d906f99f6880"/> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="23" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Pcs_Box-qty_pcs_box} + " Pcs"]]></textFieldExpression> + </textField> + </band> + + diff --git a/jasper_reports/custom_reports/BARCODEEEE_VARIANTTT.jrxml b/jasper_reports/custom_reports/BARCODEEEE_VARIANTTT.jrxml new file mode 100644 index 0000000..c8f0489 --- /dev/null +++ b/jasper_reports/custom_reports/BARCODEEEE_VARIANTTT.jrxml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + <band height="380" splitType="Stretch"> + <image hAlign="Center"> + <reportElement x="-10" y="40" width="280" height="280" isRemoveLineWhenBlank="true" uuid="a19e5ef5-4675-491f-95c1-36401b48482a"/> + <imageExpression><![CDATA[$F{QR_Code_Variant-qr_code_variant}]]></imageExpression> + </image> + <textField isBlankWhenNull="true"> + <reportElement x="290" y="0" width="280" height="380" isRemoveLineWhenBlank="true" uuid="357f1b2b-d4c7-45ed-9367-1aaad0f923ae"/> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="36" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression> + </textField> + </band> + + diff --git a/jasper_reports/custom_reports/Barcode_Product.jrxml b/jasper_reports/custom_reports/Barcode_Product.jrxml new file mode 100644 index 0000000..db5f6f2 --- /dev/null +++ b/jasper_reports/custom_reports/Barcode_Product.jrxml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/Barcoding_Box.jrxml b/jasper_reports/custom_reports/Barcoding_Box.jrxml new file mode 100644 index 0000000..847783b --- /dev/null +++ b/jasper_reports/custom_reports/Barcoding_Box.jrxml @@ -0,0 +1,54 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/Barcoding_Product.jrxml b/jasper_reports/custom_reports/Barcoding_Product.jrxml new file mode 100644 index 0000000..d73f68e --- /dev/null +++ b/jasper_reports/custom_reports/Barcoding_Product.jrxml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/BillOfMaterial.jrxml b/jasper_reports/custom_reports/BillOfMaterial.jrxml index 6503794..61d02c8 100644 --- a/jasper_reports/custom_reports/BillOfMaterial.jrxml +++ b/jasper_reports/custom_reports/BillOfMaterial.jrxml @@ -37,6 +37,10 @@ + + + + @@ -68,7 +72,7 @@ - + @@ -84,7 +88,7 @@ - + @@ -101,7 +105,7 @@ - + @@ -133,12 +137,29 @@ + + + + + + + + + + + + + + + + + - + - + @@ -154,7 +175,7 @@ - + @@ -170,7 +191,7 @@ - + @@ -185,7 +206,7 @@ - + @@ -199,6 +220,24 @@ + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/Customer Comision.jrxml b/jasper_reports/custom_reports/Customer Comision.jrxml index 820a595..df975b9 100644 --- a/jasper_reports/custom_reports/Customer Comision.jrxml +++ b/jasper_reports/custom_reports/Customer Comision.jrxml @@ -1,289 +1,522 @@ - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + + + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - + + + + + + + + + - + - + - - - - - - - - - - - - - - - + + + + + + + + - <band height="204" splitType="Stretch"> + <band height="90" splitType="Stretch"> + <image> + <reportElement x="0" y="1" width="151" height="49" uuid="c596ef6c-086a-4136-a96d-7e0ba6a369ca"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <staticText> + <reportElement x="131" y="55" width="293" height="30" uuid="fb2717c3-16e5-498b-a9a4-658c12e80cce"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="5fc91896-e17c-432f-bb0a-8cfc2e7549e2"/> + </reportElement> + <box> + <bottomPen lineWidth="1.75"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[PENGAJUAN KOMISI EKSTERNAL]]></text> + </staticText> + <textField> + <reportElement x="418" y="32" width="157" height="25" uuid="23a30f84-be11-43dc-8469-6e5a3affbd50"/> + <textElement textAlignment="Left" verticalAlignment="Middle"> + <font size="14" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Document_No-number}]]></textFieldExpression> + </textField> <textField> - <reportElement x="151" y="0" width="253" height="50" uuid="ad497d39-25aa-4e99-888a-6e3221d070e4"/> - <textElement textAlignment="Center" verticalAlignment="Middle"/> - <textFieldExpression><![CDATA[$F{Document No}]]></textFieldExpression> + <reportElement x="418" y="12" width="157" height="20" uuid="f5142e3c-8a9b-49b0-a3d6-250480d08d06"/> + <textElement> + <font size="11"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression> + </textField> + <textField pattern="MMM d, yyyy h:mm:ss a"> + <reportElement x="418" y="58" width="157" height="30" uuid="2d713832-ad16-4ab5-977b-c473950aa3e7"/> + <textElement> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Created_on-create_date}]]></textFieldExpression> </textField> <staticText> - <reportElement x="1" y="55" width="100" height="30" uuid="3e8e85ed-c77c-4377-80b4-f8817995f545"> + <reportElement x="418" y="-18" width="157" height="30" uuid="0d135bef-745f-4466-9d6d-682350dacd30"> <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="5fc91896-e17c-432f-bb0a-8cfc2e7549e2"/> </reportElement> <textElement textAlignment="Left" verticalAlignment="Middle"> - <font isBold="true"/> + <font size="12" isBold="true"/> </textElement> - <text><![CDATA[Partner Name ]]></text> + <text><![CDATA[Diajukan Oleh Sales:]]></text> </staticText> - <textField> - <reportElement x="105" y="55" width="455" height="30" uuid="d859b5fd-d805-4c86-a1c7-617fa72a3a25"> + </band> + + + + + - - - + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - + + + + + + + + + - - - - + + + + + + + + + - - - - + + + + + + + - - - + + + + + + - - - - - - - - + + - + + + + + + + + + + + + + + + + + + + + + + - + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - + - + - + - - + + - + - + - + - - + + - + - + - + - - + + - + - + - + - - - - - - - - - - - - + + - - - + + + - + - - + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - + + + + + - - - - + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5 (2).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5 (2).jrxml new file mode 100644 index 0000000..89a0ad5 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5 (2).jrxml @@ -0,0 +1,480 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="71" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <textField> + <reportElement x="355" y="61" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="6222a8c9-e873-48fa-a98a-029970fbb4ff"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="c5307c21-1034-4f2c-b37c-0665f5ca4a79"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5 (3).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5 (3).jrxml new file mode 100644 index 0000000..2acf582 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5 (3).jrxml @@ -0,0 +1,489 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="71" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <textField> + <reportElement x="355" y="61" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="6222a8c9-e873-48fa-a98a-029970fbb4ff"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="c5307c21-1034-4f2c-b37c-0665f5ca4a79"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (2)(1).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (2)(1).jrxml new file mode 100644 index 0000000..755d5da --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (2)(1).jrxml @@ -0,0 +1,497 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <textField> + <reportElement x="355" y="59" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="06799828-6b20-43b2-990e-ea6e4e8d7c67"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="d6a7b65a-8d6c-4943-809f-80a4fca3174f"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (3)(1).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (3)(1).jrxml new file mode 100644 index 0000000..acf1e7b --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (3)(1).jrxml @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <textField> + <reportElement x="355" y="59" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="06799828-6b20-43b2-990e-ea6e4e8d7c67"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="d6a7b65a-8d6c-4943-809f-80a4fca3174f"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (4)(1).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (4)(1).jrxml new file mode 100644 index 0000000..0ccadf6 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Font_Besar (4)(1).jrxml @@ -0,0 +1,533 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <textField> + <reportElement x="355" y="59" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="06799828-6b20-43b2-990e-ea6e4e8d7c67"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="d6a7b65a-8d6c-4943-809f-80a4fca3174f"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO BU PICK.jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO BU PICK.jrxml new file mode 100644 index 0000000..33cdbe6 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO BU PICK.jrxml @@ -0,0 +1,571 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="86" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Out_Code-out_code}+"&width=800&height=800"]]></imageExpression> + </image> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <textField> + <reportElement x="385" y="66" width="100" height="14" uuid="9a8ea4d0-2ee6-4042-a260-65ff715c500f"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Out_Code-out_code}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(1).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(1).jrxml new file mode 100644 index 0000000..1f22c75 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(1).jrxml @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="355" y="0" width="200" height="19" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=Code128&value="+$F{Picking_Code-picking_code}+"&width=800&height=40"]]></imageExpression> + </image> + <textField> + <reportElement x="355" y="24" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(2).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(2).jrxml new file mode 100644 index 0000000..8bc636a --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(2).jrxml @@ -0,0 +1,537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + <textField> + <reportElement x="355" y="60" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(3).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(3).jrxml new file mode 100644 index 0000000..56b0aa8 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(3).jrxml @@ -0,0 +1,545 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + <textField> + <reportElement x="355" y="60" width="200" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(4).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(4).jrxml new file mode 100644 index 0000000..989d0e4 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Nomor_SO(4).jrxml @@ -0,0 +1,588 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="86" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="231" y="0" width="100" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="419" y="16" width="60" height="51" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Out_Code-out_code}+"&width=800&height=800"]]></imageExpression> + </image> + <image hAlign="Center"> + <reportElement x="226" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan-printed_sj}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <textField> + <reportElement x="380" y="72" width="126" height="14" uuid="9f30e5b5-7fc0-451e-b314-ceeb10308d40"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Out_Code-out_code}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Retur (2).jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Retur (2).jrxml new file mode 100644 index 0000000..727b047 --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Retur (2).jrxml @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="193" y="0" width="149" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan Retur]]></text> + </staticText> + <textField> + <reportElement x="342" y="60" width="213" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="210" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan_Retur-printed_sj_retur}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + <image scaleImage="FillFrame"> + <reportElement x="399" y="0" width="72" height="60" uuid="57d8931f-78bc-4c08-b378-f66ce2602c1b"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Picking_Code-picking_code}+"&width=800&height=800"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DeliverySlip_A5_Retur.jrxml b/jasper_reports/custom_reports/DeliverySlip_A5_Retur.jrxml new file mode 100644 index 0000000..571a3dd --- /dev/null +++ b/jasper_reports/custom_reports/DeliverySlip_A5_Retur.jrxml @@ -0,0 +1,541 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="70" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="193" y="0" width="149" height="18" uuid="27e03116-dfa6-4f71-af4b-94238bfe6db8"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan Retur]]></text> + </staticText> + <image scaleImage="FillFrame"> + <reportElement x="342" y="0" width="213" height="19" uuid="c1fd4c13-d80d-44ba-82c7-e10435c3931c"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=Code128&value="+$F{Picking_Code-picking_code}+"&width=800&height=40"]]></imageExpression> + </image> + <textField> + <reportElement x="342" y="24" width="213" height="10" uuid="87b21b3f-a965-467b-a390-09387ff4c2bf"/> + <textElement textAlignment="Center"> + <font size="8"/> + </textElement> + <textFieldExpression><![CDATA[$F{Picking_Code-picking_code}]]></textFieldExpression> + </textField> + <image hAlign="Center"> + <reportElement x="210" y="0" width="110" height="70" uuid="855c97c3-988b-42de-8f89-8cd82a9974fe"/> + <imageExpression><![CDATA[$F{Printed_Surat_Jalan_Retur-printed_sj_retur}.equals("True") ? "https://erp.indoteknik.com/api/image/ir.attachment/datas/2368779" : null]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DunningRun (2).jrxml b/jasper_reports/custom_reports/DunningRun (2).jrxml new file mode 100644 index 0000000..69d7cae --- /dev/null +++ b/jasper_reports/custom_reports/DunningRun (2).jrxml @@ -0,0 +1,367 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="140" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="280" height="70" uuid="a8a7304c-4b3e-49e1-b120-a5482251cfbf"/> + <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> + <staticText> + <reportElement x="0" y="110" width="550" height="30" uuid="e40afd9c-a77c-43cc-bbda-2e4651a833cc"/> + <textElement textAlignment="Center" verticalAlignment="Top"> + <font size="16" isBold="true"/> + </textElement> + <text><![CDATA[Tanda Terima Faktur]]></text> + </staticText> + <staticText> + <reportElement x="390" y="10" width="140" height="90" uuid="25d02f1d-cc50-4b6f-9ce0-209951f96d7f"/> + <box> + <topPen lineWidth="0.5"/> + <leftPen lineWidth="0.5"/> + <bottomPen lineWidth="0.5"/> + <rightPen lineWidth="0.5"/> + </box> + <textElement textAlignment="Center" verticalAlignment="Top"> + <font size="8" isBold="true"/> + </textElement> + <text><![CDATA[Note: +Jika dokumen sudah diterima mohon untuk ditanda tangani, dicap, dan discan/foto untuk dikirimkan ke kami melalui email finance@indoteknik.co.id atau melalui WA di +62 857-1697-0374]]></text> + </staticText> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/DunningRun.jrxml b/jasper_reports/custom_reports/DunningRun.jrxml index 2869c62..6351e9f 100644 --- a/jasper_reports/custom_reports/DunningRun.jrxml +++ b/jasper_reports/custom_reports/DunningRun.jrxml @@ -1,5 +1,5 @@ - + @@ -170,19 +170,7 @@ Jika dokumen sudah diterima mohon untuk ditanda tangani, dicap, dan discan/foto - - - - - - - - - - - - - + @@ -256,19 +244,7 @@ Jika dokumen sudah diterima mohon untuk ditanda tangani, dicap, dan discan/foto - - - - - - - - - - - - - + diff --git a/jasper_reports/custom_reports/INPOIS.jrxml b/jasper_reports/custom_reports/INPOIS.jrxml new file mode 100644 index 0000000..33cfcc8 --- /dev/null +++ b/jasper_reports/custom_reports/INPOIS.jrxml @@ -0,0 +1,247 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="260" splitType="Stretch"> + <staticText> + <reportElement x="284" y="206" width="132" height="20" forecolor="#3D5959" uuid="6fa7a9d7-9d72-42df-98d6-c3d4eaf65465"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <staticText> + <reportElement x="139" y="206" width="132" height="20" forecolor="#3D5959" uuid="8d780816-aa12-43d9-9ec0-c5fadbac26fa"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="8f3b05d6-7057-4a60-a143-08c12caa64bd"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="fe68367d-328f-4bb4-9b67-3543b35187c8"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="c397fccc-69ea-462f-9f41-97e3bc05856f"/> + </line> + <staticText> + <reportElement x="1" y="206" width="108" height="20" forecolor="#3D5959" uuid="6432b56e-1cd4-4c68-9a7b-d1276135f472"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Date:]]></text> + </staticText> + <staticText> + <reportElement x="450" y="206" width="104" height="20" forecolor="#3D5959" uuid="5384afef-c086-40c8-ba25-225cc73504f1"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <textField> + <reportElement x="380" y="80" width="174" height="25" uuid="78635647-2eae-46d9-ba3c-78f897dea343"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Name-name}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="381" y="110" width="173" height="96" uuid="830a55ef-d9e5-4839-9666-2b3f1299b8e8"/> + <textFieldExpression><![CDATA[$F{Street-street}]]></textFieldExpression> + </textField> + <textField pattern="M/d/yy"> + <reportElement x="1" y="230" width="108" height="30" uuid="48d4b33c-43cb-4716-a507-346e0aece950"/> + <textFieldExpression><![CDATA[$F{Invoice_Bill_Date-invoice_date}]]></textFieldExpression> + </textField> + <textField pattern="M/d/yy"> + <reportElement x="140" y="230" width="131" height="30" uuid="a79b4690-3af1-440f-80ef-9b6089082754"/> + <textFieldExpression><![CDATA[$F{Due_Date-invoice_date_due}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="284" y="230" width="132" height="30" uuid="d011fdd6-149f-4813-b5aa-34d64eca1bd3"/> + <textFieldExpression><![CDATA[$F{Origin-invoice_origin}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="450" y="230" width="104" height="30" uuid="ecd24b9f-3d67-4bd6-b05c-2ed0cd37a5d7"/> + <textFieldExpression><![CDATA[$F{Reference-ref}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="0" y="180" width="380" height="30" forecolor="#AF171D" uuid="52d73f28-1315-4676-b56f-96d4c0ca1b55"/> + <textElement> + <font size="20"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{Number-name}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/Multiparts.jrxml b/jasper_reports/custom_reports/Multiparts.jrxml new file mode 100644 index 0000000..9d3519e --- /dev/null +++ b/jasper_reports/custom_reports/Multiparts.jrxml @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/PickingList.jrxml b/jasper_reports/custom_reports/PickingList.jrxml index 07af3c2..339a594 100755 --- a/jasper_reports/custom_reports/PickingList.jrxml +++ b/jasper_reports/custom_reports/PickingList.jrxml @@ -13,7 +13,7 @@ - + @@ -113,6 +113,22 @@ + + + + + + + + + + + + + + + + @@ -155,6 +171,28 @@ + + + + + + + + + + + + + + + + + + + + + + @@ -183,7 +221,9 @@ - + @@ -422,25 +462,35 @@ - + - + - + - + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/ShipmentGroup.jrxml b/jasper_reports/custom_reports/ShipmentGroup.jrxml index bc772c1..ef5509d 100644 --- a/jasper_reports/custom_reports/ShipmentGroup.jrxml +++ b/jasper_reports/custom_reports/ShipmentGroup.jrxml @@ -1,7 +1,7 @@ - + @@ -44,6 +44,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -56,161 +92,270 @@ - - - - + + + + + + + - + - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + - + - - + + - + - + - - + + - + - + - + - + - + - - + + - + - + - - + + - + - + - - - + + + - + - - + + - + - - - + - + - + - - - + + + - + - + - - - - + + - + - + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/barcode_product_bom.jrxml b/jasper_reports/custom_reports/barcode_product_bom.jrxml new file mode 100644 index 0000000..27def5b --- /dev/null +++ b/jasper_reports/custom_reports/barcode_product_bom.jrxml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + <band height="380" splitType="Stretch"> + <image scaleImage="FillFrame"> + <reportElement x="0" y="22" width="280" height="292" uuid="85522ca6-89dd-48ce-9d27-d7050c9a7248"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Internal_Reference-default_code}+"&width=800&height=800"]]></imageExpression> + </image> + <textField> + <reportElement x="290" y="22" width="260" height="292" uuid="011adb27-40e2-4ca8-a3ab-6af398bad967"/> + <textElement textAlignment="Center" verticalAlignment="Middle"> + <font size="36" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression> + </textField> + </band> + + diff --git a/jasper_reports/custom_reports/busetdah.jrxml b/jasper_reports/custom_reports/busetdah.jrxml new file mode 100644 index 0000000..f6e7e3d --- /dev/null +++ b/jasper_reports/custom_reports/busetdah.jrxml @@ -0,0 +1,243 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="260" splitType="Stretch"> + <staticText> + <reportElement x="284" y="206" width="132" height="20" forecolor="#3D5959" uuid="6fa7a9d7-9d72-42df-98d6-c3d4eaf65465"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <staticText> + <reportElement x="139" y="206" width="132" height="20" forecolor="#3D5959" uuid="8d780816-aa12-43d9-9ec0-c5fadbac26fa"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="8f3b05d6-7057-4a60-a143-08c12caa64bd"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="fe68367d-328f-4bb4-9b67-3543b35187c8"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="c397fccc-69ea-462f-9f41-97e3bc05856f"/> + </line> + <staticText> + <reportElement x="1" y="206" width="108" height="20" forecolor="#3D5959" uuid="6432b56e-1cd4-4c68-9a7b-d1276135f472"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Date:]]></text> + </staticText> + <staticText> + <reportElement x="450" y="206" width="104" height="20" forecolor="#3D5959" uuid="5384afef-c086-40c8-ba25-225cc73504f1"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <textField> + <reportElement x="380" y="80" width="174" height="25" uuid="78635647-2eae-46d9-ba3c-78f897dea343"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Name-name}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="381" y="110" width="173" height="96" uuid="830a55ef-d9e5-4839-9666-2b3f1299b8e8"/> + <textFieldExpression><![CDATA[$F{Street-street}]]></textFieldExpression> + </textField> + <textField pattern="M/d/yy"> + <reportElement x="1" y="230" width="108" height="30" uuid="48d4b33c-43cb-4716-a507-346e0aece950"/> + <textFieldExpression><![CDATA[$F{Invoice_Bill_Date-invoice_date}]]></textFieldExpression> + </textField> + <textField pattern="M/d/yy"> + <reportElement x="140" y="230" width="131" height="30" uuid="a79b4690-3af1-440f-80ef-9b6089082754"/> + <textFieldExpression><![CDATA[$F{Due_Date-invoice_date_due}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="284" y="230" width="132" height="30" uuid="d011fdd6-149f-4813-b5aa-34d64eca1bd3"/> + <textFieldExpression><![CDATA[$F{Origin-invoice_origin}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="450" y="230" width="104" height="30" uuid="ecd24b9f-3d67-4bd6-b05c-2ed0cd37a5d7"/> + <textFieldExpression><![CDATA[$F{Reference-ref}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="0" y="180" width="380" height="30" forecolor="#AF171D" uuid="52d73f28-1315-4676-b56f-96d4c0ca1b55"/> + <textElement> + <font size="20"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{Number-name}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/inventory_adjustment (2).jrxml b/jasper_reports/custom_reports/inventory_adjustment (2).jrxml new file mode 100644 index 0000000..253e1ee --- /dev/null +++ b/jasper_reports/custom_reports/inventory_adjustment (2).jrxml @@ -0,0 +1,347 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="36" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="bc997a1b-6313-422d-ae0b-0f50cf9fc842"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="140" y="0" width="307" height="18" uuid="03c8fba8-2abc-42b7-a26b-af324d71613c"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan (Inventory Adjustment)]]></text> + </staticText> + <textField> + <reportElement x="456" y="0" width="100" height="18" uuid="0d39fb97-203f-4c63-8fdb-b07e97caf755"/> + <textElement textAlignment="Center" verticalAlignment="Middle"/> + <textFieldExpression><![CDATA[$F{Document_No-number}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/inventory_adjustment.jrxml b/jasper_reports/custom_reports/inventory_adjustment.jrxml new file mode 100644 index 0000000..42817b5 --- /dev/null +++ b/jasper_reports/custom_reports/inventory_adjustment.jrxml @@ -0,0 +1,338 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="19" splitType="Stretch"> + <staticText> + <reportElement x="0" y="0" width="180" height="19" uuid="bc997a1b-6313-422d-ae0b-0f50cf9fc842"/> + <textElement markup="none"> + <font size="9" isBold="true"/> + </textElement> + <text><![CDATA[PT Indoteknik Dotcom Gemilang]]></text> + </staticText> + <staticText> + <reportElement x="140" y="0" width="307" height="18" uuid="03c8fba8-2abc-42b7-a26b-af324d71613c"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + <property name="com.jaspersoft.studio.unit.height" value="px"/> + </reportElement> + <textElement textAlignment="Center" markup="none"> + <font size="14" isBold="true"/> + </textElement> + <text><![CDATA[Surat Jalan (Inventory Adjustment)]]></text> + </staticText> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/invoice12%.jrxml b/jasper_reports/custom_reports/invoice12%.jrxml new file mode 100644 index 0000000..10d2a6e --- /dev/null +++ b/jasper_reports/custom_reports/invoice12%.jrxml @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="254" splitType="Stretch"> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="ee1a68f8-cba4-4c99-ac0d-3988cca4506f"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="b45877a5-889b-4222-aa95-84d91f27cef4"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="bb509eb2-3502-4be6-952b-1f8cc66258ba"/> + </line> + <textField> + <reportElement x="345" y="81" width="210" height="30" uuid="7a3bb07d-f22b-40b3-8864-163e63163362"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Nama Customer}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="345" y="111" width="210" height="78" uuid="99034a07-cd1f-4d30-91d3-6d4d0dd5f8dd"/> + <textFieldExpression><![CDATA[$F{Alamat Customer}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="449" y="209" width="104" height="20" forecolor="#3D5959" uuid="1bd92276-ed2c-4c85-830e-8d5df41e04f0"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <staticText> + <reportElement x="1" y="209" width="107" height="20" forecolor="#3D5959" uuid="68cfcd6b-e1d9-4ecb-9764-2bf42a00832e"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Invoice Date:]]></text> + </staticText> + <textField> + <reportElement x="0" y="179" width="332" height="30" forecolor="#AF171D" uuid="a849583d-2f6f-4eb8-a81f-26faed78d942"/> + <textElement verticalAlignment="Bottom"> + <font size="22" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{No Dokumen}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="159" y="209" width="100" height="20" forecolor="#3D5959" uuid="1de6e68c-8af3-47b8-8627-a2d2345d7436"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="311" y="209" width="88" height="20" forecolor="#3D5959" uuid="e5cddada-b4c1-41a9-9b18-38ff90dfc43b"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <textField> + <reportElement x="1" y="229" width="107" height="19" uuid="6d64e91c-132e-406a-a8a6-0d039adeaed2"/> + <textFieldExpression><![CDATA[$F{Invoice Date}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="159" y="229" width="100" height="19" uuid="b5b826a2-774c-4f69-b214-13c8ddc959bd"/> + <textFieldExpression><![CDATA[$F{Invoice Due Date}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="311" y="229" width="88" height="18" uuid="8cf741c1-bec0-408e-8984-64db247eb3b9"/> + <textFieldExpression><![CDATA[$F{Source}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="449" y="229" width="104" height="18" uuid="d14138c6-4482-40ce-940a-f7a20a27d3c3"/> + <textFieldExpression><![CDATA[$F{Reference}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/invoice12.jrxml b/jasper_reports/custom_reports/invoice12.jrxml new file mode 100644 index 0000000..ac77abb --- /dev/null +++ b/jasper_reports/custom_reports/invoice12.jrxml @@ -0,0 +1,370 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="254" splitType="Stretch"> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="ee1a68f8-cba4-4c99-ac0d-3988cca4506f"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="b45877a5-889b-4222-aa95-84d91f27cef4"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="bb509eb2-3502-4be6-952b-1f8cc66258ba"/> + </line> + <textField> + <reportElement x="345" y="81" width="210" height="30" uuid="7a3bb07d-f22b-40b3-8864-163e63163362"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Nama Customer}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="345" y="111" width="210" height="78" uuid="99034a07-cd1f-4d30-91d3-6d4d0dd5f8dd"/> + <textFieldExpression><![CDATA[$F{Alamat Customer}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="449" y="209" width="104" height="20" forecolor="#3D5959" uuid="1bd92276-ed2c-4c85-830e-8d5df41e04f0"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <staticText> + <reportElement x="1" y="209" width="107" height="20" forecolor="#3D5959" uuid="68cfcd6b-e1d9-4ecb-9764-2bf42a00832e"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Invoice Date:]]></text> + </staticText> + <textField> + <reportElement x="0" y="179" width="332" height="30" forecolor="#AF171D" uuid="a849583d-2f6f-4eb8-a81f-26faed78d942"/> + <textElement verticalAlignment="Bottom"> + <font size="22" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{No Dokumen}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="159" y="209" width="100" height="20" forecolor="#3D5959" uuid="1de6e68c-8af3-47b8-8627-a2d2345d7436"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="311" y="209" width="88" height="20" forecolor="#3D5959" uuid="e5cddada-b4c1-41a9-9b18-38ff90dfc43b"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <textField> + <reportElement x="1" y="229" width="107" height="19" uuid="6d64e91c-132e-406a-a8a6-0d039adeaed2"/> + <textFieldExpression><![CDATA[$F{Invoice Date}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="159" y="229" width="100" height="19" uuid="b5b826a2-774c-4f69-b214-13c8ddc959bd"/> + <textFieldExpression><![CDATA[$F{Invoice Due Date}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="311" y="229" width="88" height="18" uuid="8cf741c1-bec0-408e-8984-64db247eb3b9"/> + <textFieldExpression><![CDATA[$F{Source}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="449" y="229" width="104" height="18" uuid="d14138c6-4482-40ce-940a-f7a20a27d3c3"/> + <textFieldExpression><![CDATA[$F{Reference}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/invoice_new.jrxml b/jasper_reports/custom_reports/invoice_new.jrxml new file mode 100644 index 0000000..1eca8d0 --- /dev/null +++ b/jasper_reports/custom_reports/invoice_new.jrxml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="291"> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="474bbf3d-4176-458a-ab45-78f5ab415c0b"/> + </line> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="4d6e869c-dca8-4a06-b83c-18d2ad62e56e"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="fe82391d-73e5-4b74-bb27-001d75fdf38e"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <textField> + <reportElement x="368" y="90" width="187" height="30" uuid="46bbfb18-e340-491b-b089-dcd6a5391a90"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Nama Customer}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="368" y="130" width="187" height="103" uuid="b22de69e-06b2-49b2-a036-4577ec192ad4"/> + <textFieldExpression><![CDATA[$F{Alamat Customer}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="0" y="197" width="368" height="34" forecolor="#AF171D" uuid="dca8da99-294a-4833-a9af-972dd8917cac"/> + <textElement> + <font size="20"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{No Invoice}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="1" y="234" width="89" height="20" forecolor="#3D5959" uuid="36a93f73-12c6-410b-b423-c2fa984e4c0b"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Invoice Date:]]></text> + </staticText> + <staticText> + <reportElement x="149" y="234" width="91" height="20" forecolor="#3D5959" uuid="33f3adb7-c498-44a0-a313-8e35de785e05"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="301" y="234" width="88" height="20" forecolor="#3D5959" uuid="f2afb897-6f98-4608-92ea-5ba3ef54968c"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <staticText> + <reportElement x="439" y="234" width="116" height="20" forecolor="#3D5959" uuid="92761fad-d869-40bd-92ff-491972890938"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <textField pattern="M/d/yy"> + <reportElement x="1" y="258" width="89" height="30" uuid="7dcd9cdd-0509-4d72-9c7b-0aa401ea1060"/> + <textFieldExpression><![CDATA[$F{Invoice Date}]]></textFieldExpression> + </textField> + <textField pattern="M/d/yy"> + <reportElement x="149" y="258" width="91" height="30" uuid="85b01dd8-c024-4d13-8be8-4312b4b70a5a"/> + <textFieldExpression><![CDATA[$F{Invoice Due Date}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="301" y="258" width="88" height="30" uuid="a94fc9d5-0ea2-4ca6-8393-d917dc457186"/> + <textFieldExpression><![CDATA[$F{Source}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="439" y="258" width="116" height="30" uuid="3112d7cb-882f-4953-9333-982e60e59812"/> + <textFieldExpression><![CDATA[$F{Reference}]]></textFieldExpression> + </textField> + </band> + + 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 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <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> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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)]]> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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)]]> + + + + diff --git a/jasper_reports/custom_reports/logbook_sj.jrxml b/jasper_reports/custom_reports/logbook_sj.jrxml index 388dbcb..c089310 100644 --- a/jasper_reports/custom_reports/logbook_sj.jrxml +++ b/jasper_reports/custom_reports/logbook_sj.jrxml @@ -1,7 +1,7 @@ - + @@ -52,6 +52,10 @@ + + + + @@ -168,10 +172,10 @@ - + - + @@ -222,28 +226,28 @@ - - + + - + - - + + - + diff --git a/jasper_reports/custom_reports/new_invoice.jrxml b/jasper_reports/custom_reports/new_invoice.jrxml new file mode 100644 index 0000000..e7b04b3 --- /dev/null +++ b/jasper_reports/custom_reports/new_invoice.jrxml @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="254" splitType="Stretch"> + <staticText> + <reportElement x="0" y="35" width="270" height="70" uuid="ee1a68f8-cba4-4c99-ac0d-3988cca4506f"/> + <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> + <image> + <reportElement x="0" y="1" width="126" height="33" uuid="b45877a5-889b-4222-aa95-84d91f27cef4"/> + <imageExpression><![CDATA["https://erp.indoteknik.com/api/image/ir.attachment/datas/2135765"]]></imageExpression> + </image> + <line> + <reportElement x="-3" y="34" width="560" height="1" uuid="bb509eb2-3502-4be6-952b-1f8cc66258ba"/> + </line> + <textField> + <reportElement x="345" y="81" width="210" height="30" uuid="7a3bb07d-f22b-40b3-8864-163e63163362"/> + <textElement verticalAlignment="Bottom"/> + <textFieldExpression><![CDATA[$F{Nama Customer}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="345" y="111" width="210" height="78" uuid="99034a07-cd1f-4d30-91d3-6d4d0dd5f8dd"/> + <textFieldExpression><![CDATA[$F{Alamat Customer}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="449" y="209" width="104" height="20" forecolor="#3D5959" uuid="1bd92276-ed2c-4c85-830e-8d5df41e04f0"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Reference:]]></text> + </staticText> + <staticText> + <reportElement x="1" y="209" width="107" height="20" forecolor="#3D5959" uuid="68cfcd6b-e1d9-4ecb-9764-2bf42a00832e"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Invoice Date:]]></text> + </staticText> + <textField> + <reportElement x="0" y="179" width="332" height="30" forecolor="#AF171D" uuid="a849583d-2f6f-4eb8-a81f-26faed78d942"/> + <textElement verticalAlignment="Bottom"> + <font size="22" isBold="true"/> + </textElement> + <textFieldExpression><![CDATA["Invoice " + $F{No Dokumen}]]></textFieldExpression> + </textField> + <staticText> + <reportElement x="159" y="209" width="100" height="20" forecolor="#3D5959" uuid="1de6e68c-8af3-47b8-8627-a2d2345d7436"/> + <textElement verticalAlignment="Bottom"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Due Date:]]></text> + </staticText> + <staticText> + <reportElement x="311" y="209" width="88" height="20" forecolor="#3D5959" uuid="e5cddada-b4c1-41a9-9b18-38ff90dfc43b"/> + <textElement verticalAlignment="Middle"> + <font size="11" isBold="true"/> + </textElement> + <text><![CDATA[Source:]]></text> + </staticText> + <textField> + <reportElement x="311" y="229" width="88" height="18" uuid="8cf741c1-bec0-408e-8984-64db247eb3b9"/> + <textFieldExpression><![CDATA[$F{Source}]]></textFieldExpression> + </textField> + <textField> + <reportElement x="449" y="229" width="104" height="18" uuid="d14138c6-4482-40ce-940a-f7a20a27d3c3"/> + <textFieldExpression><![CDATA[$F{Reference}]]></textFieldExpression> + </textField> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/new_report_template_po.jrxml b/jasper_reports/custom_reports/new_report_template_po.jrxml new file mode 100644 index 0000000..e242fb9 --- /dev/null +++ b/jasper_reports/custom_reports/new_report_template_po.jrxml @@ -0,0 +1,758 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/outbound_koli.jrxml b/jasper_reports/custom_reports/outbound_koli.jrxml new file mode 100644 index 0000000..8306da4 --- /dev/null +++ b/jasper_reports/custom_reports/outbound_koli.jrxml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/proforma_invoice (2).jrxml b/jasper_reports/custom_reports/proforma_invoice (2).jrxml new file mode 100644 index 0000000..dd508f6 --- /dev/null +++ b/jasper_reports/custom_reports/proforma_invoice (2).jrxml @@ -0,0 +1,473 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="90" splitType="Stretch"> + <image> + <reportElement x="0" y="0" width="90" height="30" uuid="2f408c9c-457b-4a54-bb9a-bd90a7eca43e"/> + <imageExpression><![CDATA["/odoo14/images/logo_indoteknik.jpeg"]]></imageExpression> + </image> + <line> + <reportElement x="0" y="30" width="555" height="1" uuid="1d24b28a-0d98-4f26-bea9-0496e11ce30d"> + <property name="com.jaspersoft.studio.unit.width" value="px"/> + </reportElement> + </line> + <staticText> + <reportElement x="0" y="30" width="280" height="60" uuid="267a2a0b-0a31-4a7a-8dd6-87525c411589"/> + <textElement textAlignment="Left" verticalAlignment="Middle"/> + <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> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/woi.jrxml b/jasper_reports/custom_reports/woi.jrxml new file mode 100644 index 0000000..f5c8c4b --- /dev/null +++ b/jasper_reports/custom_reports/woi.jrxml @@ -0,0 +1,18 @@ + + + + + + + + + + + <band height="79" splitType="Stretch"> + <staticText> + <reportElement x="204" y="33" width="100" height="30" uuid="e083e191-e135-424c-a19d-ba9fedbe81ad"/> + <text><![CDATA[test]]></text> + </staticText> + </band> + + -- cgit v1.2.3