ofxstatement is a tool to convert proprietary bank statement to OFX format, suitable for importing to GnuCash, HomeBank or any other standard-friendly accounting sofware.
ofxstatement-it-banks provides some italian banks plugins for ofxstatement.
Supported banks:
Widiba (https://www.widiba.it) plugin ‘widiba’
WeBank (https://www.webank.it) plugin ‘webank’
Most of the code was taken from projects ofxstatement-fineco and ofxstatement-intesasp.
Installation
You can install the plugin as usual from pip or directly from the downloaded git
pip
pip3 install --user ofxstatement-it-banks
setup.py
python3 setup.py install --user
Configuration
To edit the config file run this command
$ ofxstatement edit-config
for example:
[widiba] bank_id = Widiba causale2name = True plugin = widiba [webank] bank_id = Webank account_id = 00000 - 0000000000 plugin = webank
Save and exit the text editor
configuration parameters
widiba
- bank
Bank id (default is ‘Widiba’)
- currency
Currency (default is ‘EUR’)
- account_type
Account type (default is ‘CHECKING’)
- info2name
If set to True copy content of column CAUSALE in xlsx file to <NAME> field in ofx file. Useful if ofx file is imported in HomeBank, to populate ‘info’ field.
- info2memo
If set to True concat content of column CAUSALE in xlsx file at the end of the <MEMO> field in ofx file. Useful if ofx file is imported in HomeBank, to setup automatic assignments rules.
webank
- bank
Bank id (default is ‘Webank’)
- currency
Currency (default is ‘EUR’)
- account_id
Account id (default is ‘00000 - 0000000000’)
- account_type
Account type (default is ‘CHECKING’)
about the parsing
A semi-unique id is generated for any transaction through a ofxstatement’s native method.
The ofx transaction type are set to generic DEBIT or CREDIT according to the sign of transaction.
The full description available is set to the memo field.
The plugin only support the savings statements xlsx file (no credit card support).
Release files for ofxstatement-it-banks 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ofxstatement-it-banks-0.0.1.tar.gz | 4.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ofxstatement_it_banks-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 23.7 kB
Release files / ofxstatement-it-banks-0.0.1.tar.gz
| Download URL | ofxstatement-it-banks-0.0.1.tar.gz |
|---|---|
| Size | 4.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9e738f9db851abec644b89427977b8b2bb04afe866384cccb88e0be8753a5961
|
|
BLAKE2b-256 checksum How to use checksums |
090c77a9ee232950a28c2a3f65454c45531d6a75649f3f5e5200a13ac0f78a72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
|
Release files / ofxstatement_it_banks-0.0.1-py3-none-any.whl
| Download URL | ofxstatement_it_banks-0.0.1-py3-none-any.whl |
|---|---|
| Size | 18.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fb27969c94499499717d4e4e28bfc3f21ffb9143854d3edca03a130572f56054
|
|
BLAKE2b-256 checksum How to use checksums |
515178eca928b78e3bbf9ab32f9ea390b90b5ac336f587a0a9ac63ac4c371c09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8
|