InvenTree/InvenTree/label
Oliver 8d16abcefb
Build line labels (#5034)
* Adds BuildLineLabel model

- New type of label for printing against BuildLine objects

* Add serializer for new model

* Add API endpoints for new label type

* Add hooks to BuildLine table

* Create default label

- Create an example BuildLineLabel object

* Add admin integration

* Fix js code

* Use two-tiered template

- Allows base template to be updated

* Improve default label

* Add docs pages for labels

* Update nav

* Documentation for new label

* Add permission role

* Bump API version
2023-06-14 13:07:18 +10:00
..
migrations Build line labels (#5034) 2023-06-14 13:07:18 +10:00
templates/label Build line labels (#5034) 2023-06-14 13:07:18 +10:00
__init__.py Add "label" app 2020-08-16 09:28:12 +10:00
admin.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
api.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
apps.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
models.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
serializers.py Build line labels (#5034) 2023-06-14 13:07:18 +10:00
test_api.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00