Skip to content

Commit

Permalink
- Finalizado Versão 4.00.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel-Oliveira committed Mar 12, 2018
1 parent f112017 commit 978d169
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Projeto Para implementação do Java-Nfe Utilizando JAXB.
## Gostou do Projeto? Dê sua colaboração: [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TX9K693QQYA6W)

Para Iniciar :
- Baixe o java-nfe-4.00.3b.jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.3b.jar) e o adicione às bibliotecas de Seu Projeto.
- Baixe o java-nfe-4.00.3.jar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/java-nfe-4.00.3.jar) e o adicione às bibliotecas de Seu Projeto.
- Baixe o Schemas.rar (https://github.com/Samuel-Oliveira/Java_NFe/raw/master/Schemas.rar) e extraia na sua Máquina.

- Maven :
Expand All @@ -17,7 +17,7 @@ Para Iniciar :
<dependency>
<groupId>br.com.samuelweb</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.3b</version>
<version>4.00.3</version>
</dependency>
```

Expand All @@ -27,7 +27,7 @@ ________________________________________________________________________________

# Historico de Versões

## v4.00.3 -
## v4.00.3 - 12-03-2018
- Adicionado Conversão de TRetEnviNFe para XML.
- Adicionado Consumo Indevido ao StatusEnum.
- Corrigido Erro de Inicialização de Certificado nos Eventos
Expand Down
Binary file renamed java-nfe-4.00.3b.jar → java-nfe-4.00.3.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>br.com.samuelweb</groupId>
<artifactId>java-nfe</artifactId>
<version>4.00.3b</version>
<version>4.00.3</version>
<name>Java_NFe</name>

<!-- Repositorios SVN Autocom -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private ConfiguracoesIniciaisNfe(Estados estado, String ambiente, Certificado ce

public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, String ambiente, Certificado certificado, String pastaSchemas) {
new ConfiguracoesIniciaisNfe(estado, ambiente, certificado, pastaSchemas);
System.out.println("Api Java Nfe Versão 4.00.3a - Samuel Olivera - [email protected]");
System.out.println("Api Java Nfe Versão 4.00.3 - Samuel Olivera - [email protected]");
System.out.println("Certificado: " + certificado.getTipo().toUpperCase() + " - " + certificado.getNome().toUpperCase() + " - Vencimento: " + certificado.getVencimento());
System.out.println("Ambiente: " + (ambiente.equals("1") ? "Produção" : "Homologação") + " - Estado: " + estado.getNome());
return instance;
Expand All @@ -56,7 +56,7 @@ public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, Strin
public static ConfiguracoesIniciaisNfe iniciaConfiguracoes(Estados estado, String ambiente, Certificado certificado, String pastaSchemas, Boolean log) {
new ConfiguracoesIniciaisNfe(estado, ambiente, certificado, pastaSchemas);
if (log) {
System.out.println("Api Java Nfe Versão 4.00.3a - Samuel Olivera - [email protected]");
System.out.println("Api Java Nfe Versão 4.00.3 - Samuel Olivera - [email protected]");
System.out.println("Certificado: " + certificado.getTipo().toUpperCase() + " - " + certificado.getNome().toUpperCase() + " - Vencimento: " + certificado.getVencimento());
System.out.println("Ambiente: " + (ambiente.equals("1") ? "Produção" : "Homologação") + " - Estado: " + estado.getNome());
}
Expand Down
Binary file modified src/main/resources/Cacert
Binary file not shown.

0 comments on commit 978d169

Please sign in to comment.