fixes bug #9608
git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/AdmVenta/Web/trunk/ventaboletos@73085 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
15b3716c6c
commit
678857ec22
|
@ -95,12 +95,12 @@ public class RelatorioFolioRmd extends Relatorio {
|
|||
sql.append(" eo.nombestado as estado, ");
|
||||
sql.append(" ai.docfiscal as doc, ");
|
||||
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(" f.valorcontabil as valorContabil, ");
|
||||
sql.append(" f.basecalculo as baseCalculo, ");
|
||||
sql.append(" f.aliquota as aliquota, ");
|
||||
sql.append(" f.isentos as isentos, ");
|
||||
sql.append(" f.outros as outros, ");
|
||||
sql.append(" f.icms as icms ");
|
||||
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 empresa e on e.empresa_id = f.empresa_id ");
|
||||
|
|
Binary file not shown.
|
@ -1,7 +1,7 @@
|
|||
<?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="842" pageHeight="595" orientation="Landscape" columnWidth="802" 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" isFloatColumnFooter="true" uuid="2903c33e-d004-46d3-99c9-7dfec3f64338">
|
||||
<property name="ireport.zoom" value="1.3310000000000004"/>
|
||||
<property name="ireport.x" value="309"/>
|
||||
<property name="ireport.x" value="330"/>
|
||||
<property name="ireport.y" value="0"/>
|
||||
<field name="foliormd" class="java.lang.String"/>
|
||||
<field name="status" class="java.lang.String"/>
|
||||
|
@ -17,6 +17,21 @@
|
|||
<field name="isentos" class="java.math.BigDecimal"/>
|
||||
<field name="outros" class="java.math.BigDecimal"/>
|
||||
<field name="icms" class="java.math.BigDecimal"/>
|
||||
<variable name="valorContabil" class="java.math.BigDecimal" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{valorContabil}]]></variableExpression>
|
||||
</variable>
|
||||
<variable name="baseCalculo" class="java.math.BigDecimal" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{baseCalculo}]]></variableExpression>
|
||||
</variable>
|
||||
<variable name="isentos" class="java.math.BigDecimal" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{isentos}]]></variableExpression>
|
||||
</variable>
|
||||
<variable name="outros" class="java.math.BigDecimal" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{outros}]]></variableExpression>
|
||||
</variable>
|
||||
<variable name="icms" class="java.math.BigDecimal" calculation="Sum">
|
||||
<variableExpression><![CDATA[$F{icms}]]></variableExpression>
|
||||
</variable>
|
||||
<background>
|
||||
<band splitType="Stretch"/>
|
||||
</background>
|
||||
|
@ -30,7 +45,7 @@
|
|||
<textFieldExpression><![CDATA[$F{empresa}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement x="263" y="0" width="205" height="20" uuid="11a38e24-adf7-460b-9317-84a2bb20a807"/>
|
||||
<reportElement x="253" y="0" width="205" height="20" uuid="11a38e24-adf7-460b-9317-84a2bb20a807"/>
|
||||
<textFieldExpression><![CDATA[$F{estado}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
|
@ -40,13 +55,6 @@
|
|||
</textElement>
|
||||
<textFieldExpression><![CDATA["Empresa: "]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement x="200" y="0" width="104" height="20" uuid="2582c65d-c581-4ac0-8d79-0b281dcb80eb"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA["Estado: "]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="dd/MM/yyyy">
|
||||
<reportElement x="715" y="0" width="87" height="20" uuid="d9ec9e88-51cb-49ee-b6e9-d9c609ad4003"/>
|
||||
<textFieldExpression><![CDATA[new java.util.Date()]]></textFieldExpression>
|
||||
|
@ -54,47 +62,54 @@
|
|||
<line>
|
||||
<reportElement x="0" y="20" width="802" height="1" uuid="11aeccc9-f124-4217-8368-84051bd902cb"/>
|
||||
</line>
|
||||
<textField>
|
||||
<reportElement x="200" y="0" width="53" height="20" uuid="2582c65d-c581-4ac0-8d79-0b281dcb80eb"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA["Estado: "]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</pageHeader>
|
||||
<columnHeader>
|
||||
<band height="24" splitType="Stretch">
|
||||
<staticText>
|
||||
<reportElement x="0" y="2" width="77" height="20" uuid="a5929d31-7b3e-4257-838b-7916384c27a6"/>
|
||||
<reportElement x="0" y="1" width="77" height="20" uuid="a5929d31-7b3e-4257-838b-7916384c27a6"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[AIDF]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="200" y="2" width="104" height="20" uuid="09d68628-bd69-424c-9eb1-f769cc8b4ae9"/>
|
||||
<reportElement x="200" y="1" width="104" height="20" uuid="09d68628-bd69-424c-9eb1-f769cc8b4ae9"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Formulário]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="77" y="2" width="67" height="20" uuid="41a7f367-2a10-4f2b-8910-58a4f8727d42"/>
|
||||
<reportElement x="77" y="1" width="67" height="20" uuid="41a7f367-2a10-4f2b-8910-58a4f8727d42"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Status]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="304" y="2" width="80" height="20" uuid="114387e1-aeef-4899-bf1c-fa8c9718ba6d"/>
|
||||
<reportElement x="304" y="1" width="80" height="20" uuid="114387e1-aeef-4899-bf1c-fa8c9718ba6d"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Data de Movimentação]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="144" y="2" width="56" height="20" uuid="26a3ec90-6fc3-4c59-abf3-d6af29f30f34"/>
|
||||
<reportElement x="144" y="1" width="56" height="20" uuid="26a3ec90-6fc3-4c59-abf3-d6af29f30f34"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<text><![CDATA[Tipo]]></text>
|
||||
</staticText>
|
||||
<staticText>
|
||||
<reportElement x="387" y="2" width="48" height="20" uuid="b1aa1ffb-686e-443e-9cbf-dd533a06af13"/>
|
||||
<reportElement x="384" y="1" width="51" height="20" uuid="b1aa1ffb-686e-443e-9cbf-dd533a06af13"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -104,42 +119,42 @@
|
|||
<reportElement x="0" y="22" width="802" height="1" uuid="34e35420-09fa-4350-a88c-920e34c524a7"/>
|
||||
</line>
|
||||
<staticText>
|
||||
<reportElement x="435" y="2" width="86" height="20" uuid="60fa3604-9bbf-40e4-8492-6ba55537846e"/>
|
||||
<reportElement x="435" y="1" 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"/>
|
||||
<reportElement x="521" y="1" 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"/>
|
||||
<reportElement x="608" y="1" 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"/>
|
||||
<reportElement x="647" y="1" 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"/>
|
||||
<reportElement x="705" y="1" 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"/>
|
||||
<reportElement x="763" y="1" width="39" height="20" uuid="b6ac5c1a-6708-4738-b740-e9cdff0f96f6"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
|
@ -185,50 +200,50 @@
|
|||
<textFieldExpression><![CDATA[$F{tipo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement x="387" y="0" width="48" height="15" uuid="73ff2293-3998-48a6-9d4d-c5a10913bcac"/>
|
||||
<reportElement x="384" y="0" width="51" height="15" uuid="73ff2293-3998-48a6-9d4d-c5a10913bcac"/>
|
||||
<textElement>
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{uf}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="435" y="1" width="86" height="15" uuid="4c8a51cc-7f65-4706-96af-852ad18db351"/>
|
||||
<textElement>
|
||||
<reportElement x="435" y="0" width="86" height="15" uuid="4c8a51cc-7f65-4706-96af-852ad18db351"/>
|
||||
<textElement textAlignment="Right">
|
||||
<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>
|
||||
<reportElement x="521" y="0" width="87" height="15" uuid="d77ef07b-b0bc-4282-91ba-fbb404245ecb"/>
|
||||
<textElement textAlignment="Right">
|
||||
<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>
|
||||
<reportElement x="608" y="0" width="39" height="15" uuid="b8dc7a0c-084d-4011-b146-79603e86dc8a"/>
|
||||
<textElement textAlignment="Right">
|
||||
<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>
|
||||
<reportElement x="647" y="0" width="58" height="15" uuid="2a4b0c72-9501-403d-84b6-889e8a6e2c9d"/>
|
||||
<textElement textAlignment="Right">
|
||||
<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>
|
||||
<reportElement x="705" y="0" width="58" height="15" uuid="9e9a88b9-0991-44f3-bbb1-0e6bcc2b7e00"/>
|
||||
<textElement textAlignment="Right">
|
||||
<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>
|
||||
<reportElement x="763" y="0" width="39" height="15" uuid="627754c7-dfcc-46a6-91be-078cc6aea758"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$F{icms}]]></textFieldExpression>
|
||||
|
@ -236,7 +251,56 @@
|
|||
</band>
|
||||
</detail>
|
||||
<columnFooter>
|
||||
<band splitType="Stretch"/>
|
||||
<band height="17" splitType="Stretch">
|
||||
<line>
|
||||
<reportElement x="0" y="0" width="802" height="1" uuid="d269f449-5afd-4518-998c-8cc3c9b2756c"/>
|
||||
</line>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="435" y="1" width="86" height="15" uuid="b45829aa-aa5e-4cd3-91aa-e45fef519c2e"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{valorContabil}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="705" y="1" width="58" height="15" uuid="f7856fef-fb83-4e9b-809e-6773bedcbe85"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{outros}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="647" y="1" width="58" height="15" uuid="595cef70-5020-4147-88f3-958048124ede"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{isentos}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="521" y="1" width="87" height="15" uuid="f459d5b3-ddb4-48e8-a9ad-2ee903a78693"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{baseCalculo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField>
|
||||
<reportElement x="0" y="0" width="435" height="15" uuid="0a0926d0-297d-4333-9deb-b865c4f981fd"/>
|
||||
<textElement>
|
||||
<font isBold="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA["Total: "]]></textFieldExpression>
|
||||
</textField>
|
||||
<line>
|
||||
<reportElement x="0" y="15" width="802" height="1" uuid="b056f86d-4b35-4671-b936-ec7dbefbd7ff"/>
|
||||
</line>
|
||||
<textField pattern="#,##0.00">
|
||||
<reportElement x="763" y="1" width="39" height="15" uuid="2a276df5-68f0-4fab-bbf2-eabb5f18f3e9"/>
|
||||
<textElement textAlignment="Right">
|
||||
<font size="9"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{icms}]]></textFieldExpression>
|
||||
</textField>
|
||||
</band>
|
||||
</columnFooter>
|
||||
<pageFooter>
|
||||
<band splitType="Stretch"/>
|
||||
|
|
Binary file not shown.
|
@ -170,37 +170,37 @@
|
|||
</band>
|
||||
</detail>
|
||||
<pageFooter>
|
||||
<band height="116">
|
||||
<band height="90">
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="242" y="0" width="89" height="51" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||
<reportElement x="242" y="0" width="89" height="20" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="331" y="0" width="94" height="51" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||
<reportElement x="331" y="0" width="94" height="20" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="467" y="0" width="90" height="51" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||
<reportElement x="467" y="0" width="90" height="20" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="557" y="0" width="76" height="51" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||
<reportElement x="557" y="0" width="76" height="20" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="633" y="0" width="87" height="51" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||
<reportElement x="633" y="0" width="87" height="20" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="true"/>
|
||||
</textElement>
|
||||
|
|
Binary file not shown.
|
@ -175,37 +175,37 @@
|
|||
</band>
|
||||
</detail>
|
||||
<pageFooter>
|
||||
<band height="116">
|
||||
<band height="90">
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="169" y="0" width="92" height="53" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||
<reportElement x="169" y="0" width="92" height="20" uuid="e6c0383c-5062-4b22-989b-d1619add3ade"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_valorContabil}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="261" y="0" width="104" height="53" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||
<reportElement x="261" y="0" width="104" height="20" uuid="810c93ac-4d8b-4edb-800c-ec2753286bb1"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_baseCalculo}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="405" y="0" width="93" height="53" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||
<reportElement x="405" y="0" width="93" height="20" uuid="0a93d431-1b76-4590-aa1b-9af22283a5b3"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_icms}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="498" y="0" width="110" height="53" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||
<reportElement x="498" y="0" width="110" height="20" uuid="748316ed-feb8-4a2d-9103-764eeb74873d"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[$V{sum_isentos}]]></textFieldExpression>
|
||||
</textField>
|
||||
<textField pattern="#,##0.00" isBlankWhenNull="true">
|
||||
<reportElement x="608" y="0" width="115" height="53" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||
<reportElement x="608" y="0" width="115" height="20" uuid="66628be0-d424-4d61-96dc-aaf8652ded42"/>
|
||||
<textElement textAlignment="Right" verticalAlignment="Bottom">
|
||||
<font fontName="SansSerif" size="13" pdfFontName="Times-Roman" isPdfEmbedded="false"/>
|
||||
</textElement>
|
||||
|
|
Loading…
Reference in New Issue