Lukas 16e535f45f
Add barcode generation capabilities to plugins (#7648)
* initial implementation of barcode generation using plugins

* implement short QR code scanning

* add PUI qrcode preview

* use barcode generation for CUI show barcode modal

* remove short qr prefix validators and fix short qr detection regex

* catch errors if model with pk is not found for scanning and generating

* improve qrcode templatetag

* fix comments

* fix for python 3.9

* add tests

* fix: tests

* add docs

* fix: tests

* bump api version

* add docs to BarcodeMixin

* fix: test

* added suggestions from code review

* fix: tests

* Add MinLengthValidator to short barcode prefix setting

* fix: tests?

* trigger: ci

* try custom cache

* try custom cache ignore all falsy

* remove debugging

* Revert "Add MinLengthValidator to short barcode prefix setting"

This reverts commit 76043ed96b1700ae50f9cfda7997629efa8d97e2.

* Revert "fix: tests"

This reverts commit 3a2d46ff720c35b51e21aedaa22357d71bd120e1.
2024-07-22 11:52:45 +10:00
..
2024-03-02 11:28:37 +11:00
2023-12-14 11:13:50 +11:00
2024-07-12 14:37:32 +10:00
2024-03-12 03:04:10 +00:00
2024-07-22 07:44:42 +10:00
2024-05-30 12:44:57 +10:00
2024-07-12 14:37:32 +10:00
2024-06-25 20:52:34 +10:00
2024-05-27 09:12:29 +00:00
2024-06-29 20:32:28 +10:00
2024-06-03 12:53:30 +10:00
2024-07-15 13:54:29 +10:00
2024-03-02 11:28:37 +11:00
2023-04-22 23:35:25 +10:00
2023-04-22 22:40:29 +10:00
2024-04-23 17:15:52 +10:00
2023-04-27 22:27:21 +10:00
2024-01-11 14:40:07 +11:00
2023-04-22 22:40:29 +10:00
2023-04-22 22:40:29 +10:00
2024-05-26 22:09:08 +10:00