<?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="OUTROS_IMPOSTOS_RETIDOS_RECOLHIMENTO" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="782" leftMargin="30" rightMargin="30" topMargin="20" bottomMargin="20" uuid="d641a474-6e4a-47c6-8a52-56c75c90e76f">
	<property name="ireport.scriptlethandling" value="0"/>
	<property name="ireport.encoding" value="UTF-8"/>
	<property name="ireport.zoom" value="1.5"/>
	<property name="ireport.x" value="205"/>
	<property name="ireport.y" value="0"/>
	<import value="net.sf.jasperreports.engine.*"/>
	<import value="java.util.*"/>
	<import value="net.sf.jasperreports.engine.data.*"/>
	<parameter name="LOGO" class="java.lang.String" isForPrompting="false"/>
	<parameter name="NOME_EMPRESA" class="java.lang.String" isForPrompting="false"/>
	<parameter name="CNPJ_NOME" class="java.lang.String" isForPrompting="false"/>
	<parameter name="INSCRICAO_ESTADUAL_NOME" class="java.lang.String" isForPrompting="false"/>
	<parameter name="DATA_INICIAL" class="java.util.Date"/>
	<parameter name="DATA_FINAL" class="java.util.Date"/>
	<parameter name="IMPOSTO" class="java.lang.Integer"/>
	<parameter name="FECHO" class="java.lang.String" isForPrompting="false"/>
	<parameter name="SUBREPORT_DIR_OUTR" class="java.lang.String" isForPrompting="false"/>
	<parameter name="LOGO_RELATORIO" class="net.sf.jasperreports.engine.JRImageRenderer" isForPrompting="false"/>
	<parameter name="ENTRADA_SAIDA" class="java.lang.Integer" isForPrompting="false"/>
	<parameter name="FILTRAR_DATA" class="java.lang.Integer" isForPrompting="false"/>
	<field name="REDUZIDA" class="java.lang.String"/>
	<field name="NUMERO_NOTA" class="java.lang.Integer"/>
	<field name="DATA_ENTRADA_SAIDA" class="java.sql.Date"/>
	<field name="VALOR_ICMS" class="java.math.BigDecimal"/>
	<field name="VALOR_ICMS_SEM_APROV" class="java.math.BigDecimal"/>
	<field name="VALOR_IPI_OUTROS" class="java.math.BigDecimal"/>
	<field name="VALOR_IPI_INDUSTRIA" class="java.math.BigDecimal"/>
	<field name="VALOR_IPI_COMERCIO" class="java.math.BigDecimal"/>
	<field name="VALOR_SEST_SENAT" class="java.math.BigDecimal"/>
	<field name="VALOR_IRRF" class="java.math.BigDecimal"/>
	<field name="VALOR_ISS" class="java.math.BigDecimal"/>
	<field name="VALOR_INSS" class="java.math.BigDecimal"/>
	<field name="VALOR_LEI_10833" class="java.math.BigDecimal"/>
	<field name="VALOR_OUTROS" class="java.math.BigDecimal"/>
	<field name="VALOR_FUNRURAL" class="java.math.BigDecimal"/>
	<field name="VALOR_TOTAL" class="java.math.BigDecimal"/>
	<field name="DESCRICAO" class="java.lang.String"/>
	<field name="VALOR_IPI_OBSERVACAO" class="java.math.BigDecimal"/>
	<field name="VALOR_DIF_ALIQUOTA" class="java.math.BigDecimal"/>
	<field name="CNPJ" class="java.lang.String"/>
	<field name="SERIE" class="java.lang.String"/>
	<field name="DATA_EMISSAO" class="java.util.Date"/>
	<field name="CODIGO" class="java.lang.String"/>
	<field name="VALOR_PIS" class="java.math.BigDecimal"/>
	<field name="VALOR_COFINS" class="java.math.BigDecimal"/>
	<field name="ID_PESSOA" class="java.lang.Integer"/>
	<field name="PESSOA" class="java.lang.String"/>
	<field name="CONTADOR_CRZ" class="java.lang.Integer"/>
	<field name="VALOR_CONT_SOCIAL" class="java.math.BigDecimal"/>
	<field name="VALOR_ICMS_PART_DEST" class="java.math.BigDecimal"/>
	<variable name="dataRel" class="java.util.Date" resetType="Page">
		<initialValueExpression><![CDATA[new java.util.Date()]]></initialValueExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_ICMS" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==0 && $F{VALOR_ICMS}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_ICMS_SEM_APROVEITAMENTO" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==1?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_IPI_INDUSTRIA" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==3 && $F{VALOR_IPI_INDUSTRIA}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_IPI_COMERCIO" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==4 && $F{VALOR_IPI_COMERCIO}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_IPI_OBSERVACAO" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==5 && $F{VALOR_IPI_OBSERVACAO}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_ICMS_ST" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==6?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_IRRF" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==7 && $F{VALOR_IRRF}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_ISS" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==8 && $F{VALOR_ISS}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_INSS" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==9 && $F{VALOR_INSS}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_LEI18833" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==11 && $F{VALOR_LEI_10833}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_OUTROS" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==12 && $F{VALOR_OUTROS}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_FUNRURAL" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==13 && $F{VALOR_FUNRURAL}.doubleValue()>0d?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_ICMS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_ICMS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_ICMS_SEM_APROV" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_ICMS_SEM_APROV}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_IPI_OUTROS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_IPI_OUTROS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_IPI_INDUSTRIA" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_IPI_INDUSTRIA}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_IPI_COMERCIO" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_IPI_COMERCIO}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_ICMS_ST" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_SEST_SENAT}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_IRRF" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_IRRF}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_ISS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_ISS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_INSS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_INSS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_LEI_10833" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_LEI_10833}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_OUTROS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_OUTROS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_FUNRURAL" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_FUNRURAL}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_DIF_ALIQUOTA_1" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_DIF_ALIQUOTA}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_DIF_ALIQUOTA" class="java.lang.Double" calculation="Sum">
		<variableExpression><![CDATA[new Double($P{IMPOSTO}.intValue()==2?$F{VALOR_TOTAL}.doubleValue():+0d)]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_1" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_TOTAL}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_IPI_OBSERVACAO_1" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_IPI_OBSERVACAO}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_PIS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_PIS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_COFINS" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_COFINS}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_TOTAL_CONTRIB_SOCIAL" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_CONT_SOCIAL}]]></variableExpression>
	</variable>
	<variable name="SUM_VALOR_ICMS_PART_DEST" class="java.math.BigDecimal" calculation="Sum">
		<variableExpression><![CDATA[$F{VALOR_ICMS_PART_DEST}]]></variableExpression>
	</variable>
	<background>
		<band splitType="Stretch"/>
	</background>
	<title>
		<band height="92" splitType="Stretch">
			<textField isBlankWhenNull="true">
				<reportElement key="textField-13" x="300" y="9" width="279" height="17" uuid="5672c070-3837-4b5d-95b9-3b692f416993"/>
				<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>
			<staticText>
				<reportElement key="staticText-15" x="579" y="16" width="35" height="14" uuid="42c0501e-f0d4-4ec5-854c-2ed602562241"/>
				<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>
					<font size="10" isBold="true"/>
				</textElement>
				<text><![CDATA[Data :]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-16" x="579" y="32" width="35" height="14" uuid="51999a63-117d-4196-8d75-80ae060592d1"/>
				<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>
					<font size="10" isBold="true"/>
				</textElement>
				<text><![CDATA[Hora :]]></text>
			</staticText>
			<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
				<reportElement key="textField-14" x="613" y="16" width="67" height="14" uuid="46a5effe-83dc-4875-972a-0bb75dc790bb"/>
				<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 verticalAlignment="Middle">
					<font size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{dataRel}]]></textFieldExpression>
			</textField>
			<textField pattern="HH.mm.ss" isBlankWhenNull="true">
				<reportElement key="textField-15" x="613" y="32" width="67" height="14" uuid="1f1862d4-1dba-4b26-90e5-86d59d43ac8b"/>
				<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 verticalAlignment="Middle">
					<font size="10"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{dataRel}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-17" x="304" y="33" width="27" height="12" uuid="a4deaab9-846d-4217-ab48-fd18d73c9081"/>
				<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>
					<font size="8" isBold="true" isItalic="true"/>
				</textElement>
				<text><![CDATA[CNPJ :]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-18" x="413" y="33" width="77" height="12" uuid="ed635a5d-ff8e-4c90-8cc7-0c3ecf68cb34"/>
				<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>
					<font size="8" isBold="true" isItalic="true"/>
				</textElement>
				<text><![CDATA[Inscrição Estadual :]]></text>
			</staticText>
			<textField isBlankWhenNull="true">
				<reportElement key="textField-16" x="332" y="33" width="80" height="12" uuid="d835f484-762f-4b53-b7ab-a21f37890116"/>
				<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 verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{CNPJ_NOME}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField-17" x="491" y="33" width="85" height="12" uuid="d8c5e9a6-3993-4597-a67c-5c6b49887b6e"/>
				<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 verticalAlignment="Middle">
					<font size="8"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{INSCRICAO_ESTADUAL_NOME}]]></textFieldExpression>
			</textField>
			<image onErrorType="Blank">
				<reportElement key="image-1" x="147" y="1" width="154" height="52" uuid="384033bf-829e-4c39-a4a8-e285ef5bf860"/>
				<imageExpression><![CDATA[$P{LOGO_RELATORIO}]]></imageExpression>
			</image>
			<staticText>
				<reportElement key="staticText-5" positionType="Float" x="0" y="55" width="782" height="14" uuid="5e7c4896-390b-4c01-8342-b94a945d27c5"/>
				<box>
					<pen lineWidth="0.5" lineStyle="Solid"/>
					<topPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<leftPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<bottomPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
					<rightPen lineWidth="0.5" lineStyle="Solid" lineColor="#000000"/>
				</box>
				<textElement textAlignment="Center" verticalAlignment="Top">
					<font size="10" isBold="true" isStrikeThrough="false"/>
				</textElement>
				<text><![CDATA[Listagem de Impostos Retidos para Recolhimento]]></text>
			</staticText>
			<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="148" y="71" width="38" height="10" isRemoveLineWhenBlank="true" uuid="8c6e3893-5d07-4797-8c3d-0208f28dc527"/>
				<textElement>
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{DATA_INICIAL}]]></textFieldExpression>
			</textField>
			<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="148" y="82" width="38" height="10" isRemoveLineWhenBlank="true" uuid="34a92f95-5cb1-49d4-930f-4a37ebf7c9f0"/>
				<textElement>
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{DATA_FINAL}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-50" x="2" y="71" width="66" height="10" uuid="d4b61721-6969-456f-abcc-4d93e56e96cd"/>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Filtrar por Data:]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-51" x="196" y="71" width="36" height="10" uuid="c3b6d16a-1783-4a93-9bd6-c4ebba5cf0c9"/>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Imposto:]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-53" x="232" y="71" width="36" height="10" uuid="f7edd696-83f8-4d24-a373-e18020082bdd">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==0)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[ICMS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-54" x="232" y="71" width="101" height="10" uuid="64f8454f-75ce-451c-a123-c799fb424c33">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==1)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[ICMS S/ APROVEITAMENTO]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-55" x="232" y="71" width="76" height="10" uuid="70f5a045-fe48-4250-a97a-62fccdffd170">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==3)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[IPI INDUSTRIA]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-56" x="232" y="71" width="91" height="10" uuid="7542c3d0-6a73-41df-a19c-86e9cfdd6114">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==4)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[IPI COMERCIO]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-57" x="232" y="71" width="93" height="10" uuid="9f637c4b-6975-4205-878c-a12641d40bee">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==5)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[IPI OBSERVACAO]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-58" x="232" y="71" width="85" height="10" uuid="3b2df0ed-8a6f-4d0c-9edc-f37ccad22f91">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==6)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[SEST / SENAT]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-59" x="232" y="71" width="32" height="10" uuid="2cdc7a96-4dfa-4465-8d3a-ce3647ca8294">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==7)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[IRRF]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-60" x="232" y="71" width="22" height="10" uuid="c229370d-5789-4e7a-ac1d-80015b550cfe">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==8)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[ISS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-61" x="232" y="71" width="25" height="10" uuid="c4b34678-8a1c-4a56-a622-ce56fb2e3962">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==9)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[INSS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-62" x="232" y="71" width="40" height="10" uuid="8bb67e35-48c0-4898-913f-5a32e613cc18">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==11)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[LEI 10833]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-63" x="232" y="71" width="32" height="10" uuid="42e90518-0de3-4a4d-8a80-d70a75961930">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==12)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[OUTROS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-64" x="232" y="71" width="40" height="10" uuid="a781230d-c163-419e-992f-2c2a5b499ce8">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==13)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[FUNRURAL]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-65" x="232" y="71" width="101" height="10" uuid="c757f57d-e17a-4778-be2e-ea0642e02b88">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==2)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[DIFERENÇA DE ALÍQUOTA]]></text>
			</staticText>
			<textField isBlankWhenNull="false">
				<reportElement key="textField" x="445" y="71" width="100" height="10" uuid="3be5c3d0-2753-4195-bb2f-35fb78c33281"/>
				<textElement>
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{ENTRADA_SAIDA}.intValue()==1?"Entrada":"Saída"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-72" x="374" y="71" width="71" height="10" uuid="077e21f9-0ad7-451e-89a4-094712225e4e"/>
				<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="Right">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Entrada/Saída:]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-75" positionType="Float" x="93" y="71" width="55" height="10" isRemoveLineWhenBlank="true" uuid="eba3b961-f421-419e-8642-455056857ecf">
					<printWhenExpression><![CDATA[new Boolean($P{FILTRAR_DATA}.intValue()==1)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Data Inicial:]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-76" positionType="Float" x="93" y="82" width="55" height="10" isRemoveLineWhenBlank="true" uuid="59456316-5873-4aa8-b56e-30f2baaa4bdc">
					<printWhenExpression><![CDATA[new Boolean($P{FILTRAR_DATA}.intValue()==1)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Data Final:]]></text>
			</staticText>
			<textField isBlankWhenNull="false">
				<reportElement key="textField" x="68" y="71" width="18" height="10" uuid="0b53e3e1-903c-4dea-ab64-f9c1b2bb3d38"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$P{FILTRAR_DATA}.intValue()==1?"Sim":"Não"]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-77" x="232" y="71" width="101" height="10" uuid="b678a50c-d7cd-4981-9765-cd6d422bbda7">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==15)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[CONTRIBUIÇÃO SOCIAL]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-77" x="232" y="71" width="101" height="10" uuid="e1d6f6fb-ac8c-4796-a703-028667712da4">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==16)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[ICMS DIFAL]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-77" x="232" y="71" width="101" height="10" uuid="1a932e63-366b-4262-bfd7-aa00ffd7ab90">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==14)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[PIS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-77" x="232" y="71" width="101" height="10" uuid="5b77faf7-9829-498e-8124-b4c53e05caf3">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==10)]]></printWhenExpression>
				</reportElement>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[COFINS	]]></text>
			</staticText>
		</band>
	</title>
	<pageHeader>
		<band splitType="Stretch"/>
	</pageHeader>
	<columnHeader>
		<band height="22" splitType="Stretch">
			<staticText>
				<reportElement key="staticText-38" x="0" y="1" width="782" height="10" uuid="8603aec8-8914-4338-bd82-a61bca40cc57"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Vr.Retenção]]></text>
			</staticText>
			<rectangle>
				<reportElement key="rectangle-1" x="0" y="0" width="782" height="20" forecolor="#CCCCCC" backcolor="#CCCCCC" uuid="ee81d103-57c3-4be0-8d3a-a91864b0f044"/>
			</rectangle>
			<staticText>
				<reportElement key="staticText-37" x="687" y="0" width="48" height="10" uuid="878e9da5-9b7a-46cf-8cc8-3d57cab90645"/>
				<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="Right">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Vr.Doc.]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-42" x="0" y="1" width="43" height="10" uuid="0ece5417-62bb-4722-b11e-314f411f11c0"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[DT. EMISS]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-44" x="265" y="1" width="35" height="10" uuid="4f923c80-0aca-4507-aa5f-18912c576fef"/>
				<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="Right">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Nr.Nota]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-45" x="93" y="1" width="45" height="10" uuid="05aa177b-0783-43df-a98b-9ca7e8291ce9"/>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Modelo Doc.]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-46" x="374" y="1" width="248" height="10" uuid="e567eda9-a453-4a6c-949f-eb38c8de584d"/>
				<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="Left">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Pessoa (Fornecedor / Cliente)]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-52" x="339" y="1" width="28" height="10" uuid="8cebf264-cd5e-4c3d-97e3-83c31e077608"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[CTA]]></text>
			</staticText>
			<line>
				<reportElement key="line-14" x="-1" y="0" width="782" height="1" uuid="3f27332d-3074-4a49-a3ce-9624a0bb51cf"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<line>
				<reportElement key="line-15" x="0" y="21" width="782" height="1" uuid="25c52f28-313e-4152-b2b2-53c28c7c05d4"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<staticText>
				<reportElement key="staticText-66" x="44" y="1" width="46" height="10" uuid="26006c05-34e4-4122-81c6-be055a9f9a28"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[DT. ENT/SAI]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-67" x="738" y="1" width="41" height="10" uuid="609fe64c-0dce-41ae-9868-dbf84d6fac5c"/>
				<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="Right">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Vr.Imp.]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-68" x="623" y="1" width="61" height="10" uuid="feb98dad-f033-416f-8c63-de5e9f1f1ec1"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[CNPJ]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-70" x="239" y="0" width="26" height="10" uuid="f19c875e-bada-412a-a54b-a653c4570ceb"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Série]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-71" x="303" y="1" width="35" height="10" uuid="94e8289a-fafc-4e86-b6a9-ade57c8a1fd8"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[CFOP]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-73" x="264" y="11" width="35" height="10" uuid="d5d69871-c4d6-4d10-ae30-fc480d0c252a"/>
				<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="Right">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[Red. Z]]></text>
			</staticText>
			<staticText>
				<reportElement key="staticText-74" x="43" y="11" width="46" height="10" uuid="787b1e9d-7a05-4751-ae1b-a1ffe5190d98"/>
				<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">
					<font size="7" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[DT. Livro]]></text>
			</staticText>
		</band>
	</columnHeader>
	<detail>
		<band height="12" splitType="Stretch">
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="7b834b79-916c-46a3-8ded-9f554c03d6c8">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==13)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_FUNRURAL}]]></textFieldExpression>
			</textField>
			<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="0" y="2" width="43" height="10" isRemoveLineWhenBlank="true" uuid="d7af1984-ebe4-4f3e-b759-edc0e203b5d5"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DATA_EMISSAO}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="92" y="2" width="150" height="10" isRemoveLineWhenBlank="true" uuid="c7e4a149-baf1-4454-936f-db2cd82123c7"/>
				<textElement textAlignment="Left">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DESCRICAO}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="400" y="2" width="222" height="10" isRemoveLineWhenBlank="true" uuid="8b0a37ef-8bff-431d-9f44-f59165e5d48f"/>
				<textElement>
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{PESSOA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="687" y="2" width="48" height="10" isRemoveLineWhenBlank="true" uuid="978decfe-087a-4866-ad9c-c887051a0004"/>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_TOTAL}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="336" y="2" width="28" height="10" isRemoveLineWhenBlank="true" uuid="dd80c10d-5813-4cad-a17c-05f4d7c0e29c"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{REDUZIDA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="4bacc443-b8cd-490c-875f-9bfa57bdd69c">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==6)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_SEST_SENAT}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="341fcbd1-c00b-44b3-83cb-33d02ccb3e50">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==1)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_ICMS_SEM_APROV}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="9ebec987-6eeb-4ac1-92e4-4339ebfdbffd">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==0)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_ICMS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="7e7809c5-b47c-4fc3-8547-1039c46edda3">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==3)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_IPI_INDUSTRIA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="8ff23a4a-61cb-4c3a-8605-8ccdff577277">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==4)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_IPI_COMERCIO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="43874d27-e424-4ebf-b89c-07a48b497bfb">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==5)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_IPI_OBSERVACAO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="1765c1d4-f39e-4adf-bd9b-203ab699a6fe">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==7 && $F{VALOR_IRRF}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_IRRF}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="a61b9858-05e3-415a-91ea-63ce2d09071d">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==8)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_ISS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="08280272-f2cf-4c93-bafd-20dcbcd50639">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==9)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_INSS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="c7856073-a99d-4684-99ed-120399de9fb7">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==11)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_LEI_10833}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="3d464b0c-b605-492e-840a-cdf46817094e">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==12)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_OUTROS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="738" y="2" width="44" height="10" isRemoveLineWhenBlank="true" uuid="9806c396-d0f0-49e0-af71-4f9a5ce6dcc3">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==2 && $F{VALOR_DIF_ALIQUOTA}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_DIF_ALIQUOTA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="738" y="2" width="44" height="10" uuid="c5675f1e-2075-4bf1-9e81-2e9f5a8c3c0c">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==6 && $F{VALOR_SEST_SENAT}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_SEST_SENAT}]]></textFieldExpression>
			</textField>
			<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
				<reportElement key="textField-19" positionType="Float" x="44" y="2" width="46" height="10" isRemoveLineWhenBlank="true" uuid="93f1bcfb-5b3d-4d9d-bbcc-a6d74737aa9f"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{DATA_ENTRADA_SAIDA}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField" x="623" y="2" width="61" height="10" uuid="d925ae60-cc99-414f-9de5-66e79775eda7"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{CNPJ}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField" x="363" y="2" width="35" height="10" uuid="89b8bf83-4bc3-4769-b0ff-c868c2d39a36"/>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{ID_PESSOA}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField" x="240" y="2" width="26" height="10" uuid="6f9e42e4-02bf-4fa9-b288-8f5360ca2e72"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{SERIE}]]></textFieldExpression>
			</textField>
			<textField isBlankWhenNull="true">
				<reportElement key="textField" x="301" y="2" width="35" height="10" uuid="12dc27b2-95f3-466f-8b8d-b652beb578f4"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{CODIGO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="738" y="2" width="44" height="10" uuid="f0665aea-6103-4fdf-9366-54d999147274">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==14 && $F{VALOR_PIS}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_PIS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="738" y="2" width="44" height="10" uuid="7abf4fd9-aa79-463b-9da3-40ce878e5bc1">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==10 && $F{VALOR_COFINS}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_COFINS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="738" y="2" width="44" height="10" uuid="f7062c66-cb56-4165-b313-13fff4197526">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==15 && $F{VALOR_CONT_SOCIAL}.doubleValue() > 0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_CONT_SOCIAL}]]></textFieldExpression>
			</textField>
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="textField" positionType="Float" x="266" y="2" width="35" height="10" isRemoveLineWhenBlank="true" uuid="8fa88809-4928-4fb9-b926-78e6de03b8fb"/>
				<textElement textAlignment="Center">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{NUMERO_NOTA} == null ? $F{CONTADOR_CRZ} : $F{NUMERO_NOTA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="738" y="2" width="44" height="10" uuid="c2b59e95-23a1-4598-9c0c-2869ef555002">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==16 && $F{VALOR_ICMS_PART_DEST}.doubleValue() > 0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="7"/>
				</textElement>
				<textFieldExpression><![CDATA[$F{VALOR_ICMS_PART_DEST}]]></textFieldExpression>
			</textField>
		</band>
	</detail>
	<columnFooter>
		<band splitType="Stretch"/>
	</columnFooter>
	<pageFooter>
		<band height="17" splitType="Stretch">
			<textField isBlankWhenNull="true">
				<reportElement key="textField-8" x="732" y="2" width="17" height="15" uuid="239b0217-220e-4b47-9ee3-812a7a89d815"/>
				<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">
					<font size="9" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<textField evaluationTime="Report" isBlankWhenNull="true">
				<reportElement key="textField-9" x="757" y="2" width="17" height="15" uuid="98a945ca-c7cf-4cc3-a258-53d48eaea912"/>
				<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">
					<font size="9" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-8" x="749" y="2" width="8" height="15" uuid="8efbbf8b-6506-4b3b-ac87-02bc276fcdbd"/>
				<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">
					<font isBold="true"/>
				</textElement>
				<text><![CDATA[/]]></text>
			</staticText>
			<textField isBlankWhenNull="false" hyperlinkType="RemotePage">
				<reportElement key="textField-18" x="561" y="2" width="160" height="14" forecolor="#0099FF" uuid="c99fc095-9f4c-41cb-be1b-c2d67cd4caf8"/>
				<textElement textAlignment="Center">
					<font size="9" isItalic="true" isUnderline="true"/>
				</textElement>
				<textFieldExpression><![CDATA["TOUCHcomp.com.br"]]></textFieldExpression>
				<hyperlinkReferenceExpression><![CDATA["HTTP://WWW.CONTATOSISTEMAS.COM"]]></hyperlinkReferenceExpression>
			</textField>
		</band>
	</pageFooter>
	<summary>
		<band height="38" splitType="Stretch">
			<textField isStretchWithOverflow="true" isBlankWhenNull="true">
				<reportElement key="textField-12" positionType="Float" x="10" y="15" width="782" height="23" isRemoveLineWhenBlank="true" uuid="1c4aa728-ec0a-4d32-ab7a-68a45ff13512"/>
				<textElement textAlignment="Center" markup="html"/>
				<textFieldExpression><![CDATA[$P{FECHO}]]></textFieldExpression>
			</textField>
			<staticText>
				<reportElement key="staticText-35" positionType="Float" x="0" y="3" width="57" height="11" uuid="b5ef5c5c-0cb4-4a3e-98cb-b93cd18c08fc"/>
				<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">
					<font size="8" isBold="true" isItalic="false"/>
				</textElement>
				<text><![CDATA[TOTAIS:]]></text>
			</staticText>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="839dad14-dcf2-4fc5-b96b-187672ba7471">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[new Boolean($F{VALOR_ICMS}.doubleValue()>0d && $P{IMPOSTO}.intValue()==0)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_ICMS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="946e4a57-5f9d-4aea-aede-b1a550c7b8d7">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==1)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_ICMS_SEM_APROV}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="b6339625-0909-4e4a-8321-827ea0a8b8b5">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==3)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_IPI_INDUSTRIA}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="a478b28b-08a6-485c-b2f9-2145e51f4b41">
					<printWhenExpression><![CDATA[new Boolean($F{VALOR_IPI_COMERCIO}.doubleValue()>0d && $P{IMPOSTO}.intValue()==4)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_IPI_COMERCIO}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="c55ed323-07dd-4a20-9598-b5cb3013de30">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==6)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_ICMS_ST}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="7437e901-a220-4134-b3fa-9ebfec613372">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==7)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_IRRF}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="f5e3dcb8-e772-45c3-bd26-8551b3676ea3">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==8)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_ISS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="951844e0-5fbb-4dc7-b8e4-76ce99b44923">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==9)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_INSS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="c0ce20bf-c60e-4b55-a742-79765e7cf685">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==11)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_LEI_10833}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="c8fb2a46-7a7d-434c-81c4-67441d28b126">
					<printWhenExpression><![CDATA[new Boolean( $P{IMPOSTO}.intValue()==12)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_OUTROS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="fb66d192-c765-4808-98bc-2dfd03a1fef8">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==13)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_FUNRURAL}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="ec5902c7-e86e-435d-8b8a-6bc90a17d070">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==2)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_DIF_ALIQUOTA_1}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="638" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="51cf19c5-a319-4f03-9a0f-66288b04b908">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_TOTAL_1}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="5ec67ee2-8b62-4c92-ab24-a876a2ec1e5d">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==5)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_IPI_OBSERVACAO_1}]]></textFieldExpression>
			</textField>
			<line>
				<reportElement key="line-3" x="0" y="3" width="782" height="1" uuid="aad64222-5e0d-428e-af6a-54d72fb46ea8"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<line>
				<reportElement key="line-4" x="0" y="14" width="782" height="1" uuid="e1428006-73e2-435e-849b-469509fbb82e"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<line direction="BottomUp">
				<reportElement key="line-8" x="637" y="3" width="1" height="10" uuid="e2cc01e9-854a-4cbb-bd82-a17042cf4e41"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<line direction="BottomUp">
				<reportElement key="line-9" x="709" y="4" width="1" height="10" uuid="e7a5a2d1-ae45-4e3b-a399-a1f3312007d3"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<line direction="BottomUp">
				<reportElement key="line-10" x="781" y="3" width="1" height="10" uuid="80907c33-b0b7-463e-a1c5-95f7924fb191"/>
				<graphicElement>
					<pen lineWidth="0.5" lineStyle="Dashed"/>
				</graphicElement>
			</line>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="df326499-333f-4d93-8cdd-3e5ec508e85d">
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==14 && $F{VALOR_PIS}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_PIS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="53bf0a02-c1e0-49c6-ab15-b09630cae4d5">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==10 && $F{VALOR_COFINS}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_COFINS}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" isRemoveLineWhenBlank="true" uuid="96009e14-eab0-44a0-b859-6d6a3b338631">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==13 && $F{VALOR_FUNRURAL}.doubleValue()>0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="false"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_FUNRURAL}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" uuid="84e98ebf-f124-419b-9452-aad6a95bdb63">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==15 && $F{VALOR_CONT_SOCIAL}.doubleValue() > 0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_TOTAL_CONTRIB_SOCIAL}]]></textFieldExpression>
			</textField>
			<textField pattern="#,##0.00" isBlankWhenNull="true">
				<reportElement key="textField" x="710" y="4" width="70" height="11" uuid="07444a25-f745-4430-8699-4302db660cc9">
					<property name="com.jaspersoft.studio.unit.width" value="pixel"/>
					<printWhenExpression><![CDATA[new Boolean($P{IMPOSTO}.intValue()==16 && $V{SUM_VALOR_ICMS_PART_DEST}.doubleValue() > 0d)]]></printWhenExpression>
				</reportElement>
				<textElement textAlignment="Right">
					<font size="8" isBold="true"/>
				</textElement>
				<textFieldExpression><![CDATA[$V{SUM_VALOR_ICMS_PART_DEST}]]></textFieldExpression>
			</textField>
		</band>
	</summary>
</jasperReport>
