diff options
| author | root <root@prod-erp-indoteknikcom.c.project-indoteknik-com.internal> | 2024-08-29 15:31:16 +0700 |
|---|---|---|
| committer | root <root@prod-erp-indoteknikcom.c.project-indoteknik-com.internal> | 2024-08-29 15:31:16 +0700 |
| commit | e6e50dd2a1d8552ce75b733bd2eb8cdcb9e76e94 (patch) | |
| tree | 3d1273742dfb9771c1af2cec80b43c0c41245807 /jasper_reports/custom_reports/DeliverySlip_A5.jrxml | |
| parent | 97dcbab263d387cb672dc98b0a351f861487fcce (diff) | |
modified jasper
Diffstat (limited to 'jasper_reports/custom_reports/DeliverySlip_A5.jrxml')
| -rwxr-xr-x | jasper_reports/custom_reports/DeliverySlip_A5.jrxml | 45 |
1 files changed, 41 insertions, 4 deletions
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 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Created with Jaspersoft Studio version 6.20.0.final using JasperReports Library version 6.20.0-2bc7ab61c56f459e8176eb05c7705e145cd400ad --> +<!-- Created with Jaspersoft Studio version 6.20.5.final using JasperReports Library version 6.20.5-3efcf2e67f959db3888d79f73dde2dbd7acb4f8e --> <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="Blank_A4_5" pageWidth="595" pageHeight="420" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="7ca89ceb-4b1e-446c-bd67-06493bb506b1"> - <property name="com.jaspersoft.studio.data.defaultdataadapter" value="Stock Picking"/> + <property name="com.jaspersoft.studio.data.defaultdataadapter" value="males.jrdax"/> <property name="ODOO_RELATIONS"> <![CDATA[['move_line_ids_without_package']]]> </property> @@ -76,6 +76,18 @@ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Tanggal_Kirim_di_SJ-date_doc_kirim"/> <fieldDescription><![CDATA[/data/record/Tanggal_Kirim_di_SJ-date_doc_kirim]]></fieldDescription> </field> + <field name="Printed_Surat_Jalan-printed_sj" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Printed_Surat_Jalan-printed_sj"/> + <fieldDescription><![CDATA[/data/record/Printed_Surat_Jalan-printed_sj]]></fieldDescription> + </field> + <field name="Printed-printed" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Printed-printed"/> + <fieldDescription><![CDATA[/data/record/Printed-printed]]></fieldDescription> + </field> + <field name="Note-note" class="java.lang.String"> + <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Operations_without_package-move_line_ids_without_package/Note-note"/> + <fieldDescription><![CDATA[/data/record/Operations_without_package-move_line_ids_without_package/Note-note]]></fieldDescription> + </field> <variable name="Jumlah_Barang" class="java.lang.Integer" calculation="Count"> <variableExpression><![CDATA[$F{product_name}]]></variableExpression> </variable> @@ -86,7 +98,7 @@ <band splitType="Stretch"/> </background> <title> - <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> </title> <pageHeader> @@ -268,10 +284,16 @@ </textElement> <text><![CDATA[UOM]]></text> </staticText> + <staticText> + <reportElement x="75" y="0" width="100" height="10" uuid="1df6a925-4fc7-4c91-82a7-050140f93e1e"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="0fca90e2-8ed9-4893-b9c9-815df15a6fb7"/> + </reportElement> + <text><![CDATA[Note-note]]></text> + </staticText> </band> </columnHeader> <detail> - <band height="12" splitType="Stretch"> + <band height="30" splitType="Stretch"> <textField> <reportElement x="0" y="0" width="20" height="10" uuid="9bdcb204-03f7-456a-a1e1-35a3dcd6cb1e"/> <textElement verticalAlignment="Middle"> @@ -313,6 +335,21 @@ </textElement> <textFieldExpression><![CDATA[$F{uom_name}]]></textFieldExpression> </textField> + <staticText> + <reportElement x="20" y="11" width="30" height="19" uuid="effb88f5-4cad-4e14-a28f-54397b6b4315"> + <printWhenExpression><![CDATA[$F{Note-note} != null && !$F{Note-note}.isEmpty()]]></printWhenExpression> + </reportElement> + <textElement markup="none"> + <font size="9" isBold="false"/> + </textElement> + <text><![CDATA[Note : ]]></text> + </staticText> + <textField> + <reportElement x="50" y="11" width="100" height="13" uuid="fa033af6-56d1-46ba-a0dd-7fdf62836fc9"> + <property name="com.jaspersoft.studio.spreadsheet.connectionID" value="0fca90e2-8ed9-4893-b9c9-815df15a6fb7"/> + </reportElement> + <textFieldExpression><![CDATA[$F{Note-note}]]></textFieldExpression> + </textField> </band> </detail> <pageFooter> |
