blob: 9d3519ec1e889c5dc4f04a6dbece74d5bbe29a89 (
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
|
<?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="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="3a6cae01-2490-4ba8-8ebf-78853bccc55d">
<property name="com.jaspersoft.studio.data.defaultdataadapter" value="Multiparts.jrdax"/>
<property name="ODOO_RELATIONS">
<![CDATA[['barcoding_product_line']]]>
</property>
<queryString language="XPath">
<![CDATA[]]>
</queryString>
<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>
<field name="Sequence-sequence_with_total" class="java.lang.String">
<property name="net.sf.jasperreports.xpath.field.expression" value="/data/record/Barcoding_Product_Lines-barcoding_product_line/Sequence-sequence_with_total"/>
<fieldDescription><![CDATA[/data/record/Barcoding_Product_Lines-barcoding_product_line/Sequence-sequence_with_total]]></fieldDescription>
</field>
<detail>
<band height="338" splitType="Stretch">
<textField>
<reportElement x="189" y="112" width="440" height="130" uuid="823ce123-5e6c-4279-b0f2-6b200d685b7d"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="26" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Display_Name-display_name}]]></textFieldExpression>
</textField>
<textField>
<reportElement x="189" y="242" width="440" height="90" uuid="47d462ac-a535-4f03-997a-eddc136ace7b"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="45" isBold="true"/>
</textElement>
<textFieldExpression><![CDATA[$F{Sequence-sequence_with_total}]]></textFieldExpression>
</textField>
<staticText>
<reportElement x="189" y="62" width="440" height="50" uuid="7e5265fb-c801-470e-afbe-66ea80aee327"/>
<textElement textAlignment="Center" verticalAlignment="Middle">
<font size="30" isBold="true"/>
</textElement>
<text><![CDATA[BARANG MULTIPARTS]]></text>
</staticText>
</band>
</detail>
</jasperReport>
|