#English
Maintenance system for folios authorization codes (CAF) files for Chilean Electronic Tax Documents (DTEs)
We follow these guidelines and advice:
- Fork this project.
- Create your feature branch:
git checkout -b my-enhancements-or-features
- Commit your changes:
git commit -am 'Add my own enhacements or features'
- Push to the branch:
git push origin my-enhancements-or-features
- Submit a pull request to us (y)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
#Spanish
Sistema para mantenimiento de archivos de códigos de autorización de folios (CAF) para Documentos Tributarios Electrónicos (DTEs) de Chile
Se basa en el siguiente link del SII:
http://www.sii.cl/factura_electronica/formato_xml.htm
Bajar schema XML de Archivo de Consumo de Folios Bajar descripción del formato del Archivo de Consumo de Folios
Documentos Tributarios Electrónicos:
Bajar schema XML de Documentos Tributarios Electrónicos (Incluye Documentos de exportación) Bajar diagrama de schema XML de Documentos Tributarios Electrónicos Ejemplo XML de Documentos Tributarios Electrónicos
Boletas Electrónicas
Bajar schema XML de Boletas Electrónicas Bajar diagrama de schema XML de Boletas Electrónicas Bajar descripción del formato de Boletas Electrónicas
Libro de Guías de Despacho Electrónicas: Bajar Schema XML de Libro de Guías de Despacho Electrónicas Bajar Diagrama de Schema XML de Libro de Guías de Despacho Electrónicas
Intercambio entre Contribuyentes:
Bajar schema XML de Intercambio entre Contribuyentes Bajar diagrama de schema XML de Intercambio entre Contribuyentes Bajar descripción del formato de Intercambio entre Contribuyentes
Recibo de las Mercaderías o Servicios prestados, según Ley 19.983:
Bajar schema XML de Recibo ley 19.983 Bajar diagrama de schema XML de Recibo ley 19.983 Bajar descripción del formato del 19.983
Respuesta SII a Envíos Automáticos:
Bajar schema XML de Respuesta SII a Envíos Automáticos Bajar diagrama de schema XML de Respuesta SII a Envíos Automáticos
Bajar schema Respuesta SII a Envíos Automáticos de Libros Bajar diagrama de schema de Respuesta SII a Envíos Automáticos de Libros
Los módulos de libros de compras y ventas, son dependientes de account_vat_ledger, puesto que son módulos que heredan de ellos y agregan una pestaña para lograr la funcionalidad buscada.
account_vat_ledger_iecv
-----------------------
Información Electrónica de Compras y Ventas:
Bajar schema XML de Información Electrónica de Compras y Ventas
Bajar diagrama de schema XML de Información Electrónica de Compras y Ventas
account_vat_ledger_be
---------------------
Libro de Boletas Electrónicas
Bajar schema XML de Libro de Boletas Electrónicas
Bajar diagrama de schema XML de Libro Boletas Electrónicas
Bajar descripción del formato del Libro de Boletas Electrónicas
Archivo de Consumo de Folios
Seguimos estas lineas básicas y recomendaciones:
- Haga un
Fork
de este proyecto. - Cree su propia rama con características:
git checkout -b mis-mejoras-o-caracteristicas
- Haga
Commit
de sus cambios:git commit -am 'Agrego mis propias mejoras o características'
- Haga
Push
a su rama:git push origin mis-mejoras-o-caracteristicas
- Envíenos un
pull request
para que incorporemos sus mejoras al proyecto principal
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.