Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
200 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="comprovante_reserva" pageWidth="215" pageHeight="200" columnWidth="195" leftMargin="10" rightMargin="10" topMargin="10" bottomMargin="10" isIgnorePagination="true" uuid="c6447326-3eb7-45a9-af8e-852ae2ec5c1b">
3
	<property name="ireport.zoom" value="3.897434200000006"/>
4
	<property name="ireport.x" value="0"/>
5
	<property name="ireport.y" value="48"/>
6
	<parameter name="SUBREPORT_DIR" class="java.lang.String" isForPrompting="false">
7
		<defaultValueExpression><![CDATA[""]]></defaultValueExpression>
8
	</parameter>
9
	<queryString>
10
		<![CDATA[]]>
11
	</queryString>
12
	<field name="reservaProduto" class="br.com.ec.domain.dto.ReservaProdutoDTO">
13
		<fieldDescription><![CDATA[reservaProduto]]></fieldDescription>
14
	</field>
15
	<background>
16
		<band splitType="Stretch"/>
17
	</background>
18
	<title>
19
		<band height="16" splitType="Stretch">
20
			<line>
21
				<reportElement uuid="45815a89-efc7-4031-866f-8a1001126cba" key="line" positionType="Float" x="0" y="14" width="195" height="1"/>
22
				<graphicElement>
23
					<pen lineWidth="1.0" lineStyle="Dotted"/>
24
				</graphicElement>
25
			</line>
26
			<staticText>
27
				<reportElement uuid="8cb4c6d2-d253-42d4-9839-59e04e746346" x="0" y="-1" width="195" height="15"/>
28
				<textElement textAlignment="Center" verticalAlignment="Middle">
29
					<font fontName="SansSerif" size="9" isBold="true"/>
30
				</textElement>
31
				<text><![CDATA[RESERVA DE PRODUTO]]></text>
32
			</staticText>
33
		</band>
34
	</title>
35
	<detail>
36
		<band height="46" splitType="Stretch">
37
			<textField>
38
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="12" width="104" height="12"/>
39
				<textElement verticalAlignment="Top">
40
					<font fontName="SansSerif" size="8" isBold="true"/>
41
				</textElement>
42
				<textFieldExpression><![CDATA["VENDEDOR: " + $F{reservaProduto}.getVendedor().getNomeDaPessoa()]]></textFieldExpression>
43
			</textField>
44
			<textField isStretchWithOverflow="true">
45
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="24" width="195" height="20"/>
46
				<textElement verticalAlignment="Top">
47
					<font fontName="SansSerif" size="8" isBold="true"/>
48
				</textElement>
49
				<textFieldExpression><![CDATA[$F{reservaProduto}.getProduto().getDescricaoCompletaCapa()]]></textFieldExpression>
50
			</textField>
51
			<textField>
52
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="0" width="111" height="12"/>
53
				<textElement verticalAlignment="Top">
54
					<font fontName="SansSerif" size="8" isBold="true"/>
55
				</textElement>
56
				<textFieldExpression><![CDATA["DATA: " + new java.text.SimpleDateFormat("dd'/'MM'/'yyyy ' às ' HH:mm", new Locale("pt", "BR")).format($F{reservaProduto}.getDataReserva()).toUpperCase()]]></textFieldExpression>
57
			</textField>
58
		</band>
59
		<band height="28">
60
			<textField isStretchWithOverflow="true">
61
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="0" width="195" height="24"/>
62
				<textElement textAlignment="Justified" verticalAlignment="Top">
63
					<font fontName="SansSerif" size="8" isBold="true"/>
64
				</textElement>
65
				<textFieldExpression><![CDATA[$F{reservaProduto}.getObservacao()]]></textFieldExpression>
66
			</textField>
67
		</band>
68
		<band height="29">
69
			<line>
70
				<reportElement uuid="e340c7b3-adf9-4724-9df4-d3ea37e4c3e2" x="38" y="14" width="126" height="1"/>
71
			</line>
72
			<textField isStretchWithOverflow="true">
73
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="14" width="195" height="13"/>
74
				<textElement textAlignment="Center" verticalAlignment="Middle">
75
					<font fontName="SansSerif" size="8" isBold="true"/>
76
				</textElement>
77
				<textFieldExpression><![CDATA[$F{reservaProduto}.getUsuario().getNomeDaPessoa()]]></textFieldExpression>
78
			</textField>
79
		</band>
80
	</detail>
81
	<pageFooter>
82
		<band height="10" splitType="Stretch">
83
			<textField isBlankWhenNull="true">
84
				<reportElement uuid="0ad83100-9e7e-42de-97b6-51dc07b7dd68" x="0" y="0" width="195" height="10"/>
85
				<textElement textAlignment="Right" verticalAlignment="Middle">
86
					<font fontName="SansSerif" size="6" isBold="true"/>
87
				</textElement>
88
				<textFieldExpression><![CDATA[new java.text.SimpleDateFormat("'EMITIDO EM: 'dd'/'MM'/'yyyy ' ÀS ' HH:mm", new Locale("pt", "BR")).format(new java.util.Date()).toUpperCase()]]></textFieldExpression>
89
			</textField>
90
		</band>
91
	</pageFooter>
92
</jasperReport>