From b6e35f495ec85592053206e51d62d0b0a014ef97 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Oct 2022 14:36:17 +0700 Subject: new sales order without disc jrxml --- .gitignore | 2 +- .../custom_reports/DeliverySlip_A5.jasper | Bin 79122 -> 0 bytes .../custom_reports/DeliverySlip_A5.jrxml | 19 +- .../custom_reports/sales_without_disc.jrxml | 391 +++++++++++++++++++++ 4 files changed, 409 insertions(+), 3 deletions(-) delete mode 100755 jasper_reports/custom_reports/DeliverySlip_A5.jasper create mode 100644 jasper_reports/custom_reports/sales_without_disc.jrxml diff --git a/.gitignore b/.gitignore index f08c64b..3d9abf2 100755 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ *.jasper *.log jasper_reports/custom_reports/*.jasper -jasper_reports/java/*.log +jasper_reports/java/*.log.* # Node artifact files node_modules/ dist/ diff --git a/jasper_reports/custom_reports/DeliverySlip_A5.jasper b/jasper_reports/custom_reports/DeliverySlip_A5.jasper deleted file mode 100755 index c1e1ad8..0000000 Binary files a/jasper_reports/custom_reports/DeliverySlip_A5.jasper and /dev/null differ diff --git a/jasper_reports/custom_reports/DeliverySlip_A5.jrxml b/jasper_reports/custom_reports/DeliverySlip_A5.jrxml index 532421e..b1f6ba9 100755 --- a/jasper_reports/custom_reports/DeliverySlip_A5.jrxml +++ b/jasper_reports/custom_reports/DeliverySlip_A5.jrxml @@ -10,7 +10,7 @@ - + @@ -24,7 +24,7 @@ - + @@ -172,6 +172,21 @@ + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/sales_without_disc.jrxml b/jasper_reports/custom_reports/sales_without_disc.jrxml new file mode 100644 index 0000000..c293008 --- /dev/null +++ b/jasper_reports/custom_reports/sales_without_disc.jrxml @@ -0,0 +1,391 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <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> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3