InvenTree/docs/docs/barcodes
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 76043ed96b.

* Revert "fix: tests"

This reverts commit 3a2d46ff72.
2024-07-22 11:52:45 +10:00
..
barcodes.md Company docs updates (#4710) 2023-04-27 22:27:21 +10:00
custom.md Add basic support for scanning vendor barcodes (#5509) 2023-10-19 23:28:21 +11:00
external.md Documentation integration (#4653) 2023-04-22 22:40:29 +10:00
internal.md Add barcode generation capabilities to plugins (#7648) 2024-07-22 11:52:45 +10:00