Subversion Repositories Integrator Subversion

Rev

Rev 182 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
179 espaco 1
<?xml version="1.0" encoding="UTF-8"?>
2
<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="nfce_itens" pageWidth="195" pageHeight="15" whenNoDataType="AllSectionsNoDetail" columnWidth="195" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" uuid="179b1b17-aefe-4310-904e-4611f78b0a56">
3
	<property name="ireport.zoom" value="6.115909044841465"/>
4
	<property name="ireport.x" value="0"/>
5
	<property name="ireport.y" value="0"/>
6
	<parameter name="IMAGE_DIR" class="java.lang.String" isForPrompting="false">
7
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
8
	</parameter>
9
	<parameter name="pRazaoSocial" class="java.lang.String"/>
10
	<field name="formaDePagamento" class="java.lang.String">
11
		<fieldDescription><![CDATA[formaDePagamento]]></fieldDescription>
12
	</field>
13
	<field name="valor" class="java.lang.String">
14
		<fieldDescription><![CDATA[valor]]></fieldDescription>
15
	</field>
16
	<detail>
17
		<band height="10">
18
			<textField>
19
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="121" y="0" width="74" height="10"/>
20
				<textElement textAlignment="Right" verticalAlignment="Top">
21
					<font fontName="SansSerif" size="6" isBold="true"/>
22
				</textElement>
23
				<textFieldExpression><![CDATA[$F{valor}]]></textFieldExpression>
24
			</textField>
25
			<textField>
26
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="0" width="110" height="10"/>
27
				<textElement verticalAlignment="Top">
28
					<font fontName="SansSerif" size="6" isBold="true"/>
29
				</textElement>
30
				<textFieldExpression><![CDATA[$F{formaDePagamento}]]></textFieldExpression>
31
			</textField>
32
		</band>
33
	</detail>
34
	<noData>
35
		<band height="15">
36
			<staticText>
37
				<reportElement uuid="f8dca4b5-9e67-4d4d-9988-eb28ca085b4f" x="0" y="0" width="195" height="15"/>
38
				<textElement verticalAlignment="Middle">
39
					<font fontName="SansSerif" size="8" isBold="true"/>
40
				</textElement>
41
				<text><![CDATA[NÃO POSSUI PAGAMENTOS]]></text>
42
			</staticText>
43
		</band>
44
	</noData>
45
</jasperReport>