Skip to content

Releases: juntagrico/juntagrico-billing

1.6.4

08 Sep 14:58
652e4f4
Compare
Choose a tag to compare
  • fix path to datatables static (juntagrico)

1.6.3

25 Jul 20:42
67a90d0
Compare
Choose a tag to compare
  • another digit rounding fix
  • businessyear is now editable in admin UI

1.6.2

25 Jul 19:41
64cf13a
Compare
Choose a tag to compare
  • Bugfix with rounding of decimal digits. Prevents error displaying QR-code for certain amounts.

1.6.1

01 Jun 21:33
Compare
Choose a tag to compare
  • Fixed a bug that prevented displaying an invoice when the open amount was negative (overpaid)

1.6.0

14 May 08:38
5d0bc3c
Compare
Choose a tag to compare

Upgrade notes

This release of juntagrico-billing may only be used with juntagrico 1.6.x as there are some breaking changes that come with juntagrico 1.6.0.

It is recommended to reference this package with semantic versioning in requirements.txt:
juntagrico-billing~=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

26 Mar 10:20
Compare
Choose a tag to compare
  • 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

09 Mar 21:50
Compare
Choose a tag to compare
  • improved support for reading camt054 payment files
  • billing mail notification now contains referencenumber (only for QR iban accounts)

1.5.4

27 Feb 14:18
d437db1
Compare
Choose a tag to compare
Update __init__.py

1.5.3

27 Feb 14:01
befec6e
Compare
Choose a tag to compare

Version 1.5.3