actualiza documentacion
FossilOrigin-Name: e5677a0ec31e255584d1ca6ef8f5f7343ce6e0f0a6aa68cb760284aebcc2261f
This commit is contained in:
parent
10f703087c
commit
14951fcb8d
@ -127,3 +127,13 @@ $ git push
|
||||
$ git push --tags
|
||||
|
||||
Travis will then deploy to PyPI if tests pass.
|
||||
|
||||
|
||||
DIAN
|
||||
----
|
||||
|
||||
El archivo **docs/DIAN/Anexo_Tecnico_Factura_Electronica_Vr1_7_2020.pdf** describe la facturación.
|
||||
|
||||
La libreria **facho/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..
|
||||
|
31
README.md
31
README.md
@ -1,31 +0,0 @@
|
||||
# facho
|
||||
|
||||
libreria facturacion electronica colombia
|
||||
|
||||
# INSTALACION
|
||||
|
||||
~~~bash
|
||||
$ pip install git+https://git.disroot.org/Etrivial/facho
|
||||
~~~
|
||||
|
||||
# LINEA COMANDOS
|
||||
|
||||
al instalar el paquete se genera el comando *facho*
|
||||
|
||||
|
||||
## COMENTARIOS
|
||||
|
||||
* http://facturasyrespuestas.com/2342/error-al-enviar-set-de-pruebas-usando-sendtestsetasync
|
||||
|
||||
# CÓMO CONTRIBUIR?
|
||||
|
||||
ver **CONTRIBUTING.rst**
|
||||
|
||||
## 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..
|
21
README.rst
21
README.rst
@ -2,6 +2,8 @@
|
||||
facho
|
||||
=====
|
||||
|
||||
!!INESTABLE NO RECOMENDAMOS USO PARA PRODUCION!!
|
||||
|
||||
Libreria para facturacion electronica colombia.
|
||||
|
||||
- facho/facho.py: abstracion para manipulacion del XML
|
||||
@ -11,6 +13,25 @@ Libreria para facturacion electronica colombia.
|
||||
- facho/fe/client/dian.py(DianClient): cliente para consultas sincronicas a API de DIAN
|
||||
|
||||
|
||||
INSTALACION
|
||||
===========
|
||||
|
||||
|
||||
usando pip::
|
||||
|
||||
pip install git+https://git.disroot.org/Etrivial/facho
|
||||
|
||||
CLI
|
||||
===
|
||||
|
||||
tambien se provee linea de comandos **facho** para firmado y envio de documentos::
|
||||
facho --help
|
||||
|
||||
CONTRIBUIR
|
||||
==========
|
||||
|
||||
ver **CONTRIBUTING.rst**
|
||||
|
||||
DIAN HABILITACION
|
||||
=================
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user