summaryrefslogtreecommitdiff
path: root/jasper_reports/custom_reports/Barcoding_Box.jrxml
diff options
context:
space:
mode:
Diffstat (limited to 'jasper_reports/custom_reports/Barcoding_Box.jrxml')
-rw-r--r--jasper_reports/custom_reports/Barcoding_Box.jrxml54
1 files changed, 54 insertions, 0 deletions
diff --git a/jasper_reports/custom_reports/Barcoding_Box.jrxml b/jasper_reports/custom_reports/Barcoding_Box.jrxml
new file mode 100644
index 0000000..847783b
--- /dev/null
+++ b/jasper_reports/custom_reports/Barcoding_Box.jrxml
@@ -0,0 +1,54 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 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="Barcode_Product" pageWidth="595" pageHeight="420" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="3a6cae01-2490-4ba8-8ebf-78853bccc55d">
+ <property name="com.jaspersoft.studio.data.defaultdataadapter" value="barcodingproductt.jrdax"/>
+ <property name="ODOO_RELATIONS">
+ <![CDATA[['barcoding_product_line']]]>
+ </property>
+ <property name="com.jaspersoft.studio.unit." value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.pageHeight" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.pageWidth" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.topMargin" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.bottomMargin" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.leftMargin" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.rightMargin" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.columnWidth" value="pixel"/>
+ <property name="com.jaspersoft.studio.unit.columnSpacing" value="pixel"/>
+ <queryString language="XPath">
+ <![CDATA[]]>
+ </queryString>
+ <field name="Quantity_Pcs_Box-qty_pcs_box" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Quantity_Pcs_Box-qty_pcs_box"/>
+ <fieldDescription><![CDATA[/data/record/Quantity_Pcs_Box-qty_pcs_box]]></fieldDescription>
+ </field>
+ <field name="Barcode-barcode" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Barcode-barcode"/>
+ <fieldDescription><![CDATA[/data/record/Barcode-barcode]]></fieldDescription>
+ </field>
+ <field name="Display_Name-display_name" class="java.lang.String">
+ <property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Product-product_id/Display_Name-display_name"/>
+ <fieldDescription><![CDATA[/data/record/Product-product_id/Display_Name-display_name]]></fieldDescription>
+ </field>
+ <detail>
+ <band height="380" splitType="Stretch">
+ <image scaleImage="FillFrame">
+ <reportElement x="-4" y="43" width="290" height="290" uuid="1f83a2a2-2c90-4273-8557-607c332c939d"/>
+ <imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Barcode-barcode}+"&width=800&height=800"]]></imageExpression>
+ </image>
+ <textField>
+ <reportElement x="310" y="20" width="240" height="260" uuid="0c8c6ba3-1ced-4b8d-9be1-bc2a44df8053"/>
+ <textElement textAlignment="Center">
+ <font size="35" isBold="true"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression>
+ </textField>
+ <textField>
+ <reportElement x="310" y="280" width="240" height="100" uuid="9f23d415-6d1f-4476-b63e-19109dfe6e67"/>
+ <textElement textAlignment="Center">
+ <font size="30" isBold="true"/>
+ </textElement>
+ <textFieldExpression><![CDATA[$F{Quantity_Pcs_Box-qty_pcs_box} + " Pcs"]]></textFieldExpression>
+ </textField>
+ </band>
+ </detail>
+</jasperReport>