Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project-openubl/ublhub
Facturacion electronica Peru - Crea y envía XMLs a la SUNAT
https://github.com/project-openubl/ublhub
invoice java openubl peru quarkus sunar ubl xml
Last synced: about 5 hours ago
JSON representation
Facturacion electronica Peru - Crea y envía XMLs a la SUNAT
- Host: GitHub
- URL: https://github.com/project-openubl/ublhub
- Owner: project-openubl
- License: apache-2.0
- Created: 2020-04-01T16:03:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T04:57:24.000Z (4 months ago)
- Last Synced: 2024-11-16T17:16:31.542Z (3 months ago)
- Topics: invoice, java, openubl, peru, quarkus, sunar, ubl, xml
- Language: TypeScript
- Homepage: https://project-openubl.github.io/
- Size: 14.2 MB
- Stars: 15
- Watchers: 2
- Forks: 13
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## dev-env
Starting:
```shell
docker-compose -f openubl/deploy/compose/compose.yaml up
``````shell
RUST_LOG=info cargo watch -x 'run -p openubl-cli -- server --db-user user --db-password password --oidc-auth-server-url http://localhost:9001/realms/openubl minio --storage-minio-host http://localhost:9002 --storage-minio-access-key admin --storage-minio-secret-key password'
```