From 3c5e28c22b032de39bf8969c7ddc83a0fa7218a9 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Oct 2022 15:02:34 +0700 Subject: add proforma invoice --- .../custom_reports/proforma_invoice.jrxml | 391 +++++++++++++++++++++ 1 file changed, 391 insertions(+) create mode 100644 jasper_reports/custom_reports/proforma_invoice.jrxml diff --git a/jasper_reports/custom_reports/proforma_invoice.jrxml b/jasper_reports/custom_reports/proforma_invoice.jrxml new file mode 100644 index 0000000..cfaf829 --- /dev/null +++ b/jasper_reports/custom_reports/proforma_invoice.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 From 4353da78776bd7a6017d08a968bd68af94d1ec07 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 5 Oct 2022 21:42:29 +0700 Subject: change customer name to dynamic variable --- jasper_reports/custom_reports/proforma_invoice.jrxml | 15 +++++++++++---- jasper_reports/custom_reports/sales_without_disc.jrxml | 15 +++++++++++---- 2 files changed, 22 insertions(+), 8 deletions(-) diff --git a/jasper_reports/custom_reports/proforma_invoice.jrxml b/jasper_reports/custom_reports/proforma_invoice.jrxml index cfaf829..3ee83a1 100644 --- a/jasper_reports/custom_reports/proforma_invoice.jrxml +++ b/jasper_reports/custom_reports/proforma_invoice.jrxml @@ -110,6 +110,10 @@ + + + + @@ -129,6 +133,9 @@ + + + @@ -190,14 +197,14 @@ Indonesia]]> - - - - + + + + diff --git a/jasper_reports/custom_reports/sales_without_disc.jrxml b/jasper_reports/custom_reports/sales_without_disc.jrxml index c293008..a897ab7 100644 --- a/jasper_reports/custom_reports/sales_without_disc.jrxml +++ b/jasper_reports/custom_reports/sales_without_disc.jrxml @@ -110,6 +110,10 @@ + + + + @@ -129,6 +133,9 @@ + + + @@ -190,14 +197,14 @@ Indonesia]]> - - - - + + + + -- cgit v1.2.3