python-ach
python-ach copied to clipboard
ACH file generator module for python
required for odoo-14 modules Virtual environment: python 3.8 Error: UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 242: character maps to
Installing with pip on windows fails with `UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d` Specifying `encoding='utf-8'` fixes this problem
Hi Travis, Can you give any advice on parsing the responses? I have some other questions for you, would you mind pinging me at [email protected]. Awesome we're both from Portland,...
In parser.py BATCH_CONTROL_DEF, there are two fields named orig_dfi_id. This looks like a mistake and the second one should be batch_id. Additionally, in FILE_HEADER_DEF, fields im_dest_name and im_orgn_name both have...
The logic in `validate_alpha_numeric_field()`(https://github.com/travishathaway/python-ach/blob/master/ach/data_types.py#L57) produces incorrect and unexpected results. First of all, when the method encounters a non-word character (`\W`), it stops parsing the string. This means that the string...
python-ach doesn't make any logs. This can make it hard to debug errors while developing, and to track down unexpected changes in production. Would you accept PRs to gradually add...
When I try to install python-ach module in a docker image, I get this error. ``` Running setup.py (path:/tmp/pip_build_root/ach/setup.py) egg_info for package ach Traceback (most recent call last): File "",...
Unique transaciton ID is required to automatically track individual payments and as such should be supported by the NACHA builder.