https://github.com/project-openubl/xhandler-rust
Administra XMLs basados en UBL y los estándares de la SUNAT respecto a la facturación electrónica.
https://github.com/project-openubl/xhandler-rust
peru sunat ubl xml
Last synced: 14 days ago
JSON representation
Administra XMLs basados en UBL y los estándares de la SUNAT respecto a la facturación electrónica.
- Host: GitHub
- URL: https://github.com/project-openubl/xhandler-rust
- Owner: project-openubl
- License: apache-2.0
- Created: 2020-05-01T14:24:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T08:46:25.000Z (about 2 months ago)
- Last Synced: 2025-03-31T12:58:06.669Z (about 2 months ago)
- Topics: peru, sunat, ubl, xml
- Language: Rust
- Homepage: https://project-openubl.github.io/
- Size: 4.82 MB
- Stars: 19
- Watchers: 2
- Forks: 14
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://projectopenubl.zulipchat.com/)
## Libraries
XMLs basados en UBL y SUNAT
- [x] Crear
- [x] Firmar
- [x] Enviar## Server
```shell
cargo run --bin server
```- The server is running at http://localhost:8080
- You can see Swagger UI at http://localhost:8080/swagger-ui## Server UI
```shell
npm run dev --prefix server/ui
```- The UI running at http://localhost:3000
## License
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)