InvenTree/InvenTree/report
Matthias Mair 20d1fa847e
Various style fixes (#5797)
* removed unused imports

* use f-string where applicable

* string format changes
2023-10-27 09:06:48 +11:00
..
migrations Report orientation (#5678) 2023-10-09 13:25:53 +11:00
templates/report Report orientation (#5678) 2023-10-09 13:25:53 +11:00
templatetags refactor: refactor unnecessary else / elif when if block has a return statement (#5735) 2023-10-18 09:06:54 +11:00
__init__.py Add "report" app 2020-05-21 13:51:13 +10:00
admin.py add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00
api.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
apps.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
helpers.py Adds 'A3' as report size option (#5733) 2023-10-18 14:27:07 +11:00
models.py Various style fixes (#5797) 2023-10-27 09:06:48 +11:00
serializers.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00
tests.py refactor: remove blank lines after docstring (#5736) 2023-10-18 07:28:57 +11:00