Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 106 | espaco | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <jasperReport xmlns="http://jasperreports.sourceforge.net/jasperreports" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://jasperreports.sourceforge.net/jasperreports http://jasperreports.sourceforge.net/xsd/jasperreport.xsd" name="DANFE_NFCE" pageWidth="226" pageHeight="1000" columnWidth="226" leftMargin="0" rightMargin="0" topMargin="0" bottomMargin="0" whenResourceMissingType="Empty" isIgnorePagination="true" uuid="f2ad8431-eb6a-4415-9a7a-8bcb81e49e5d"> |
||
| 3 | <property name="ireport.zoom" value="3.0"/> |
||
| 4 | <property name="ireport.x" value="0"/> |
||
| 5 | <property name="ireport.y" value="675"/> |
||
| 6 | <property name="ireport.scriptlethandling" value="0"/> |
||
| 7 | <property name="ireport.encoding" value="UTF-8"/> |
||
| 8 | <import value="net.sf.jasperreports.engine.*"/> |
||
| 9 | <import value="java.util.*"/> |
||
| 10 | <import value="net.sf.jasperreports.engine.data.*"/> |
||
| 11 | <parameter name="PAGAMENTOS" class="java.util.Collection"/> |
||
| 12 | <parameter name="SUBREL" class="java.io.InputStream"/> |
||
| 13 | <parameter name="SUBREL_PAGAMENTOS" class="java.io.InputStream"/> |
||
| 14 | <parameter name="URL_CONSULTA" class="java.lang.String"/> |
||
| 15 | <parameter name="QR_CODE" class="java.awt.Image"/> |
||
| 16 | <parameter name="CHAVE_ACESSO_FORMATADA" class="java.lang.String"/> |
||
| 17 | <parameter name="INFORMACOES_COMPLEMENTARES" class="java.lang.String"/> |
||
| 18 | <parameter name="MOSTRAR_MSG_FINALIZACAO" class="java.lang.Boolean"/> |
||
| 19 | <field name="nota.info.emitente.nomeFantasia" class="java.lang.String"/> |
||
| 20 | <field name="nota.info.emitente.cnpj" class="java.lang.String"/> |
||
| 21 | <field name="nota.info.emitente.inscricaoEstadual" class="java.lang.String"/> |
||
| 22 | <field name="nota.info.emitente.endereco.logradouro" class="java.lang.String"/> |
||
| 23 | <field name="nota.info.emitente.endereco.numero" class="java.lang.String"/> |
||
| 24 | <field name="nota.info.emitente.endereco.bairro" class="java.lang.String"/> |
||
| 25 | <field name="nota.info.emitente.endereco.descricaoMunicipio" class="java.lang.String"/> |
||
| 26 | <field name="nota.info.emitente.endereco.complemento" class="java.lang.String"/> |
||
| 27 | <field name="nota.info.emitente.endereco.uf" class="java.lang.String"/> |
||
| 28 | <field name="nota.info.emitente.endereco.telefone" class="java.lang.String"/> |
||
| 29 | <field name="nota.info.itens" class="java.util.List"/> |
||
| 30 | <field name="nota.info.total.icmsTotal.valorTotalDesconto" class="java.lang.String"/> |
||
| 31 | <field name="nota.info.total.icmsTotal.valorTotalNFe" class="java.lang.String"/> |
||
| 32 | <field name="nota.info.total.icmsTotal.valorTotalFrete" class="java.lang.String"/> |
||
| 33 | <field name="nota.info.total.icmsTotal.valorTotalSeguro" class="java.lang.String"/> |
||
| 34 | <field name="nota.info.total.icmsTotal.outrasDespesasAcessorias" class="java.lang.String"/> |
||
| 35 | <field name="nota.info.total.icmsTotal.valorTotalTributos" class="java.lang.String"/> |
||
| 36 | <field name="nota.info.informacoesAdicionais.informacoesAdicionaisInteresseFisco" class="java.lang.String"/> |
||
| 37 | <field name="nota.info.identificacao.numeroNota" class="java.lang.String"/> |
||
| 38 | <field name="nota.info.identificacao.serie" class="java.lang.String"/> |
||
| 39 | <field name="nota.info.identificacao.dataHoraEmissao" class="org.joda.time.DateTime"/> |
||
| 40 | <field name="nota.info.chaveAcesso" class="java.lang.String"/> |
||
| 41 | <field name="protocolo.protocoloInfo.dataRecebimento" class="org.joda.time.LocalDateTime"/> |
||
| 42 | <field name="protocolo.protocoloInfo.numeroProtocolo" class="java.lang.String"/> |
||
| 43 | <field name="nota.info.destinatario.cnpj" class="java.lang.String"/> |
||
| 44 | <field name="nota.info.destinatario.cpf" class="java.lang.String"/> |
||
| 45 | <field name="nota.info.destinatario.razaoSocial" class="java.lang.String"/> |
||
| 46 | <field name="nota.info.informacoesAdicionais.informacoesComplementaresInteresseContribuinte" class="java.lang.String"/> |
||
| 47 | <variable name="ACRESCIMOS" class="java.math.BigDecimal"> |
||
| 48 | <variableExpression><![CDATA[new BigDecimal($F{nota.info.total.icmsTotal.valorTotalFrete}.replace(".", "").replace(",", ".")).add( |
||
| 49 | new BigDecimal($F{nota.info.total.icmsTotal.valorTotalSeguro}.replace(".", "").replace(",", "."))).add( |
||
| 50 | new BigDecimal($F{nota.info.total.icmsTotal.outrasDespesasAcessorias}.replace(".", "").replace(",", "."))).subtract( |
||
| 51 | new BigDecimal($F{nota.info.total.icmsTotal.valorTotalDesconto}.replace(".", "").replace(",", ".")))]]></variableExpression> |
||
| 52 | <initialValueExpression><![CDATA[BigDecimal.ZERO]]></initialValueExpression> |
||
| 53 | </variable> |
||
| 54 | <background> |
||
| 55 | <band splitType="Stretch"/> |
||
| 56 | </background> |
||
| 57 | <title> |
||
| 58 | <band splitType="Stretch"/> |
||
| 59 | </title> |
||
| 60 | <pageHeader> |
||
| 61 | <band height="82" splitType="Prevent"> |
||
| 62 | <textField isBlankWhenNull="true"> |
||
| 63 | <reportElement uuid="87f0fbca-c7c3-4c5e-a363-e4e9fcb4e626" key="textField" positionType="Float" x="1" y="1" width="207" height="15"/> |
||
| 64 | <box> |
||
| 65 | <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 66 | <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 67 | <bottomPen lineWidth="0.0" lineColor="#000000"/> |
||
| 68 | <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 69 | </box> |
||
| 70 | <textElement textAlignment="Center" verticalAlignment="Top"> |
||
| 71 | <font fontName="SansSerif" size="9" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 72 | </textElement> |
||
| 73 | <textFieldExpression><![CDATA[$F{nota.info.emitente.nomeFantasia}]]></textFieldExpression> |
||
| 74 | </textField> |
||
| 75 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 76 | <reportElement uuid="dde92dc5-96ba-434f-abea-45dd508d25d7" key="textField" positionType="Float" x="1" y="29" width="207" height="13"/> |
||
| 77 | <box> |
||
| 78 | <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 79 | <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 80 | <bottomPen lineWidth="0.0" lineColor="#000000"/> |
||
| 81 | <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 82 | </box> |
||
| 83 | <textElement textAlignment="Left" verticalAlignment="Top"> |
||
| 84 | <font fontName="SansSerif" size="7" pdfFontName="Helvetica-Bold"/> |
||
| 85 | </textElement> |
||
| 86 | <textFieldExpression><![CDATA[$F{nota.info.emitente.endereco.logradouro}+", "+ |
||
| 87 | $F{nota.info.emitente.endereco.numero}+", "+ |
||
| 88 | ($F{nota.info.emitente.endereco.complemento} == null ? "" : |
||
| 89 | $F{nota.info.emitente.endereco.complemento})+ |
||
| 90 | "\nBairro: "+$F{nota.info.emitente.endereco.bairro}+", Cidade: "+ |
||
| 91 | $F{nota.info.emitente.endereco.descricaoMunicipio}+" "+ |
||
| 92 | $F{nota.info.emitente.endereco.uf}+"\nFone: "+ |
||
| 93 | ($F{nota.info.emitente.endereco.telefone} == null ? "" : |
||
| 94 | $F{nota.info.emitente.endereco.telefone})]]></textFieldExpression> |
||
| 95 | </textField> |
||
| 96 | <textField isBlankWhenNull="true"> |
||
| 97 | <reportElement uuid="9018ad5e-9fb4-4a66-a89e-453d314a10c2" key="textField" positionType="Float" x="116" y="16" width="92" height="13"/> |
||
| 98 | <box> |
||
| 99 | <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 100 | <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 101 | <bottomPen lineWidth="0.0" lineColor="#000000"/> |
||
| 102 | <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 103 | </box> |
||
| 104 | <textElement verticalAlignment="Top"> |
||
| 105 | <font fontName="SansSerif" size="7" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 106 | </textElement> |
||
| 107 | <textFieldExpression><![CDATA["IE: "+$F{nota.info.emitente.inscricaoEstadual}]]></textFieldExpression> |
||
| 108 | </textField> |
||
| 109 | <textField pattern="##.###.###/####-##" isBlankWhenNull="true"> |
||
| 110 | <reportElement uuid="aa5246fd-7c02-4594-a4fc-a790cbb6e076" key="textField" positionType="Float" x="1" y="16" width="115" height="13"/> |
||
| 111 | <box> |
||
| 112 | <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 113 | <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 114 | <bottomPen lineWidth="0.0" lineColor="#000000"/> |
||
| 115 | <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 116 | </box> |
||
| 117 | <textElement verticalAlignment="Top"> |
||
| 118 | <font fontName="SansSerif" size="7" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 119 | </textElement> |
||
| 120 | <textFieldExpression><![CDATA["CNPJ: "+$F{nota.info.emitente.cnpj}]]></textFieldExpression> |
||
| 121 | </textField> |
||
| 122 | <staticText> |
||
| 123 | <reportElement uuid="7af0d1e3-44e3-4fb9-ad16-bfae99d32a75" key="textField" positionType="Float" x="1" y="46" width="207" height="20"/> |
||
| 124 | <textElement textAlignment="Center" markup="none"> |
||
| 125 | <font size="7" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 126 | </textElement> |
||
| 127 | <text><![CDATA[DANFE NFC-e DOCUMENTO AUXILIAR DE NOTA FISCAL DE CONSUMIDOR ELETRÔNICA]]></text> |
||
| 128 | </staticText> |
||
| 129 | <staticText> |
||
| 130 | <reportElement uuid="ebc835b8-d4a2-446f-8767-ed390f439b18" key="textField" positionType="Float" x="1" y="66" width="207" height="13"/> |
||
| 131 | <textElement textAlignment="Center" markup="none"> |
||
| 132 | <font size="7" pdfFontName="Helvetica-Bold"/> |
||
| 133 | </textElement> |
||
| 134 | <text><![CDATA[NÃO PERMITE APROVEITAMENTO DE CRÉDITO ICMS]]></text> |
||
| 135 | </staticText> |
||
| 136 | <line> |
||
| 137 | <reportElement uuid="45815a89-efc7-4031-866f-8a1001126cba" key="line" positionType="Float" x="1" y="42" width="207" height="1"/> |
||
| 138 | <graphicElement> |
||
| 139 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 140 | </graphicElement> |
||
| 141 | </line> |
||
| 142 | <line> |
||
| 143 | <reportElement uuid="32b38553-017d-4d5f-a53f-06f9dd96443b" key="line" positionType="Float" x="1" y="79" width="207" height="1"/> |
||
| 144 | <graphicElement> |
||
| 145 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 146 | </graphicElement> |
||
| 147 | </line> |
||
| 148 | </band> |
||
| 149 | </pageHeader> |
||
| 150 | <detail> |
||
| 151 | <band height="191" splitType="Prevent"> |
||
| 152 | <textField isStretchWithOverflow="true"> |
||
| 153 | <reportElement uuid="da7be1da-2b42-4688-b6f8-767df1760f45" positionType="Float" x="0" y="177" width="207" height="10" isRemoveLineWhenBlank="true"/> |
||
| 154 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 155 | <font size="7"/> |
||
| 156 | </textElement> |
||
| 157 | <textFieldExpression><![CDATA[(($F{nota.info.destinatario.cpf} != null && |
||
| 158 | !$F{nota.info.destinatario.cpf}.isEmpty()) || |
||
| 159 | ($F{nota.info.destinatario.cnpj} != null && |
||
| 160 | !$F{nota.info.destinatario.cnpj}.isEmpty())) && |
||
| 161 | $F{nota.info.destinatario.razaoSocial} != null ? |
||
| 162 | $F{nota.info.destinatario.razaoSocial} : ""]]></textFieldExpression> |
||
| 163 | </textField> |
||
| 164 | <textField isStretchWithOverflow="true"> |
||
| 165 | <reportElement uuid="ee5e7ec5-c7c7-431d-8767-31861870d7be" positionType="Float" x="0" y="167" width="207" height="10"/> |
||
| 166 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 167 | <font size="7"/> |
||
| 168 | </textElement> |
||
| 169 | <textFieldExpression><![CDATA[($F{nota.info.destinatario.cpf} != null && |
||
| 170 | !$F{nota.info.destinatario.cpf}.isEmpty()) ? |
||
| 171 | "CONSUMIDOR CPF: "+$F{nota.info.destinatario.cpf} : ( |
||
| 172 | ($F{nota.info.destinatario.cnpj} != null && |
||
| 173 | !$F{nota.info.destinatario.cnpj}.isEmpty()) ? |
||
| 174 | "CONSUMIDOR CNPJ: "+$F{nota.info.destinatario.cnpj} : |
||
| 175 | "CONSUMIDOR NÃO IDENTIFICADO" |
||
| 176 | )]]></textFieldExpression> |
||
| 177 | </textField> |
||
| 178 | <line> |
||
| 179 | <reportElement uuid="d6984e4b-deee-48e7-98d5-2e979384e872" key="line" positionType="Float" x="0" y="188" width="207" height="1"/> |
||
| 180 | <graphicElement> |
||
| 181 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 182 | </graphicElement> |
||
| 183 | </line> |
||
| 184 | <line> |
||
| 185 | <reportElement uuid="32b38553-017d-4d5f-a53f-06f9dd96443b" key="line" positionType="Float" x="0" y="165" width="207" height="1"/> |
||
| 186 | <graphicElement> |
||
| 187 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 188 | </graphicElement> |
||
| 189 | </line> |
||
| 190 | <textField isStretchWithOverflow="true"> |
||
| 191 | <reportElement uuid="24e3e04f-3277-4682-99e3-1858346f2d67" positionType="Float" x="0" y="121" width="207" height="10"/> |
||
| 192 | <textElement textAlignment="Center"> |
||
| 193 | <font size="7"/> |
||
| 194 | </textElement> |
||
| 195 | <textFieldExpression><![CDATA["Consulte pela Chave de Acesso em\n"+$P{URL_CONSULTA}]]></textFieldExpression> |
||
| 196 | </textField> |
||
| 197 | <textField isStretchWithOverflow="true"> |
||
| 198 | <reportElement uuid="2db8c8a1-5e54-43e5-a53f-f44be5014d38" positionType="Float" x="0" y="153" width="207" height="10"/> |
||
| 199 | <textElement textAlignment="Center"> |
||
| 200 | <font size="7"/> |
||
| 201 | </textElement> |
||
| 202 | <textFieldExpression><![CDATA["Protocolo de Autorização: "+$F{protocolo.protocoloInfo.numeroProtocolo}+"\n"+ |
||
| 203 | $F{protocolo.protocoloInfo.dataRecebimento}.toString("dd/MM/yyyy HH:mm:ss")]]></textFieldExpression> |
||
| 204 | </textField> |
||
| 205 | <staticText> |
||
| 206 | <reportElement uuid="0571906c-2c4c-4f77-83f1-99b9f696178a" key="staticText" positionType="Float" x="0" y="133" width="207" height="10"/> |
||
| 207 | <box> |
||
| 208 | <topPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 209 | <leftPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 210 | <bottomPen lineWidth="0.0" lineColor="#000000"/> |
||
| 211 | <rightPen lineWidth="0.0" lineStyle="Solid" lineColor="#000000"/> |
||
| 212 | </box> |
||
| 213 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 214 | <font size="7" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 215 | </textElement> |
||
| 216 | <text><![CDATA[CHAVE DE ACESSO]]></text> |
||
| 217 | </staticText> |
||
| 218 | <textField isStretchWithOverflow="true"> |
||
| 219 | <reportElement uuid="5819cffc-e82c-4bbf-bba9-5f6b5034f19f" positionType="Float" x="0" y="111" width="207" height="10"/> |
||
| 220 | <textElement textAlignment="Center"> |
||
| 221 | <font size="7"/> |
||
| 222 | </textElement> |
||
| 223 | <textFieldExpression><![CDATA["Emissão "+$F{nota.info.identificacao.dataHoraEmissao} |
||
| 224 | .toString("dd/MM/yyyy HH:mm:ss")]]></textFieldExpression> |
||
| 225 | </textField> |
||
| 226 | <textField isStretchWithOverflow="true" pattern="" isBlankWhenNull="true"> |
||
| 227 | <reportElement uuid="fd6c261c-361c-4c75-bc8f-cca70f2415f3" positionType="Float" x="0" y="90" width="207" height="11" isRemoveLineWhenBlank="true"/> |
||
| 228 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 229 | <font size="7"/> |
||
| 230 | </textElement> |
||
| 231 | <textFieldExpression><![CDATA[$F{nota.info.informacoesAdicionais.informacoesAdicionaisInteresseFisco}]]></textFieldExpression> |
||
| 232 | </textField> |
||
| 233 | <textField isStretchWithOverflow="true"> |
||
| 234 | <reportElement uuid="2ad81d22-19eb-4742-89f8-a6fbe97ac6c2" positionType="Float" x="42" y="143" width="126" height="9"/> |
||
| 235 | <textElement textAlignment="Center"> |
||
| 236 | <font size="7"/> |
||
| 237 | </textElement> |
||
| 238 | <textFieldExpression><![CDATA[$P{CHAVE_ACESSO_FORMATADA}]]></textFieldExpression> |
||
| 239 | </textField> |
||
| 240 | <textField isStretchWithOverflow="true"> |
||
| 241 | <reportElement uuid="ce1b0369-cf99-40e5-aaea-f297f7385144" positionType="Float" x="0" y="101" width="207" height="10"/> |
||
| 242 | <textElement textAlignment="Center"> |
||
| 243 | <font size="7"/> |
||
| 244 | </textElement> |
||
| 245 | <textFieldExpression><![CDATA["NFC-e nº "+$F{nota.info.identificacao.numeroNota}+ |
||
| 246 | " Série "+$F{nota.info.identificacao.serie}]]></textFieldExpression> |
||
| 247 | </textField> |
||
| 248 | <subreport> |
||
| 249 | <reportElement uuid="abe336d3-28b5-4818-bce8-70ee6efab2ad" positionType="Float" x="1" y="62" width="207" height="11"/> |
||
| 250 | <dataSourceExpression><![CDATA[new JRBeanCollectionDataSource($P{PAGAMENTOS})]]></dataSourceExpression> |
||
| 251 | <subreportExpression><![CDATA[$P{SUBREL_PAGAMENTOS}]]></subreportExpression> |
||
| 252 | </subreport> |
||
| 253 | <textField pattern="" isBlankWhenNull="true"> |
||
| 254 | <reportElement uuid="8bc82ec3-952a-4830-ae91-cb49ebb31835" positionType="Float" x="1" y="77" width="207" height="10" isRemoveLineWhenBlank="true"> |
||
| 255 | <printWhenExpression><![CDATA[$F{nota.info.total.icmsTotal.valorTotalTributos} != null && |
||
| 256 | !$F{nota.info.total.icmsTotal.valorTotalTributos}.equals("0,00")]]></printWhenExpression> |
||
| 257 | </reportElement> |
||
| 258 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 259 | <font size="7"/> |
||
| 260 | </textElement> |
||
| 261 | <textFieldExpression><![CDATA["Valor Aprox Tributos R$"+ |
||
| 262 | $F{nota.info.total.icmsTotal.valorTotalTributos}+ |
||
| 263 | " (Fonte: IBPT)"]]></textFieldExpression> |
||
| 264 | </textField> |
||
| 265 | <line> |
||
| 266 | <reportElement uuid="7baade66-65a3-4b67-91fa-eb259b7cbb6b" key="line" positionType="Float" x="1" y="75" width="207" height="1"/> |
||
| 267 | <graphicElement> |
||
| 268 | <pen lineStyle="Dotted"/> |
||
| 269 | </graphicElement> |
||
| 270 | </line> |
||
| 271 | <line> |
||
| 272 | <reportElement uuid="32b38553-017d-4d5f-a53f-06f9dd96443b" key="line" positionType="Float" x="1" y="89" width="207" height="1" isRemoveLineWhenBlank="true"> |
||
| 273 | <printWhenExpression><![CDATA[$F{nota.info.total.icmsTotal.valorTotalTributos} != null && |
||
| 274 | !$F{nota.info.total.icmsTotal.valorTotalTributos}.equals("0,00")]]></printWhenExpression> |
||
| 275 | </reportElement> |
||
| 276 | <graphicElement> |
||
| 277 | <pen lineStyle="Dotted"/> |
||
| 278 | </graphicElement> |
||
| 279 | </line> |
||
| 280 | <line> |
||
| 281 | <reportElement uuid="4637273e-fe55-44a8-aba3-339f1b52dd19" positionType="Float" x="1" y="15" width="207" height="1"/> |
||
| 282 | <graphicElement> |
||
| 283 | <pen lineStyle="Dotted"/> |
||
| 284 | </graphicElement> |
||
| 285 | </line> |
||
| 286 | <staticText> |
||
| 287 | <reportElement uuid="82212bfc-f443-4c12-af2f-f7d77821dfce" key="textField" positionType="Float" x="111" y="50" width="97" height="12"/> |
||
| 288 | <textElement textAlignment="Right" verticalAlignment="Middle" markup="none"> |
||
| 289 | <font fontName="SansSerif" size="7" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 290 | </textElement> |
||
| 291 | <text><![CDATA[VALOR PAGO]]></text> |
||
| 292 | </staticText> |
||
| 293 | <textField pattern="#,##0.00" isBlankWhenNull="true"> |
||
| 294 | <reportElement uuid="52a05c6a-73e3-438d-aefb-38413c998dae" key="textField" positionType="Float" x="111" y="38" width="97" height="12"/> |
||
| 295 | <textElement textAlignment="Right" markup="none"> |
||
| 296 | <font fontName="SansSerif" size="9" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 297 | </textElement> |
||
| 298 | <textFieldExpression><![CDATA[new BigDecimal($F{nota.info.total.icmsTotal.valorTotalNFe})]]></textFieldExpression> |
||
| 299 | </textField> |
||
| 300 | <textField pattern="#,##0.00" isBlankWhenNull="true"> |
||
| 301 | <reportElement uuid="96e065a7-d841-4794-afe8-661bc6024992" x="111" y="28" width="97" height="10" isRemoveLineWhenBlank="true"> |
||
| 302 | <printWhenExpression><![CDATA[$V{ACRESCIMOS}.signum() != 0]]></printWhenExpression> |
||
| 303 | </reportElement> |
||
| 304 | <textElement textAlignment="Right"> |
||
| 305 | <font size="7"/> |
||
| 306 | </textElement> |
||
| 307 | <textFieldExpression><![CDATA[$V{ACRESCIMOS}]]></textFieldExpression> |
||
| 308 | </textField> |
||
| 309 | <staticText> |
||
| 310 | <reportElement uuid="c7129f1b-3655-410c-95fb-0e4bb0a94fdb" key="textField" positionType="Float" x="1" y="18" width="110" height="10"/> |
||
| 311 | <textElement markup="none"> |
||
| 312 | <font fontName="SansSerif" size="7" pdfFontName="Helvetica-Bold"/> |
||
| 313 | </textElement> |
||
| 314 | <text><![CDATA[QTDE TOTAL DE ITENS:]]></text> |
||
| 315 | </staticText> |
||
| 316 | <textField pattern="" isBlankWhenNull="false"> |
||
| 317 | <reportElement uuid="3ab24ac5-b9a8-4cfc-abc3-c7a8b84c9cc8" key="textField" positionType="Float" x="111" y="18" width="97" height="10"/> |
||
| 318 | <textElement textAlignment="Right" markup="none"> |
||
| 319 | <font fontName="SansSerif" size="7" pdfFontName="Helvetica-Bold"/> |
||
| 320 | </textElement> |
||
| 321 | <textFieldExpression><![CDATA[$F{nota.info.itens}.size()]]></textFieldExpression> |
||
| 322 | </textField> |
||
| 323 | <staticText> |
||
| 324 | <reportElement uuid="c9f98b94-3d4c-4dae-a139-6c97e1bb8c50" key="textField" positionType="Float" x="1" y="38" width="110" height="12"/> |
||
| 325 | <textElement markup="none"> |
||
| 326 | <font fontName="SansSerif" size="9" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 327 | </textElement> |
||
| 328 | <text><![CDATA[VALOR TOTAL (R$):]]></text> |
||
| 329 | </staticText> |
||
| 330 | <textField isBlankWhenNull="true"> |
||
| 331 | <reportElement uuid="de9b850c-64b2-40c2-a275-62b6ba4f44ae" key="textField" positionType="Float" x="1" y="28" width="110" height="10" isRemoveLineWhenBlank="true"> |
||
| 332 | <printWhenExpression><![CDATA[$V{ACRESCIMOS}.signum() != 0]]></printWhenExpression> |
||
| 333 | </reportElement> |
||
| 334 | <textElement markup="none"> |
||
| 335 | <font fontName="SansSerif" size="7" pdfFontName="Helvetica-Bold"/> |
||
| 336 | </textElement> |
||
| 337 | <textFieldExpression><![CDATA[$V{ACRESCIMOS}.signum() == 0 ? null : |
||
| 338 | $V{ACRESCIMOS}.signum() < 0 ? "DESCONTO:" : "ACRÉSCIMOS:"]]></textFieldExpression> |
||
| 339 | </textField> |
||
| 340 | <staticText> |
||
| 341 | <reportElement uuid="23700bda-ea5c-44bb-8d22-a7712a653434" key="textField" positionType="Float" x="1" y="50" width="110" height="12"/> |
||
| 342 | <textElement verticalAlignment="Middle" markup="none"> |
||
| 343 | <font fontName="SansSerif" size="7" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 344 | </textElement> |
||
| 345 | <text><![CDATA[FORMA DE PAGAMENTO]]></text> |
||
| 346 | </staticText> |
||
| 347 | <subreport> |
||
| 348 | <reportElement uuid="1027a0ad-c78a-4f6d-95ed-05989641e369" positionType="Float" x="1" y="1" width="207" height="13"/> |
||
| 349 | <dataSourceExpression><![CDATA[new JRBeanCollectionDataSource($F{nota.info.itens})]]></dataSourceExpression> |
||
| 350 | <subreportExpression><![CDATA[$P{SUBREL}]]></subreportExpression> |
||
| 351 | </subreport> |
||
| 352 | </band> |
||
| 353 | </detail> |
||
| 354 | <pageFooter> |
||
| 355 | <band height="197" splitType="Prevent"> |
||
| 356 | <staticText> |
||
| 357 | <reportElement uuid="ce22f796-aa76-41c5-a134-7d3b27e23e8e" key="textField" positionType="Float" x="1" y="2" width="207" height="10"/> |
||
| 358 | <textElement textAlignment="Center" verticalAlignment="Bottom" markup="none"> |
||
| 359 | <font fontName="SansSerif" size="7" isBold="true" pdfFontName="Helvetica-Bold"/> |
||
| 360 | </textElement> |
||
| 361 | <text><![CDATA[Consulta via leitor de QR Code]]></text> |
||
| 362 | </staticText> |
||
| 363 | <image scaleImage="RealSize" hAlign="Center" vAlign="Middle" onErrorType="Icon"> |
||
| 364 | <reportElement uuid="4e2dc02b-2c45-4b9b-80b2-1e8872c134d6" key="image" positionType="Float" x="62" y="12" width="88" height="88" isRemoveLineWhenBlank="true" isPrintWhenDetailOverflows="true"/> |
||
| 365 | <imageExpression><![CDATA[$P{QR_CODE}]]></imageExpression> |
||
| 366 | </image> |
||
| 367 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 368 | <reportElement uuid="deca74d1-703e-4aab-8af6-6844947960e6" positionType="Float" x="1" y="104" width="207" height="10" isRemoveLineWhenBlank="true"/> |
||
| 369 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 370 | <font size="7"/> |
||
| 371 | </textElement> |
||
| 372 | <textFieldExpression><![CDATA[$F{nota.info.informacoesAdicionais.informacoesComplementaresInteresseContribuinte}]]></textFieldExpression> |
||
| 373 | </textField> |
||
| 374 | <textField isStretchWithOverflow="true" isBlankWhenNull="true"> |
||
| 375 | <reportElement uuid="cf88b2f1-4a43-466b-9779-c2635dfac35f" positionType="Float" x="1" y="115" width="207" height="10" isRemoveLineWhenBlank="true"/> |
||
| 376 | <textElement textAlignment="Center" verticalAlignment="Middle"> |
||
| 377 | <font size="7"/> |
||
| 378 | </textElement> |
||
| 379 | <textFieldExpression><![CDATA[$P{INFORMACOES_COMPLEMENTARES}]]></textFieldExpression> |
||
| 380 | </textField> |
||
| 381 | <line> |
||
| 382 | <reportElement uuid="a0f557d0-284b-4c99-9ef0-a793b4fd37e8" key="line" positionType="Float" x="1" y="149" width="207" height="1" isRemoveLineWhenBlank="true"> |
||
| 383 | <printWhenExpression><![CDATA[$P{MOSTRAR_MSG_FINALIZACAO}]]></printWhenExpression> |
||
| 384 | </reportElement> |
||
| 385 | <graphicElement> |
||
| 386 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 387 | </graphicElement> |
||
| 388 | </line> |
||
| 389 | <line> |
||
| 390 | <reportElement uuid="076dcc6d-a216-4e26-bbb1-fd188e407719" key="line" positionType="Float" x="1" y="162" width="207" height="1" isRemoveLineWhenBlank="true"> |
||
| 391 | <printWhenExpression><![CDATA[$P{MOSTRAR_MSG_FINALIZACAO}]]></printWhenExpression> |
||
| 392 | </reportElement> |
||
| 393 | <graphicElement> |
||
| 394 | <pen lineWidth="1.0" lineStyle="Dotted"/> |
||
| 395 | </graphicElement> |
||
| 396 | </line> |
||
| 397 | <staticText> |
||
| 398 | <reportElement uuid="4158f4b1-7028-4466-a20b-8ecf2b2c9b4c" key="textField" positionType="Float" x="1" y="151" width="207" height="10" isRemoveLineWhenBlank="true"> |
||
| 399 | <printWhenExpression><![CDATA[$P{MOSTRAR_MSG_FINALIZACAO}]]></printWhenExpression> |
||
| 400 | </reportElement> |
||
| 401 | <textElement textAlignment="Center" verticalAlignment="Middle" markup="none"> |
||
| 402 | <font fontName="SansSerif" size="6" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 403 | </textElement> |
||
| 404 | <text><![CDATA[Fim da DANF-e]]></text> |
||
| 405 | </staticText> |
||
| 406 | <textField> |
||
| 407 | <reportElement uuid="c5502d27-b3a6-4eff-bdbd-4e278f9a981a" key="textField" positionType="Float" x="1" y="165" width="207" height="26" isRemoveLineWhenBlank="true"> |
||
| 408 | <printWhenExpression><![CDATA[$P{MOSTRAR_MSG_FINALIZACAO}]]></printWhenExpression> |
||
| 409 | </reportElement> |
||
| 410 | <textElement textAlignment="Center" verticalAlignment="Middle" markup="none"> |
||
| 411 | <font fontName="SansSerif" size="7" isBold="false" pdfFontName="Helvetica-Bold"/> |
||
| 412 | </textElement> |
||
| 413 | <textFieldExpression><![CDATA[".\n.\n."]]></textFieldExpression> |
||
| 414 | </textField> |
||
| 415 | </band> |
||
| 416 | </pageFooter> |
||
| 417 | </jasperReport> |