Juntagrico-billing

Latest version: v1.6.4

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

Scan your dependencies

Page 1 of 2

1.6.4

* fix path to datatables static (juntagrico)

1.6.3

- another digit rounding fix
- businessyear is now editable in admin UI

1.6.2

- Bugfix with rounding of decimal digits. Prevents error displaying QR-code for certain amounts.

1.6.1

* Fixed a bug that prevented displaying an invoice when the open amount was negative (overpaid)

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

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.