blob: 847c6f7077b3c070d3b88bae48b160cfdc91e326 (
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
|
<?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="boxvarianttt.jrdax"/>
<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>
<field name="Pcs_Box-qty_pcs_box" class="java.math.BigDecimal">
<property name="net.sf.jasperreports.xpath.field.expression" value="Pcs_Box-qty_pcs_box"/>
<fieldDescription><![CDATA[Pcs_Box-qty_pcs_box]]></fieldDescription>
</field>
<field name="Barcode_Box-barcode_box" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="Barcode_Box-barcode_box"/>
<fieldDescription><![CDATA[Barcode_Box-barcode_box]]></fieldDescription>
</field>
<background>
<band splitType="Stretch"/>
</background>
<title>
<band height="380" splitType="Stretch">
<textField isBlankWhenNull="true">
<reportElement x="290" y="0" width="280" height="259" 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>
<image scaleImage="FillFrame">
<reportElement x="0" y="22" width="280" height="292" uuid="85522ca6-89dd-48ce-9d27-d7050c9a7248"/>
<imageExpression><![CDATA["https://erp.indoteknik.com/report/barcode/?type=QR&value="+$F{Barcode_Box-barcode_box}+"&width=800&height=800"]]></imageExpression>
</image>
<textField pattern="#,###.###;(#,###.###-)">
<reportElement x="290" y="260" width="280" height="120" uuid="e6f9bd48-ca6c-42dc-80b9-d906f99f6880"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="23" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Pcs_Box-qty_pcs_box} + " Pcs"]]></textFieldExpression>
</textField>
</band>
</title>
</jasperReport>
|