Update README
This commit is contained in:
parent
9fa7da54dc
commit
f182dca90d
14
README.md
14
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 <your mBank account IBAN>
|
||||
--out /path/to/mt.940
|
||||
```
|
||||
|
||||
## License
|
||||
|
Loading…
Reference in New Issue
Block a user