<?xml version="1.0" encoding="UTF-8"?>
<!-- Created with Jaspersoft Studio version 6.10.0.final using JasperReports Library version 6.10.0-unknown  -->
<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="INDIVIDUAL_AVISOPREVIO" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="e48245d6-31d6-4f2e-9e44-eef50fd72d5a">
	<property name="ireport.zoom" value="1.5"/>
	<property name="ireport.x" value="0"/>
	<property name="ireport.y" value="177"/>
	<parameter name="OPCAO" class="java.lang.Integer"/>
	<parameter name="DIAS" class="java.lang.Integer"/>
	<parameter name="dataImpressao" class="java.util.Date"/>
	<parameter name="CNPJ_NOME" class="java.lang.String" isForPrompting="false"/>
	<parameter name="NOME_EMPRESA" class="java.lang.String" isForPrompting="false"/>
	<parameter name="LOGO_RELATORIO" class="net.sf.jasperreports.engine.JRImageRenderer" isForPrompting="false"/>
	<parameter name="INSCRICAO_ESTADUAL_NOME" class="java.lang.String" isForPrompting="false"/>
	<field name="colaborador" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.nome]]></fieldDescription>
	</field>
	<field name="empresa" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.nome]]></fieldDescription>
	</field>
	<field name="cidadeEmpresa" class="java.lang.String">
		<fieldDescription><![CDATA[empresa.pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<field name="numeroRegistro" class="java.lang.String">
		<fieldDescription><![CDATA[numeroRegistro]]></fieldDescription>
	</field>
	<field name="rua" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.logradouro]]></fieldDescription>
	</field>
	<field name="numeroLogradouro" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.numero]]></fieldDescription>
	</field>
	<field name="bairro" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.bairro]]></fieldDescription>
	</field>
	<field name="cep" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cep]]></fieldDescription>
	</field>
	<field name="uf" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cidade.uf.sigla]]></fieldDescription>
	</field>
	<field name="dataAdmissao" class="java.util.Date">
		<fieldDescription><![CDATA[dataAdmissao]]></fieldDescription>
	</field>
	<field name="cidadecolaborador" class="java.lang.String">
		<fieldDescription><![CDATA[pessoa.endereco.cidade.descricao]]></fieldDescription>
	</field>
	<variable name="empresaDataCadastro" class="java.lang.String">
		<variableExpression><![CDATA[$F{cidadeEmpresa} + "  " + $F{uf} + " - " + new SimpleDateFormat("dd/MM/yyyy").format($P{dataImpressao})]]></variableExpression>
		<initialValueExpression><![CDATA[]]></initialValueExpression>
	</variable>
	<title>
		<band height="72">
			<textField isBlankWhenNull="true">
				<reportElement key="textField-13" x="165" y="12" width="293" height="17" isRemoveLineWhenBlank="true" uuid="0b4f162a-6e2e-411d-b1db-9a1b83ca021c"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Top">
					<font size="10" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{NOME_EMPRESA}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField-16" x="165" y="36" width="135" height="12" isRemoveLineWhenBlank="true" uuid="c0392d07-9d4b-44d3-9ecd-ab2a9f8d6ad2"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle" markup="html">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA["<b>CNPJ: </b>" + $P{CNPJ_NOME}]]></textFieldExpression>
			</textField>
			<image hAlign="Center" vAlign="Middle" onErrorType="Blank">
				<reportElement key="image-1" x="0" y="0" width="154" height="62" isRemoveLineWhenBlank="true" uuid="3d93855d-1e3a-4a0d-aae5-3f20a71163b7"/>
				<imageExpression><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
			</image>
			<textField isBlankWhenNull="true">
				<reportElement key="textField-17" x="300" y="36" width="158" height="12" isRemoveLineWhenBlank="true" uuid="80076abe-1e55-4ce4-86ba-67122556b2a1"/>
				<box>
					<topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.0" lineColor="#000000"/>
					<rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Middle" markup="html">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA["<b>Inscrição Estadual: </b>" + $P{INSCRICAO_ESTADUAL_NOME}]]></textFieldExpression>
			</textField>
		</band>
	</title>
	<detail>
		<band height="536">
			<staticText>
				<reportElement x="0" y="0" width="555" height="23" uuid="12d2842a-8edd-4319-9798-b43c7fbe5e38"/>
				<textElement textAlignment="Center">
					<font size="14" isBold="true"/>
				</textElement>
				<text><![CDATA[DECLARAÇÃO E TERMO DE COMPROMISSO]]></text>
			</staticText>
			<staticText>
				<reportElement x="0" y="23" width="555" height="42" uuid="95d53e8e-41dc-4541-95ff-a304c8f5ba56"/>
				<textElement textAlignment="Justified"/>
				<text><![CDATA[
O Vale Transporte é um direito do trabalhador, faça sua opção se quer adquiri-lo ou não, assinalando com um X.
]]></text>
			</staticText>
			<rectangle>
				<reportElement x="71" y="92" width="43" height="20" uuid="e95bd23d-2292-4853-b733-5c27ef47d373"/>
			</rectangle>
			<rectangle>
				<reportElement x="314" y="92" width="43" height="20" uuid="5a0caaeb-3981-439c-bfbd-4c67db25773a"/>
			</rectangle>
			<staticText>
				<reportElement x="358" y="92" width="100" height="20" uuid="617187b9-f533-48f2-baa9-390e14e8e5a5"/>
				<textElement>
					<font size="15" isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[NÃO]]></text>
			</staticText>
			<staticText>
				<reportElement x="115" y="92" width="100" height="20" uuid="26744609-f258-4eec-8383-9b963ee848b6"/>
				<textElement>
					<font size="15" isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[SIM]]></text>
			</staticText>
			<staticText>
				<reportElement x="0" y="132" width="555" height="20" uuid="7fe721f1-87ba-4de7-a7f0-44be27a6cbfd"/>
				<textElement textAlignment="Justified"/>
				<text><![CDATA[Se sua opção for NÃO, apenas assine o formulário; se for SIM, preencha o formulário com os dados necessários.]]></text>
			</staticText>
			<rectangle>
				<reportElement x="203" y="253" width="29" height="20" uuid="b708f967-9a8e-4bd2-ab0c-a553e7f4aa72"/>
			</rectangle>
			<rectangle>
				<reportElement x="381" y="253" width="29" height="20" uuid="1c37fa92-0a86-4d91-8497-a963bc89f801"/>
			</rectangle>
			<rectangle>
				<reportElement x="35" y="253" width="29" height="20" uuid="cb71baf1-3348-40e3-8a22-a54c5755ae72"/>
			</rectangle>
			<staticText>
				<reportElement x="68" y="253" width="100" height="20" uuid="30acef5d-5be1-41dd-bb70-792d704a0415"/>
				<textElement verticalAlignment="Bottom">
					<font isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[PROPRIO]]></text>
			</staticText>
			<staticText>
				<reportElement x="237" y="253" width="100" height="20" uuid="cb74b953-f52d-4744-a6ce-d94fd53938cb"/>
				<textElement verticalAlignment="Bottom">
					<font isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[COLETIVO]]></text>
			</staticText>
			<staticText>
				<reportElement x="412" y="253" width="132" height="20" uuid="61f0eb38-c0d4-4bd7-a138-ff2f53bfc957"/>
				<textElement verticalAlignment="Bottom">
					<font isBold="true" isUnderline="true"/>
				</textElement>
				<text><![CDATA[ FORNECIDO P\ EMPRESA]]></text>
			</staticText>
			<line>
				<reportElement x="0" y="515" width="300" height="1" uuid="2875cf9d-3981-40f2-89e1-4552f4358dad"/>
			</line>
			<textField>
				<reportElement x="0" y="516" width="295" height="20" uuid="de69b971-a1d0-4d50-bbb6-ad2a708382e1"/>
				<textElement>
					<font isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{colaborador}]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="303" width="555" height="172" uuid="eb953130-ee1a-403c-b2f7-4d7a8e6bc3c1"/>
				<textElement textAlignment="Justified"/>
				<textFieldExpression><![CDATA["Declaro que, estou ciente e de acordo, que caso, por minha livre e espontânea vontade, eu venha decidir por utilizar outro meio de transporte, que não o oferecido pela empresa, para deslocamento residência-trabalho vice-versa, estarei assumindo toda a responsabilidade por qualquer infortúnio, e ou acidente, que venha ocorrer no referido trajeto." +
"Assumo o compromisso de utilizar o Vale Transporte exclusivamente para meu efetivo deslocamento, residência-trabalho e vice-versa; "+
"e afirmo ter conhecimento do Art. 7º, § 3º do Decreto nº 95.247,de 17/11/1987, que constitui FALTA GRAVE o seu uso indevido ou que essa declaração seja falsa."+
"Comprometo-me a atualizar anualmente as informações referente ao meu endereço, ou a qualquer tempo quando ocorrer mudança do meu domicílio."+
"Autorizo a empresa a descontar mensalmente, até 6% (seis) do meu salário base, o valor destinado a cobrir o fornecimento de Vales Transporte por mim utilizados."+
"Por ser expressão da verdade, firmo a presente declaração e termo de compromisso."]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="283" width="555" height="20" uuid="a0529019-f265-4c62-bba1-3d8bf4d904b3"/>
				<textFieldExpression><![CDATA["como meio mais adequado para o meu deslocamento residência-trabalho e vice-versa."]]></textFieldExpression>
			</textField>
			<textField>
				<reportElement x="0" y="476" width="555" height="18" uuid="cf4f25e0-b1ca-4c5a-9a4d-f292f2838f41"/>
				<textElement textAlignment="Center" verticalAlignment="Top"/>
				<textFieldExpression><![CDATA[$V{empresaDataCadastro}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
</jasperReport>
