InvenTree/InvenTree/label
miggland 43434fc530
Extend API for labels and reports to allow creating new items (#5982)
* Extend API for labels and reports to allow creating new items

* Increment API_VERSION

* Missed something..
2023-11-26 20:52:03 +11:00
..
migrations Label plugin refactor (#5251) 2023-07-17 21:39:53 +10:00
templates/label Label sheet printer (#5883) 2023-11-09 09:00:23 +11: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 Extend API for labels and reports to allow creating new items (#5982) 2023-11-26 20:52:03 +11:00
apps.py Error handling (#5923) 2023-11-15 23:11:38 +11:00
models.py Label sheet printer (#5883) 2023-11-09 09:00:23 +11:00
serializers.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tasks.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
test_api.py Cleanup / consolidate unit testing code (#4831) 2023-05-17 07:35:26 +10:00
tests.py Report image rendering fix (#5907) 2023-11-14 12:08:18 +11:00