https://github.com/marquesrf/nfe-go-parser
NFe GO Parser
https://github.com/marquesrf/nfe-go-parser
Last synced: over 1 year ago
JSON representation
NFe GO Parser
- Host: GitHub
- URL: https://github.com/marquesrf/nfe-go-parser
- Owner: marquesrf
- Created: 2024-02-02T15:11:52.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T15:12:32.000Z (over 2 years ago)
- Last Synced: 2025-01-21T04:13:35.970Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NFe (xml format) parser
## This application's goal is to read an NFe (Brazilian digital receipt for online purchased items or services) in xml format and display a sumary with the most important information, such as vendor company name, items(name, quantity, value), taxes, and the total value of the purchase.
**Notice**: this is a WIP (work in progress). Right now, the application expects that a file named NFE.xml is present in its directory to be able to run.
### TODO
- [ ] Check for the presence of any XML file;
- [ ] Receive a XML file to be read as parameter;
- [ ] Read a given directory (as parameter) and read through all xml files;
- [ ] Better print of the samary;
- [ ] Save sumary into a database;