summaryrefslogtreecommitdiff
path: root/jasper_reports/custom_reports/Barcoding_Product.jrxml
blob: d73f68ee67f32891c7675763d52ec8be5b1db962 (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
<?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="barcodingproduct.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="QR_Code_Variant-qr_code_variant" class="java.lang.String">
		<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Barcoding_Product_Lines-barcoding_product_line/QR_Code_Variant-qr_code_variant"/>
		<fieldDescription><![CDATA[/data/record/Barcoding_Product_Lines-barcoding_product_line/QR_Code_Variant-qr_code_variant]]></fieldDescription>
	</field>
	<field name="Display_Name-display_name" class="java.lang.String">
		<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Barcoding_Product_Lines-barcoding_product_line/Product-product_id/Display_Name-display_name"/>
		<fieldDescription><![CDATA[/data/record/Barcoding_Product_Lines-barcoding_product_line/Product-product_id/Display_Name-display_name]]></fieldDescription>
	</field>
	<detail>
		<band height="380" splitType="Stretch">
			<image hAlign="Center" vAlign="Middle">
				<reportElement x="0" y="40" width="280" height="280" uuid="f1654865-2e93-4211-9137-b7f99d18d8e2">
					<property name="com.jaspersoft.studio.unit.width" value="px"/>
					<property name="com.jaspersoft.studio.unit.height" value="px"/>
				</reportElement>
				<imageExpression><![CDATA[$F{QR_Code_Variant-qr_code_variant}]]></imageExpression>
			</image>
			<textField>
				<reportElement x="300" y="0" width="270" height="380" uuid="4620c971-63a2-48be-b8ce-d204a44e8f8f"/>
				<textElement textAlignment="Center" verticalAlignment="Middle">
					<font size="33" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>