se actualiza README.md

FossilOrigin-Name: 3272eda3f1aa353f255c0a639698bcdd3ced3cd5a21891fd156fbba41e895620
This commit is contained in:
bit4bit@riseup.net 2020-09-27 17:01:38 +00:00
parent e369ad2069
commit 27921ea73d
2 changed files with 16 additions and 3 deletions

View File

@ -12,10 +12,22 @@ $ pip install git+https://git.disroot.org/Etrivial/facho
al instalar el paquete se genera el comando *facho* al instalar el paquete se genera el comando *facho*
## COMMANDO: generate-invoice
genera factura xml desde archiv .py ver *examples/generate-invoice-invoice.py*.
## COMENTARIOS ## COMENTARIOS
* http://facturasyrespuestas.com/2342/error-al-enviar-set-de-pruebas-usando-sendtestsetasync * http://facturasyrespuestas.com/2342/error-al-enviar-set-de-pruebas-usando-sendtestsetasync
# CÓMO CONTRIBUIR?
## INSTALAR USANDO python develop
este enlaza el ejecutable **facho** en lugar de copiarlo.
## CUMPLIR ANEXO TECNICO
el archivo **docs/DIAN/Anexo_Tecnico_Factura_Electronica_Vr1_7_2020.pdf** describe la implementación de la
facturación, la libreria **facho.py** permite crear elementos xml usando XPath-Like con el proposito
de facilitar la relación entre el anexo y la implementación.
* facho/form.py: generación de Invoice XML.
* facho/fe.py: extensiones XML, ejemplo CUFE, Firma, etc..

View File

@ -7,6 +7,7 @@ tox==3.5.2
coverage==4.5.1 coverage==4.5.1
Sphinx==1.8.1 Sphinx==1.8.1
twine==1.12.1 twine==1.12.1
xmlsec==1.3.8
pytest==3.8.2 pytest==3.8.2
pytest-runner==4.2 pytest-runner==4.2