summaryrefslogtreecommitdiff
path: root/jasper_reports/custom_reports/Barcoding_Box.jrxml
blob: 847783b3021910e6db318592c0d93509fd057530 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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>