Skip to content

Commit

Permalink
Add xsender readme (project-openubl#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Dec 22, 2023
1 parent 8c45fb1 commit dcc59b3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
29 changes: 3 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,10 @@

[![Project Chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg?style=for-the-badge&logo=zulip)](https://projectopenubl.zulipchat.com/)

# XBuilder
# XBuilder y XSender

Librería Java para crear XMLs basados en UBL y los estándares de la SUNAT respecto a la facturación electrónica.

XBuilder esta diseñado para que puedas crear XMLs fácilmente.

- Crea XMLs sin que necesites conocer nada sobre manejo de archivos XMLs.
- Hace cálculos internos por ti.
- Requiere solamente datos mínimos.

## ¿Qué puedes hacer con XBuilder?

- Crear XMLs
- Firmar XMLs

## Getting started

- [Documentación](https://project-openubl.github.io)
- [Discusiones](https://github.com/project-openubl/xbuilder/discussions)

## Developers

### Update snapshots

```shell
mvn clean test -Dxbuilder.snapshot.update
```
- Crea XML basados en SUNAT y UBL
- Envia los XMLs a la SUNAT usando SOAP y REST

### Create Pull Requests

Expand Down
4 changes: 4 additions & 0 deletions xsender/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# XSender

Send files to SUNAT through SOAP or REST

0 comments on commit dcc59b3

Please sign in to comment.