sped-extractor icon indicating copy to clipboard operation
sped-extractor copied to clipboard

SPED (Sistema Público de Escrituração Digital) no Odoo ERP (ECD, ECF, EFD ICMS IPI, EFD PIS COFINS)

Results 5 sped-extractor issues
Sort by recently updated
recently updated
newest added

ECD 3 registers with no field catched by camelot : ['0035', 'I550', 'I555'] EFD_ICMS_IPI Could not define if field COD_ANT_ITEM is required in register 0200 ECF !\ 1 registers with...

Packaging SPED the csv into the Python egg is convenient to allow people to download/read the SPED csv files online, along with the extractor project, with the CSV version matching...

Separate `extract_registers_spec()` and `extract_fields_spec()` from **generate.py** in a new file to be launched separately and return intermediary CSV files.

``` rvalyi@rvalyi-laptop:~/DEV/l10n_br_spec_sped/l10n_br_spec_sped/scripts$ ./extract_csv.py extracting tables from pdf for module ecd (232 pages)... WARNING! It can take a while (easily 20 minutes) extracting pages 0 to 10... Traceback (most recent call...

Use to multiprocessing extract each pdf on a different process (then likely a different processor): https://docs.python.org/2/library/multiprocessing.html

enhancement