Skip to content

Commit

Permalink
Merge pull request jean-merelis#27 from jean-merelis/next-iter
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
jean-merelis authored Nov 5, 2017
2 parents 4de81c4 + 0a258bc commit 9c3699d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,35 @@ coffeepot-br-sped-fiscal
Project to be used in Brazil to write file in accordance to local regulations.

Este projeto é um mapeamento de classes Java para formatação e gravação do arquivo texto no layout definido para o SPED Fiscal.
O projeto também possui um componente de leitura dos arquivos.

Para manter uma relação com a documentação oficial do Sped e facilitar o entendimento dos campos, os nomes dos campos seguem a mesma nomeclatura que está no layout técnico do Sped, mas sem a utilização do underline, usando a notação camelCase.
Para manter uma relação com a documentação oficial do SPED e facilitar o entendimento dos campos, os nomes dos campos seguem a mesma nomeclatura que está no layout técnico do Sped, mas sem a utilização do underline, usando a notação camelCase.

Projeto baseado em Maven. Utilizando JDK 1.7
Requer JDK 1.8

Documentação técnica e layout:
http://sped.rfb.gov.br/estatico/55/84F292AA956E838ED01DB91A8D4C6ECD9E53C8/GUIA%20PR%C3%81TICO%20DA%20EFD%20-%20Vers%C3%A3o%202.0.20.pdf

Dependência: coffeepot-bean-wr -
https://github.com/jean-merelis/coffeepot-bean-wr

Download from Maven central
##Maven central

```xml
<dependency>
<groupId>com.github.jean-merelis</groupId>
<artifactId>coffeepot-br-sped-fiscal</artifactId>
<version>1.0.0-Beta.8</version>
<version>1.0.0-Beta.9</version>
</dependency>
```

##BREAKING CHANGES

A partir da versão 1.0.0-Beta.9 o projeto passa a utilizar a nova API de datas do Java 8.


##Exemplos

Exemplo escrevendo registro a registro no arquivo:
```java
//Criando o escritor do Sped Fiscal
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.github.jean-merelis</groupId>
<artifactId>coffeepot-br-sped-fiscal</artifactId>
<version>1.0.0-Beta.9</version>
<version>1.0.0-Beta.10</version>
<packaging>jar</packaging>
<description>
Project to be used in Brazil to write file in accordance to local regulations.
Expand Down

0 comments on commit 9c3699d

Please sign in to comment.