ofxstatement
ofxstatement copied to clipboard
Tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash or other personal finance applications.
Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.971. Commits 1f08cf4 Update version to 0.971 61c0064 Add back workaround to avoid confusing mypy.types and types in pyinfo (#13176) d8d900c Update version to 0.971+dev...
See https://github.com/kedder/ofxstatement/releases 0.8.0 is not listed here, but is when clicking on "tags"
Hi Here is my contribution to your code, its working good on powersystems. Thanks for the code, its working good. ## What do these changes do? Added Architecture "ppc64le" ##...
If this can be useful i added the (optional) capability to download statements directly from bank site in plugins. All work is done by the plugin overriding "Downloader" class. -Added...
The OFX 2.2 specifications on page 87 mention this: • is the date and time that, if used by the client as the next requested , it would pick up...
See also #102 . The code in ofx.py: self.buildDateTime("DTASOF", self.statement.end_date, False) Another discussion on [GitHub](https://github.com/odoo/odoo/issues/3003) mentions this: > In fact, after doing more tests with OFX files, it seems to...
Hi, i am working on a paypal plugin, which supports multiple currencies. in order to do this, I would like to generate multiple OFX files for each currency that is...
`CsvStatementParser.__init__()` takes a `fin` Parameter that is later used by `csv.reader` . In theory `fin` could be any iterable but in practice it will most likely be a file object...
Hello, I noticed @andrewshadura ended up pulling that patch I wrote last year, which is really cool, thank you. The reason why I didn't submit my patch back then was...
ISO20022, being a standard, is often the only format accepted by accounting software. Being able to generate ISO20022 would be a huge benefit, making it possible to use ofxstatement to...