Skip to content

Conversation

@glarrain
Copy link
Contributor

Includes function parse_rcv_venta_csv_file.

Tests have not been implemented.

Includes function `parse_rcv_venta_csv_file`.

Tests have not been implemented.
@codecov-io
Copy link

Codecov Report

Merging #52 into develop will decrease coverage by 2.74%.
The diff coverage is 44.64%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #52      +/-   ##
===========================================
- Coverage    67.97%   65.23%   -2.75%     
===========================================
  Files           18       19       +1     
  Lines          840      952     +112     
  Branches       120      132      +12     
===========================================
+ Hits           571      621      +50     
- Misses         223      285      +62     
  Partials        46       46
Impacted Files Coverage Δ
cl_sii/rcv/parse_csv.py 44.64% <44.64%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 05fcede...c4fbfc1. Read the comment docs.

@glarrain glarrain merged commit 00a775f into develop May 25, 2019
@glarrain glarrain deleted the feature/rcv/add-parse_csv branch May 25, 2019 00:18
@glarrain glarrain mentioned this pull request May 25, 2019
glarrain added a commit that referenced this pull request May 31, 2019
For parsing all the existing alternatives of an RCV CSV file
for "Compra" (purchase), add these functions and their
corresponding schemas:

- `parse_rcv_compra_registro_csv_file`: "Registro"

- `parse_rcv_compra_no_incluir_csv_file`: "No incluir"

- `parse_rcv_compra_reclamado_csv_file`: "Reclamado"

- `parse_rcv_compra_pendiente_csv_file`: "Pendiente"

The implementations are very similar to `parse_rcv_venta_csv_file`
(added in PR #52, commit c4fbfc1) and its interface is very
different to the old `process_rcv_csv_file` (among other things,
instead of calling a given handler on each row it yields the row),
which will be removed.
glarrain added a commit that referenced this pull request May 31, 2019
For parsing all the existing alternatives of an RCV CSV file
for "Compra" (purchase), add these functions and their
corresponding schemas:

- `parse_rcv_compra_registro_csv_file`: "Registro"
- `parse_rcv_compra_no_incluir_csv_file`: "No incluir"
- `parse_rcv_compra_reclamado_csv_file`: "Reclamado"
- `parse_rcv_compra_pendiente_csv_file`: "Pendiente"

The implementations are very similar to `parse_rcv_venta_csv_file`
(added in PR #52, commit c4fbfc1) and its interface is very
different to the old `process_rcv_csv_file` (among other things,
instead of calling a given handler on each row it yields the row),
which will be removed.

Tests have not been implemented.
@jtrobles-cdd jtrobles-cdd added enhancement New feature or request and removed feature labels Feb 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: rcv enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants