InvenTree/InvenTree/label
Lukas 0d193d8cff
Form improvements (#5837)
* Added backend changes to support printing options

* Pass printing options seperatly via kwargs for easier api refactor later

* Implemented printing options in CUI

* Fix js linting

* Use translations for printing dialog

* Support nested fields in CUI

* Added docs

* Remove plugin and template fields from send printing options

* Fix docs

* Added tests

* Fix tests

* Fix options response and added test for it

* Fix tests

* Bump api version

* Update docs

* Apply suggestions from code review

* Fix api change date

* Added dependent field and improved nested object fields on CUI

* Fix: cui js style
2023-11-13 22:49:45 +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 Form improvements (#5837) 2023-11-13 22:49:45 +11:00
apps.py Fixed LOG style errors (#5628) 2023-09-29 09:34:24 +10: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 refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00