Juntagrico-billing

Latest version: v1.6.0

Safety actively analyzes 629765 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.6.0

App reference in settings.py
In your `settings.py` file you need to move `juntagrico_billing` up, so it appears before `juntagrico`.

INSTALLED_APPS = (
'juntagrico_billing',
'juntagrico',
...
)


Use new URL path pattern
Update your `urls.py` to use the `path` function instead of `re_path`:

urlpatterns = [
...
path('', include('juntagrico_billing.urls')),
]

1.5.6

* Show a swiss QR payslip for "normal" IBAN accounts too
* Bugfix on CAMT payment files import for QR-IBAN payment processing
* Several small bugfixes and some cleanup

1.5.5

- improved support for reading camt054 payment files
- billing mail notification now contains referencenumber (only for QR iban accounts)

1.5.4

1.5.3

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.