lib-cl-sii-python
lib-cl-sii-python copied to clipboard
Python library for Servicio de Impuestos Internos (SII) of Chile
The file `.git-blame-ignore-revs` contains a list of revisions that are not helpful when assigning blame, such as source code reformatting, Python `import` sorting, etc., so that `git blame` is able...
Hi, in this library is available any method for check a bussiness information by RUT?
Add new validators to `rtc.data_models` described in the document "Instructivo Técnico Registro Público Electrónico de Transferencia de Crédito" (retrieved on 2021-03-03) Source: [Instructivo Técnico Registro Público Electrónico de Transferencia de...
There are some utilities such as test factories, sample data, helpers, etc. that are not included in the library package because they are not needed for production deployments. However, they...
- The contents of the `schemas-xml` directory are separated into subdirectories, according to the sources used to build the set. The subdirectories are named considering the source used and the...
Even though it is assumed that a canonicalization algorithm is applied before performing the digital signature calculations of the XML, even if it is referenced in the `SignedInfo` element, it...
## Use Cases - Verification of SII AECs. ----- Ref: https://github.com/XML-Security/signxml/issues/59
Changelog: - `SiiTypes_v10.xsd` - Replaces CRLF line endings with LF. - `root`: A new simple type `Dec14_4-0Type` is added for non-negative decimals (admits 0) - `TipoTransCOMPRA`: The base type is...
Can a `RcRegistroDetalleEntry` of a (non-electronic) factura (``) have a blank (empty string) emisor razón social? Sentry Issue: [FD-CL-DATA-13E](https://sentry.io/organizations/fynpal-com/issues/2154511546/?referrer=github_integration) ``` ValueError: Value must not be empty. File "cl_sii/rcv/parse_csv.py", line 1175,...
Can a `RvDetalleEntry` of a (non-electronic) factura de exportación (``) have a blank (empty string) receptor razón social? Sentry Issue: [FD-CL-DATA-13F](https://sentry.io/organizations/fynpal-com/issues/2154719476/?referrer=github_integration) ``` ValueError: Value must not be empty. File "cl_sii/rcv/parse_csv.py",...