bug #9608
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73079 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
2e7299eab2
commit
48fcf3061d
|
@ -57,6 +57,12 @@ public class RelatorioFolioRmd extends Relatorio {
|
||||||
item.setDoc(rset.getString("doc"));
|
item.setDoc(rset.getString("doc"));
|
||||||
item.setTipo(rset.getString("tipo"));
|
item.setTipo(rset.getString("tipo"));
|
||||||
item.setFechorfolioDate(DateUtil.getDateFromString(item.getFechorfolio(), DATE_FORMAT_FISCAL));
|
item.setFechorfolioDate(DateUtil.getDateFromString(item.getFechorfolio(), DATE_FORMAT_FISCAL));
|
||||||
|
item.setValorContabil(rset.getBigDecimal("valorContabil"));
|
||||||
|
item.setBaseCalculo(rset.getBigDecimal("baseCalculo"));
|
||||||
|
item.setAliquota(rset.getBigDecimal("aliquota"));
|
||||||
|
item.setIsentos(rset.getBigDecimal("isentos"));
|
||||||
|
item.setOutros(rset.getBigDecimal("outros"));
|
||||||
|
item.setIcms(rset.getBigDecimal("icms"));
|
||||||
|
|
||||||
listdata.add(item);
|
listdata.add(item);
|
||||||
}
|
}
|
||||||
|
@ -88,7 +94,13 @@ public class RelatorioFolioRmd extends Relatorio {
|
||||||
sql.append(" eo.cveestado as uf, ");
|
sql.append(" eo.cveestado as uf, ");
|
||||||
sql.append(" eo.nombestado as estado, ");
|
sql.append(" eo.nombestado as estado, ");
|
||||||
sql.append(" ai.docfiscal as doc, ");
|
sql.append(" ai.docfiscal as doc, ");
|
||||||
sql.append(" case when f.indecf = 1 then 'ECF' else 'BPR' end as tipo ");
|
sql.append(" case when f.indecf = 1 then 'ECF' else 'BPR' end as tipo, ");
|
||||||
|
sql.append(" valorcontabil as valorContabil, ");
|
||||||
|
sql.append(" basecalculo as baseCalculo, ");
|
||||||
|
sql.append(" aliquota as aliquota, ");
|
||||||
|
sql.append(" isentos as isentos, ");
|
||||||
|
sql.append(" outros as outros, ");
|
||||||
|
sql.append(" icms as icms ");
|
||||||
sql.append("from folio_consumo_rmd f ");
|
sql.append("from folio_consumo_rmd f ");
|
||||||
sql.append("inner join aidf ai on f.rmd_id = ai.aidf_id and ai.aidfesp_id = 3 ");
|
sql.append("inner join aidf ai on f.rmd_id = ai.aidf_id and ai.aidfesp_id = 3 ");
|
||||||
sql.append("inner join empresa e on e.empresa_id = f.empresa_id ");
|
sql.append("inner join empresa e on e.empresa_id = f.empresa_id ");
|
||||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<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="RelatorioFolioRmd" pageWidth="595" pageHeight="842" columnWidth="555" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="2903c33e-d004-46d3-99c9-7dfec3f64338">
|
<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="RelatorioFolioRmd" pageWidth="842" pageHeight="595" orientation="Landscape" columnWidth="802" leftMargin="20" rightMargin="20" topMargin="20" bottomMargin="20" uuid="2903c33e-d004-46d3-99c9-7dfec3f64338">
|
||||||
<property name="ireport.zoom" value="1.3310000000000004"/>
|
<property name="ireport.zoom" value="1.3310000000000004"/>
|
||||||
<property name="ireport.x" value="0"/>
|
<property name="ireport.x" value="309"/>
|
||||||
<property name="ireport.y" value="0"/>
|
<property name="ireport.y" value="0"/>
|
||||||
<field name="foliormd" class="java.lang.String"/>
|
<field name="foliormd" class="java.lang.String"/>
|
||||||
<field name="status" class="java.lang.String"/>
|
<field name="status" class="java.lang.String"/>
|
||||||
|
@ -11,6 +11,12 @@
|
||||||
<field name="tipo" class="java.lang.String"/>
|
<field name="tipo" class="java.lang.String"/>
|
||||||
<field name="fechorfolioDate" class="java.util.Date"/>
|
<field name="fechorfolioDate" class="java.util.Date"/>
|
||||||
<field name="doc" class="java.lang.String"/>
|
<field name="doc" class="java.lang.String"/>
|
||||||
|
<field name="valorContabil" class="java.math.BigDecimal"/>
|
||||||
|
<field name="baseCalculo" class="java.math.BigDecimal"/>
|
||||||
|
<field name="aliquota" class="java.math.BigDecimal"/>
|
||||||
|
<field name="isentos" class="java.math.BigDecimal"/>
|
||||||
|
<field name="outros" class="java.math.BigDecimal"/>
|
||||||
|
<field name="icms" class="java.math.BigDecimal"/>
|
||||||
<background>
|
<background>
|
||||||
<band splitType="Stretch"/>
|
<band splitType="Stretch"/>
|
||||||
</background>
|
</background>
|
||||||
|
@ -42,11 +48,11 @@
|
||||||
<textFieldExpression><![CDATA["Estado: "]]></textFieldExpression>
|
<textFieldExpression><![CDATA["Estado: "]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="dd/MM/yyyy">
|
<textField pattern="dd/MM/yyyy">
|
||||||
<reportElement x="468" y="0" width="87" height="20" uuid="d9ec9e88-51cb-49ee-b6e9-d9c609ad4003"/>
|
<reportElement x="715" y="0" width="87" height="20" uuid="d9ec9e88-51cb-49ee-b6e9-d9c609ad4003"/>
|
||||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<line>
|
<line>
|
||||||
<reportElement x="0" y="20" width="555" height="1" uuid="11aeccc9-f124-4217-8368-84051bd902cb"/>
|
<reportElement x="0" y="20" width="802" height="1" uuid="11aeccc9-f124-4217-8368-84051bd902cb"/>
|
||||||
</line>
|
</line>
|
||||||
</band>
|
</band>
|
||||||
</pageHeader>
|
</pageHeader>
|
||||||
|
@ -60,7 +66,7 @@
|
||||||
<text><![CDATA[AIDF]]></text>
|
<text><![CDATA[AIDF]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="200" y="2" width="166" height="20" uuid="09d68628-bd69-424c-9eb1-f769cc8b4ae9"/>
|
<reportElement x="200" y="2" width="104" height="20" uuid="09d68628-bd69-424c-9eb1-f769cc8b4ae9"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font isBold="true"/>
|
<font isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -74,7 +80,7 @@
|
||||||
<text><![CDATA[Status]]></text>
|
<text><![CDATA[Status]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="366" y="2" width="129" height="20" uuid="114387e1-aeef-4899-bf1c-fa8c9718ba6d"/>
|
<reportElement x="304" y="2" width="80" height="20" uuid="114387e1-aeef-4899-bf1c-fa8c9718ba6d"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font isBold="true"/>
|
<font isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -88,15 +94,57 @@
|
||||||
<text><![CDATA[Tipo]]></text>
|
<text><![CDATA[Tipo]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<staticText>
|
<staticText>
|
||||||
<reportElement x="495" y="2" width="60" height="20" uuid="b1aa1ffb-686e-443e-9cbf-dd533a06af13"/>
|
<reportElement x="387" y="2" width="48" height="20" uuid="b1aa1ffb-686e-443e-9cbf-dd533a06af13"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font isBold="true"/>
|
<font isBold="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<text><![CDATA[UF]]></text>
|
<text><![CDATA[UF]]></text>
|
||||||
</staticText>
|
</staticText>
|
||||||
<line>
|
<line>
|
||||||
<reportElement x="0" y="22" width="555" height="1" uuid="34e35420-09fa-4350-a88c-920e34c524a7"/>
|
<reportElement x="0" y="22" width="802" height="1" uuid="34e35420-09fa-4350-a88c-920e34c524a7"/>
|
||||||
</line>
|
</line>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="435" y="2" width="86" height="20" uuid="60fa3604-9bbf-40e4-8492-6ba55537846e"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Valor Contábil]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="521" y="2" width="87" height="20" uuid="d680f6d1-6ba8-48ed-be14-45c3c20960bc"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Base Cálculo]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="608" y="2" width="39" height="20" uuid="359fa980-1282-4802-868d-b72dc7eb3cf6"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Alíquota]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="647" y="2" width="58" height="20" uuid="bf5d37cc-12af-464c-9b6a-99ae821ccc93"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Isentos]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="705" y="2" width="58" height="20" uuid="f9d63538-c3e1-43e1-af46-eaee055aeca6"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[Outros]]></text>
|
||||||
|
</staticText>
|
||||||
|
<staticText>
|
||||||
|
<reportElement x="763" y="2" width="39" height="20" uuid="b6ac5c1a-6708-4738-b740-e9cdff0f96f6"/>
|
||||||
|
<textElement>
|
||||||
|
<font isBold="true"/>
|
||||||
|
</textElement>
|
||||||
|
<text><![CDATA[ICMS]]></text>
|
||||||
|
</staticText>
|
||||||
</band>
|
</band>
|
||||||
</columnHeader>
|
</columnHeader>
|
||||||
<detail>
|
<detail>
|
||||||
|
@ -109,7 +157,7 @@
|
||||||
<textFieldExpression><![CDATA[$F{doc}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{doc}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="200" y="0" width="166" height="15" uuid="90541675-b80e-4c3f-aee9-3091b3e7aba6"/>
|
<reportElement x="200" y="0" width="104" height="15" uuid="90541675-b80e-4c3f-aee9-3091b3e7aba6"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font size="9"/>
|
<font size="9"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -123,7 +171,7 @@
|
||||||
<textFieldExpression><![CDATA[$F{status}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{status}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="dd/MM/yyyy">
|
<textField pattern="dd/MM/yyyy">
|
||||||
<reportElement x="366" y="0" width="129" height="15" uuid="1155c32f-88ba-4f22-980e-aa822e235e97"/>
|
<reportElement x="304" y="0" width="80" height="15" uuid="1155c32f-88ba-4f22-980e-aa822e235e97"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font size="9"/>
|
<font size="9"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
|
@ -137,12 +185,54 @@
|
||||||
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField>
|
<textField>
|
||||||
<reportElement x="495" y="0" width="60" height="15" uuid="73ff2293-3998-48a6-9d4d-c5a10913bcac"/>
|
<reportElement x="387" y="0" width="48" height="15" uuid="73ff2293-3998-48a6-9d4d-c5a10913bcac"/>
|
||||||
<textElement>
|
<textElement>
|
||||||
<font size="9"/>
|
<font size="9"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$F{uf}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$F{uf}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="435" y="1" width="86" height="15" uuid="4c8a51cc-7f65-4706-96af-852ad18db351"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{valorContabil}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="521" y="1" width="87" height="15" uuid="d77ef07b-b0bc-4282-91ba-fbb404245ecb"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{baseCalculo}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="608" y="1" width="39" height="15" uuid="b8dc7a0c-084d-4011-b146-79603e86dc8a"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{aliquota}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="647" y="1" width="58" height="15" uuid="2a4b0c72-9501-403d-84b6-889e8a6e2c9d"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{isentos}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="705" y="1" width="58" height="15" uuid="9e9a88b9-0991-44f3-bbb1-0e6bcc2b7e00"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{outros}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
|
<textField pattern="#,##0.00">
|
||||||
|
<reportElement x="763" y="1" width="39" height="15" uuid="627754c7-dfcc-46a6-91be-078cc6aea758"/>
|
||||||
|
<textElement>
|
||||||
|
<font size="9"/>
|
||||||
|
</textElement>
|
||||||
|
<textFieldExpression><![CDATA[$F{icms}]]></textFieldExpression>
|
||||||
|
</textField>
|
||||||
</band>
|
</band>
|
||||||
</detail>
|
</detail>
|
||||||
<columnFooter>
|
<columnFooter>
|
||||||
|
|
Binary file not shown.
|
@ -172,36 +172,36 @@
|
||||||
<pageFooter>
|
<pageFooter>
|
||||||
<band height="116">
|
<band height="116">
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="242" y="0" width="89" height="45" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
<reportElement x="242" y="0" width="89" height="51" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="331" y="0" width="94" height="45" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
<reportElement x="331" y="0" width="94" height="51" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="467" y="0" width="90" height="45" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
<reportElement x="467" y="0" width="90" height="51" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="557" y="0" width="76" height="45" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
<reportElement x="557" y="0" width="76" height="51" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="633" y="0" width="87" height="45" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
<reportElement x="633" y="0" width="87" height="51" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_outros}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_outros}]]></textFieldExpression>
|
||||||
|
|
Binary file not shown.
|
@ -177,36 +177,36 @@
|
||||||
<pageFooter>
|
<pageFooter>
|
||||||
<band height="116">
|
<band height="116">
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="169" y="0" width="92" height="45" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
<reportElement x="169" y="0" width="92" height="53" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="261" y="0" width="104" height="45" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
<reportElement x="261" y="0" width="104" height="53" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="405" y="0" width="93" height="45" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
<reportElement x="405" y="0" width="93" height="53" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="498" y="0" width="110" height="45" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
<reportElement x="498" y="0" width="110" height="53" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
||||||
</textField>
|
</textField>
|
||||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||||
<reportElement x="608" y="0" width="115" height="45" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
<reportElement x="608" y="0" width="115" height="53" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||||
<textElement textAlignment="Right" verticalAlignment="Middle">
|
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||||
</textElement>
|
</textElement>
|
||||||
<textFieldExpression><![CDATA[$V{sum_outros}]]></textFieldExpression>
|
<textFieldExpression><![CDATA[$V{sum_outros}]]></textFieldExpression>
|
||||||
|
|
Loading…
Reference in New Issue