From 14951fcb8d3784a7db1de40ed06e453a2586570a Mon Sep 17 00:00:00 2001 From: "bit4bit@riseup.net" Date: Tue, 27 Oct 2020 02:11:40 +0000 Subject: [PATCH] actualiza documentacion FossilOrigin-Name: e5677a0ec31e255584d1ca6ef8f5f7343ce6e0f0a6aa68cb760284aebcc2261f --- CONTRIBUTING.rst | 10 ++++++++++ README.md | 31 ------------------------------- README.rst | 21 +++++++++++++++++++++ 3 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 README.md diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index eb4350b..2190357 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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.. diff --git a/README.md b/README.md deleted file mode 100644 index 325ffd1..0000000 --- a/README.md +++ /dev/null @@ -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.. diff --git a/README.rst b/README.rst index bfcd128..187d0f7 100644 --- a/README.rst +++ b/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 =================