diff --git a/README.md b/README.md index 6562bc1..defebc2 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,6 @@ you. see those transactions separately in your bookkeeping software but in mBank 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 1. Clone the repository. @@ -49,8 +38,7 @@ you. ``` python3 main.py \ --in /path/to/mBank.csv \ - --out /path/to/mt.940 \ - --account-iban + --out /path/to/mt.940 ``` ## License