2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-09-14 14:41:33 +00:00

Datamatrix (#8853)

* Implement datamatrix barcode generation

* Update documentation

* Update package requirements

* Add unit test

* Raise error on empty barcode data

* Update docs/hooks.py
This commit is contained in:
Oliver
2025-01-08 12:06:00 +11:00
committed by GitHub
parent 9138e31e58
commit c815455461
9 changed files with 251 additions and 34 deletions

View File

@@ -40,6 +40,7 @@ pdf2image # PDF to image conversion
pillow # Image manipulation
pint # Unit conversion
pip-licenses # License information for installed packages
ppf.datamatrix # Data Matrix barcode generator
python-barcode[images] # Barcode generator
python-dotenv # Environment variable management
pyyaml>=6.0.1 # YAML parsing