Skip to content

Commit 3f3c3c2

Browse files
Ajustes Impressao
1 parent 3f0c775 commit 3f3c3c2

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.49/jar)
1+
# Java-NFe [![MIT License](https://img.shields.io/github/license/Samuel-Oliveira/Java_NFe.svg) ](https://github.com/Samuel-Oliveira/Java_NFe/blob/master/LICENSE) [![Maven Central](https://img.shields.io/maven-central/v/br.com.swconsultoria/java-nfe.svg?label=Maven%20Central)](https://search.maven.org/artifact/br.com.swconsultoria/java-nfe/4.00.50/jar)
22
Biblioteca Java para consumo do WebService de NFe/NFCe
33

44
### Powered by
@@ -22,7 +22,7 @@ Para Iniciar :
2222
<dependency>
2323
<groupId>br.com.swconsultoria</groupId>
2424
<artifactId>java-nfe</artifactId>
25-
<version>4.00.49</version>
25+
<version>4.00.50</version>
2626
</dependency>
2727
```
2828

@@ -34,7 +34,7 @@ repositories {
3434
}
3535
}
3636
dependencies {
37-
implementation "br.com.swconsultoria:java-nfe:4.00.49"
37+
implementation "br.com.swconsultoria:java-nfe:4.00.50"
3838
}
3939
```
4040

@@ -44,6 +44,9 @@ ________________________________________________________________________________
4444

4545
# Historico de Versões
4646

47+
## v4.00.50 - 16/02/2026 - Schemas PL.010b (v1.30)
48+
- Ajustes Impressao Danfe
49+
4750
## v4.00.49 - 18/01/2026 - Schemas PL.010b (v1.30)
4851
- Corrigido monofasia retida Anteriormente.
4952
- Adicionado calculos IBSCBS para Diferimento

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>br.com.swconsultoria</groupId>
55
<artifactId>java-nfe</artifactId>
6-
<version>4.00.49</version>
6+
<version>4.00.50</version>
77
<name>Java_NFe</name>
88
<description>Api java para consumo do webService de nota fiscal eletronica</description>
99
<url>https://github.com/Samuel-Oliveira/Java_NFe</url>

src/main/java/br/com/swconsultoria/nfe/dom/ConfiguracoesNfe.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ public static ConfiguracoesNfe criarConfiguracoes(EstadosEnum estado, AmbienteEn
109109

110110
log.info(String.format("JAVA-NFE | Samuel Oliveira | samuel@swconsultoria.com.br " +
111111
"| VERSAO=%s | DATA_VERSAO=%s | PASTA_SCHEMAS=%s | AMBIENTE=%s | ESTADO=%s",
112-
"4.00.49",
113-
"18/01/2026",
112+
"4.00.50",
113+
"16/02/2026",
114114
pastaSchemas,
115115
ambiente,
116116
estado.getNome().toUpperCase()));

src/test/java/br/com/swconsultoria/nfe/exemplos/EventoGenericoTeste.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static void main(String[] args) {
4444
detEvento.setDescEvento("Informação de efetivo pagamento integral para liberar crédito presumido do adquirente");
4545
detEvento.setCOrgaoAutor(config.getEstado().getCodigoUF());
4646
detEvento.setTpAutor("1");
47-
detEvento.setVerAplic("v4.00.49");
47+
detEvento.setVerAplic("v4.00.50");
4848
detEvento.setIndQuitacao("1");
4949
generico.setDetEvento(detEvento);
5050

0 commit comments

Comments
 (0)