42 lines
1.7 KiB
XML
42 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<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" language="groovy" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20">
|
|
<property name="ireport.zoom" value="1.0"/>
|
|
<property name="ireport.x" value="0"/>
|
|
<property name="ireport.y" value="0"/>
|
|
<queryString>
|
|
<![CDATA[Select m_product_id from m_product where m_product_id=129]]>
|
|
</queryString>
|
|
<field name="m_product_id" class="java.math.BigDecimal"/>
|
|
<background>
|
|
<band splitType="Stretch"/>
|
|
</background>
|
|
<title>
|
|
<band height="79" splitType="Stretch"/>
|
|
</title>
|
|
<pageHeader>
|
|
<band height="35" splitType="Stretch"/>
|
|
</pageHeader>
|
|
<columnHeader>
|
|
<band height="107" splitType="Stretch">
|
|
<componentElement>
|
|
<reportElement x="63" y="32" width="85" height="50"/>
|
|
<jr:Codabar xmlns:jr="http://jasperreports.sourceforge.net/jasperreports/components" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports/components http://jasperreports.sourceforge.net/xsd/components.xsd" textPosition="bottom">
|
|
<jr:codeExpression><![CDATA[$F{m_product_id}]]></jr:codeExpression>
|
|
</jr:Codabar>
|
|
</componentElement>
|
|
</band>
|
|
</columnHeader>
|
|
<detail>
|
|
<band height="125" splitType="Stretch"/>
|
|
</detail>
|
|
<columnFooter>
|
|
<band height="45" splitType="Stretch"/>
|
|
</columnFooter>
|
|
<pageFooter>
|
|
<band height="54" splitType="Stretch"/>
|
|
</pageFooter>
|
|
<summary>
|
|
<band height="42" splitType="Stretch"/>
|
|
</summary>
|
|
</jasperReport>
|