Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonardiwagner/nfeeletronica.net
E-invoicing issuer (NFe Eletrônica)
https://github.com/leonardiwagner/nfeeletronica.net
Last synced: 9 days ago
JSON representation
E-invoicing issuer (NFe Eletrônica)
- Host: GitHub
- URL: https://github.com/leonardiwagner/nfeeletronica.net
- Owner: leonardiwagner
- License: apache-2.0
- Created: 2013-10-01T01:27:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-17T19:54:21.000Z (about 9 years ago)
- Last Synced: 2024-10-31T23:51:35.748Z (16 days ago)
- Language: C#
- Homepage:
- Size: 2.35 MB
- Stars: 44
- Watchers: 11
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NFeEletronica.NET
E-invoicing issuer for the Brazilian government / Emissor de nota fiscal eletrônicaThis project is intended for use only in Brazil, so project is all written in Portuguese, but feel free to ask questions in english too.
### Como Usar?
1. Adicione via NuGet o pacote [NFeEletronica](https://www.nuget.org/packages/NFeEletronica/) no seu projeto.
- `PM> Install-Package NFeEletronica` no Package Manager Console
- Ou procure por "NFeEletronica" no gerenciador de pacotes do NuGet e instale!
2. Veja os [exemplos de uso](https://github.com/leonardiwagner/WallegNFe/wiki) do WallegNFe:
- [Criando uma nota fiscal e (opcionalmente) salvando em XML](https://github.com/leonardiwagner/WallegNFe/wiki/Criando-uma-nota-fiscal-eletr%C3%B4nica-e-salvando-em-XML)
- [Transmitindo uma nota fiscal para a SEFAZ](https://github.com/leonardiwagner/WallegNFe/wiki/Transmitindo-uma-nota-para-a-SEFAZ)
- [Cancelando uma nota fiscal](https://github.com/leonardiwagner/WallegNFe/wiki/Cancelando-uma-nota)
- [Inutilização de notas fiscais](https://github.com/leonardiwagner/WallegNFe/wiki/Inutilizando-notas)
### Esse projeto te ajudou?
Espero que sim, então de uma estrelinha no projeto para sinalizar que ele pode ser útil para outras pessoas também.Ao contrário da maioria das bibliotecas de NFe para .NET, esse é de graça e tem o código totalmente aberto para servir de uso para seu projeto também. Fiz ele utilizando meu tempo livre e não recebi nada por isso, então peço que caso tenha alguma dúvida ou sugestão, favor reportar via [issues do projeto](https://github.com/leonardiwagner/NFeEletronica.NET/issues) ao invés de me procurar por e-mail, obrigado! Pull requests também serão bem vindos.