Sefazp
Transforma arquivos xml de MDFe, CTe e NFe em um Hash.
Installation
Add this line to your application's Gemfile:
gem 'sefazp'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sefazp
Usage
- Sefazp.parse_mdfe(xml_content)
- Sefazp.parse_cte(xml_content)
- Sefazp.parse_nfe(xml_content)
Contributing
- Fork it ( https://github.com/alexeitsb/sefazp/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request