Skip to content

Release Notes

lasalesi edited this page May 12, 2020 · 7 revisions

General

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.

v1.9.4

  • Bank Wizard: improved company matching for multi-company environments

v1.1.0

v1.0.0

  • Release of the new "fin2" banking intgration:
    • bank wizard (for camt files including matching)
    • payment proposals
    • direct debit proposals
    • payment reminders

v0.3.6

  • 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

v0.3.3

  • 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
Clone this wiki locally