-
Notifications
You must be signed in to change notification settings - Fork 63
Release Notes
lasalesi edited this page May 12, 2020
·
7 revisions
Install issue with dependecy hashlib on Debian-based systems: the installation of the requirements might fail with an error message "Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-QLO5Z_/hashlib/". Resolve this with
$ sudo rm /usr/lib/python2.7/lib-dynload/_hashlib.x86_64-linux-gnu.so
Then repeat the update.
- Bank Wizard: improved company matching for multi-company environments
- New feature: Dynamic newsletter content
- Release of the new "fin2" banking intgration:
- bank wizard (for camt files including matching)
- payment proposals
- direct debit proposals
- payment reminders
- access for pages to include Accounts User (and removed User which no longer exists in ERPNext)
- additional fixtures for simpler payments (supplier: IBAN, BIC, ESR PartNo; purchase invoice: payment type, ESR ref)
- ANSI-parsing for reading bank files
- changed Raiffeisen bank import algorithm (bugfix of #6), new pseudo-unique reference implemented. Important: if you have previously imported records, the duplicate check does not work and will import payments again. Prevent by writing the new reference code (pseudo-unique) into the reference field of the old payment entries.
- supports now Migrosbank for bank import
- character encoding issue resolved