InvenTree/InvenTree/common
Oliver d84b67ddf4
Label dpi config (#3208)
* Updates for label printing settings:

- Make LABEL_ENABLE a global setting
- Add LABEL_DPI setting (default = 300)
- Add new global settings tab

* Use the configured DPI when printing labels
2022-06-16 14:49:17 +10:00
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations fix migrations 2022-02-13 04:15:58 +01:00
__init__.py startapp common 2019-09-03 08:30:14 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Add bleach (#41) (#3204) 2022-06-16 10:01:53 +10:00
apps.py Setting caching (#3178) 2022-06-12 10:56:16 +10:00
files.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
forms.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py Label dpi config (#3208) 2022-06-16 14:49:17 +10:00
notifications.py Notification on new orders (#3145) 2022-06-07 08:11:11 +10:00
serializers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
settings.py Setting caching (#3178) 2022-06-12 10:56:16 +10:00
tasks.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_notifications.py Adds callback for creation of an error log (#3136) 2022-06-06 15:21:31 +10:00
test_tasks.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Clear cache for more unit tests (#3184) 2022-06-12 12:58:40 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00