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
| from erppeek import Client | |
| import sys | |
| import base64 | |
| from subprocess import call | |
| import time | |
| #report = 'giscedata.facturacio.factura' | |
| #ids = [1513047, 1513049, 1513057, 1513042] | |
| #ids = [1513042] | |
| report = 'account.general.ledger.cumulative' |
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
| # coding: utf-8 | |
| import random | |
| cups_checksum_table = 'TRWAGMYFPDXBNJZSQVHLCKE' | |
| cups_name_length = 12 | |
| def gen_checksum(cupsname): | |
| """Calcula el checksum d'un CUPS.""" |
NewerOlder