From e6e50dd2a1d8552ce75b733bd2eb8cdcb9e76e94 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 29 Aug 2024 15:31:16 +0700 Subject: modified jasper --- .../custom_reports/DeliverySlip_A5.jrxml | 45 ++++++++++++++++++++-- 1 file changed, 41 insertions(+), 4 deletions(-) (limited to 'jasper_reports/custom_reports/DeliverySlip_A5.jrxml') diff --git a/jasper_reports/custom_reports/DeliverySlip_A5.jrxml b/jasper_reports/custom_reports/DeliverySlip_A5.jrxml index 57c20b9..69365bf 100755 --- a/jasper_reports/custom_reports/DeliverySlip_A5.jrxml +++ b/jasper_reports/custom_reports/DeliverySlip_A5.jrxml @@ -1,7 +1,7 @@ - + - + @@ -76,6 +76,18 @@ + + + + + + + + + + + + @@ -86,7 +98,7 @@ - <band height="40" splitType="Stretch"> + <band height="71" splitType="Stretch"> <staticText> <reportElement x="0" y="0" width="180" height="19" uuid="e5b47894-822c-470d-b8ef-1d32cdb8fdd8"/> <textElement markup="none"> @@ -115,6 +127,10 @@ </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> </band> @@ -268,10 +284,16 @@ + + + + + + - + @@ -313,6 +335,21 @@ + + + + + + + + + + + + + + + -- cgit v1.2.3