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="relatorio_avaria" 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="211"/>
5
	<property name="ireport.y" value="0"/>
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="transferencia" class="br.com.ec.domain.model.Transferencia">
13
		<fieldDescription><![CDATA[transferencia]]></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[TRANSFERÊNCIA]]></text>
32
			</staticText>
33
		</band>
34
	</title>
35
	<detail>
36
		<band height="78" splitType="Stretch">
37
			<textField>
38
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="50" y="24" width="145" height="12"/>
39
				<textElement verticalAlignment="Top">
40
					<font fontName="SansSerif" size="8" isBold="true"/>
41
				</textElement>
42
				<textFieldExpression><![CDATA[$F{transferencia}.getLojaSaida().getDescricao()]]></textFieldExpression>
43
			</textField>
44
			<line>
45
				<reportElement uuid="e340c7b3-adf9-4724-9df4-d3ea37e4c3e2" x="48" y="66" width="100" height="1"/>
46
			</line>
47
			<staticText>
48
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="66" width="195" height="12"/>
49
				<textElement textAlignment="Center">
50
					<font size="8" isBold="true"/>
51
				</textElement>
52
				<text><![CDATA[ASSINATURA]]></text>
53
			</staticText>
54
			<textField>
55
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="50" y="12" width="111" height="12"/>
56
				<textElement verticalAlignment="Top">
57
					<font fontName="SansSerif" size="8" isBold="true"/>
58
				</textElement>
59
				<textFieldExpression><![CDATA[new java.text.SimpleDateFormat("dd'/'MM'/'yyyy", new Locale("pt", "BR")).format($F{transferencia}.getDataSolicitacao()).toUpperCase()]]></textFieldExpression>
60
			</textField>
61
			<textField>
62
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="50" y="0" width="34" height="12"/>
63
				<textElement verticalAlignment="Top">
64
					<font fontName="SansSerif" size="8" isBold="true"/>
65
				</textElement>
66
				<textFieldExpression><![CDATA[$F{transferencia}.getSequencial()]]></textFieldExpression>
67
			</textField>
68
			<staticText>
69
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="24" width="48" height="12"/>
70
				<textElement textAlignment="Right">
71
					<font size="8" isBold="true"/>
72
				</textElement>
73
				<text><![CDATA[ORIGEM:]]></text>
74
			</staticText>
75
			<staticText>
76
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="36" width="48" height="12"/>
77
				<textElement textAlignment="Right">
78
					<font size="8" isBold="true"/>
79
				</textElement>
80
				<text><![CDATA[DESTINO:]]></text>
81
			</staticText>
82
			<textField>
83
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="50" y="36" width="145" height="12"/>
84
				<textElement verticalAlignment="Top">
85
					<font fontName="SansSerif" size="8" isBold="true"/>
86
				</textElement>
87
				<textFieldExpression><![CDATA[$F{transferencia}.getLojaEntrada().getDescricao()]]></textFieldExpression>
88
			</textField>
89
			<staticText>
90
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="0" width="48" height="12"/>
91
				<textElement textAlignment="Right">
92
					<font size="8" isBold="true"/>
93
				</textElement>
94
				<text><![CDATA[ID:]]></text>
95
			</staticText>
96
			<staticText>
97
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="12" width="48" height="12"/>
98
				<textElement textAlignment="Right">
99
					<font size="8" isBold="true"/>
100
				</textElement>
101
				<text><![CDATA[DATA:]]></text>
102
			</staticText>
103
		</band>
104
	</detail>
105
	<pageFooter>
106
		<band height="10" splitType="Stretch">
107
			<textField isBlankWhenNull="true">
108
				<reportElement uuid="0ad83100-9e7e-42de-97b6-51dc07b7dd68" x="0" y="0" width="195" height="10"/>
109
				<textElement textAlignment="Right" verticalAlignment="Middle">
110
					<font fontName="SansSerif" size="6" isBold="true"/>
111
				</textElement>
112
				<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>
113
			</textField>
114
		</band>
115
	</pageFooter>
116
</jasperReport>