blob: c8f0489cfc08e51f4cc9ce193b780b5e67957374 (
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
|
<?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="BARCODEEEE_VARIANTTT" pageWidth="595" pageHeight="420" orientation="Landscape" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="8e3e1cfc-a54e-4472-850d-24f668010a26">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="barcode varianttt"/>
<property name="ODOO_RELATIONS">
<![CDATA[['product_variant_ids']]]>
</property>
<queryString language="xPath">
<![CDATA[/data/record]]>
</queryString>
<field name="QR_Code_Variant-qr_code_variant" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/QR_Code_Variant-qr_code_variant"/>
<fieldDescription><![CDATA[/data/record/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/Display_Name-display_name"/>
<fieldDescription><![CDATA[/data/record/Display_Name-display_name]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="380" splitType="Stretch">
<image hAlign="Center">
<reportElement x="-10" y="40" width="280" height="280" isRemoveLineWhenBlank="true" uuid="a19e5ef5-4675-491f-95c1-36401b48482a"/>
<imageExpression><![CDATA[$F{QR_Code_Variant-qr_code_variant}]]></imageExpression>
</image>
<textField isBlankWhenNull="true">
<reportElement x="290" y="0" width="280" height="380" isRemoveLineWhenBlank="true" uuid="357f1b2b-d4c7-45ed-9367-1aaad0f923ae"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="36" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression>
</textField>
</band>
</title>
</jasperReport>
|