From 6fea26e1fa4249662a78d354181b2ccfc9f1aed7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 13 Oct 2022 09:15:37 +0700 Subject: add payment term in so and proforma, add alamat tempel --- jasper_reports/custom_reports/AlamatTempel.jrxml | 144 +++++++++++++++++++++ .../custom_reports/proforma_invoice.jrxml | 16 ++- .../custom_reports/sales_without_disc.jrxml | 16 ++- 3 files changed, 174 insertions(+), 2 deletions(-) create mode 100644 jasper_reports/custom_reports/AlamatTempel.jrxml diff --git a/jasper_reports/custom_reports/AlamatTempel.jrxml b/jasper_reports/custom_reports/AlamatTempel.jrxml new file mode 100644 index 0000000..90b44e9 --- /dev/null +++ b/jasper_reports/custom_reports/AlamatTempel.jrxml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <band height="50" splitType="Stretch"> + <image> + <reportElement x="0" y="0" width="140" height="50" uuid="7dea8f16-ea36-4ebb-8665-3dd09535901d"/> + <imageExpression><![CDATA["/odoo14/images/logo_indoteknik_no_color.jpeg"]]></imageExpression> + </image> + </band> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jasper_reports/custom_reports/proforma_invoice.jrxml b/jasper_reports/custom_reports/proforma_invoice.jrxml index 5190896..da09732 100755 --- a/jasper_reports/custom_reports/proforma_invoice.jrxml +++ b/jasper_reports/custom_reports/proforma_invoice.jrxml @@ -118,6 +118,10 @@ + + + + - + @@ -213,6 +217,16 @@ Indonesia]]> + + + + + + + + + + diff --git a/jasper_reports/custom_reports/sales_without_disc.jrxml b/jasper_reports/custom_reports/sales_without_disc.jrxml index 2e99453..e71a443 100755 --- a/jasper_reports/custom_reports/sales_without_disc.jrxml +++ b/jasper_reports/custom_reports/sales_without_disc.jrxml @@ -118,6 +118,10 @@ + + + + - + @@ -213,6 +217,16 @@ Indonesia]]> + + + + + + + + + + -- cgit v1.2.3