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="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="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="estoqueAuditoria" class="br.com.ec.domain.model.EstoqueAuditoria">
13
		<fieldDescription><![CDATA[estoqueAuditoria]]></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[COMPROVANTE DE AVARIA]]></text>
32
			</staticText>
33
		</band>
34
	</title>
35
	<detail>
36
		<band height="117" 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[$F{estoqueAuditoria}.getLoja().getDescricao()]]></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{estoqueAuditoria}.descricaoCompletaProduto()]]></textFieldExpression>
50
			</textField>
51
			<staticText>
52
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="0" y="46" width="48" height="12"/>
53
				<textElement textAlignment="Right">
54
					<font size="8" isBold="true"/>
55
				</textElement>
56
				<text><![CDATA[USUÁRIO:]]></text>
57
			</staticText>
58
			<textField>
59
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="50" y="46" width="145" height="12"/>
60
				<textElement verticalAlignment="Top">
61
					<font fontName="SansSerif" size="8" isBold="true"/>
62
				</textElement>
63
				<textFieldExpression><![CDATA[$F{estoqueAuditoria}.nomeDoUsuario()]]></textFieldExpression>
64
			</textField>
65
			<textField isStretchWithOverflow="true">
66
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="61" width="195" height="24"/>
67
				<textElement textAlignment="Justified" verticalAlignment="Top">
68
					<font fontName="SansSerif" size="8" isBold="true"/>
69
				</textElement>
70
				<textFieldExpression><![CDATA[$F{estoqueAuditoria}.getObservacao()]]></textFieldExpression>
71
			</textField>
72
			<line>
73
				<reportElement uuid="e340c7b3-adf9-4724-9df4-d3ea37e4c3e2" x="38" y="104" width="126" height="1"/>
74
			</line>
75
			<staticText>
76
				<reportElement uuid="b4d67b56-c1ce-49cb-91df-d131f4fe3fc3" x="48" y="105" width="100" height="12"/>
77
				<textElement textAlignment="Center">
78
					<font size="8" isBold="true"/>
79
				</textElement>
80
				<text><![CDATA[ASSINATURA]]></text>
81
			</staticText>
82
			<textField>
83
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="84" y="0" width="111" height="12"/>
84
				<textElement verticalAlignment="Top">
85
					<font fontName="SansSerif" size="8" isBold="true"/>
86
				</textElement>
87
				<textFieldExpression><![CDATA["DATA: " + new java.text.SimpleDateFormat("dd'/'MM'/'yyyy ' às ' HH:mm", new Locale("pt", "BR")).format($F{estoqueAuditoria}.getDataAtualizacao()).toUpperCase()]]></textFieldExpression>
88
			</textField>
89
			<textField>
90
				<reportElement uuid="b4a670a0-38fe-4fe8-bdc1-891ed7ff05f1" x="0" y="0" width="84" height="12"/>
91
				<textElement verticalAlignment="Top">
92
					<font fontName="SansSerif" size="8" isBold="true"/>
93
				</textElement>
94
				<textFieldExpression><![CDATA["ID: " + $F{estoqueAuditoria}.getSequencial()]]></textFieldExpression>
95
			</textField>
96
		</band>
97
	</detail>
98
	<pageFooter>
99
		<band height="10" splitType="Stretch">
100
			<textField isBlankWhenNull="true">
101
				<reportElement uuid="0ad83100-9e7e-42de-97b6-51dc07b7dd68" x="0" y="0" width="195" height="10"/>
102
				<textElement textAlignment="Right" verticalAlignment="Middle">
103
					<font fontName="SansSerif" size="6" isBold="true"/>
104
				</textElement>
105
				<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>
106
			</textField>
107
		</band>
108
	</pageFooter>
109
</jasperReport>