-
Notifications
You must be signed in to change notification settings - Fork 12
Release v0.2.0 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
glarrain
commented
Apr 5, 2019
- (PR data.ref: add XML schemas of "factura electrónica" #6, 2019-04-04) data.ref: add XML schemas of "factura electrónica"
- (PR extras: add 'RutField' for Django models, DRF and MM #5, 2019-04-04) extras: add 'RutField' for Django models, DRF and MM
- (PR Config CircleCI #4, 2019-04-04) Config CircleCI
Config CircleCI
"A high-level Python Web framework that encourages rapid development and clean, pragmatic design." https://www.djangoproject.com https://github.com/django/django
"Web APIs for Django, made easy." https://www.django-rest-framework.org https://github.com/encode/django-rest-framework
"[..] an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes." https://marshmallow.readthedocs.io/ https://github.com/marshmallow-code/marshmallow
A separate field class for: - Django model. - DRF (Django REST Framework) serializer. - MM (marshmallow) schema. Some tests have not been implemented.
extras: add 'RutField' for Django models, DRF and MM
Official schemas of entities related to these domain concepts: - DTE (Documento Tributario Electrónico) - IECV (Información Electrónica de Libros de Compra y Venta) - LCE (Libros Contables Electrónicos) Includes a README file per schema set. All the files have been preserved as they were; schemas are in their original text encoding (ISO-8859-1) and have not been modified in the slightest way. Include the XML schema (`.xsd`) files in the distribution packages (source and wheel). Sources (2018-11-28): http://www.sii.cl/factura_electronica/schema_dte.zip http://www.sii.cl/factura_electronica/schema_iecv.zip
Update schemas from an unofficial source since the files available on SII's website are outdated with respect to the regulations (and even to the documentation PDFs published alongside). Source: repository/project "LibreDTE" at https://github.com/LibreDTE/libredte-lib Specific source per file: - 'schema_dte/DTE_v10.xsd': https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/DTE_v10.xsd - 'schema_dte/EnvioDTE_v10.xsd': https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/EnvioDTE_v10.xsd - 'schema_dte/SiiTypes_v10.xsd': https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/SiiTypes_v10.xsd - 'schema_iecv/LceCal_v10.xsd' https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/LceCal_v10.xsd - 'schema_iecv/LceCoCertif_v10.xsd' https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/LceCoCertif_v10.xsd - 'schema_iecv/LceSiiTypes_v10.xsd' https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/LceSiiTypes_v10.xsd - 'schema_iecv/LibroCV_v10.xsd' https://github.com/LibreDTE/libredte-lib/blob/c12f8845/schemas/LibroCV_v10.xsd
…ctura-electronica data.ref: add XML schemas of "factura electrónica"
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
=========================================
Coverage ? 73.46%
=========================================
Files ? 5
Lines ? 147
Branches ? 14
=========================================
Hits ? 108
Misses ? 39
Partials ? 0
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.