Update README

This commit is contained in:
Kuba Orlik 2023-09-04 10:28:09 +02:00
parent 9fa7da54dc
commit f182dca90d
1 changed files with 1 additions and 13 deletions

View File

@ -29,17 +29,6 @@ you.
see those transactions separately in your bookkeeping software but in mBank see those transactions separately in your bookkeeping software but in mBank
they are included in the transaction. they are included in the transaction.
## Limitations
- Apart from loading transactions into SnelStart, it has not been tested on any
other tasks. It might or might not work for your use case.
- mBank does not export the counterparty IBAN for transactions that you
_receive_. As such, the IBAN field in MT940 for credit transactions are
usually empty.
- The export files from mBank are missing some key data fields when the
transaction is still pending (status is not _COMPLETED_). Only export
completed transactions.
## Usage ## Usage
1. Clone the repository. 1. Clone the repository.
@ -49,8 +38,7 @@ you.
``` ```
python3 main.py \ python3 main.py \
--in /path/to/mBank.csv \ --in /path/to/mBank.csv \
--out /path/to/mt.940 \ --out /path/to/mt.940
--account-iban <your mBank account IBAN>
``` ```
## License ## License