InvenTree/InvenTree/report
Matthias Mair cfe00aaa0f
Move media operations to storages backend (#6478)
* [BUG] Inventree fiddles with files directly rather than using Django Storage api
Fixes #2585

* PEP fix

* clean diff

* move template discovery into central location

* more moving file operations

* fix paths

* and another path fixing

* more fixes

* fix typing

* switch config back to local

* revert locale stats

* remove dependency for template copy step

* fix typing

* log more

* log data

* more logging

* pass filenames as strings

* clean diff
2024-03-24 14:29:05 +11:00
..
migrations Report orientation (#5678) 2023-10-09 13:25:53 +11:00
templates/report Report: Add date rendering (#6706) 2024-03-14 12:09:14 +11:00
templatetags Reporting: Build line label fix (#6717) 2024-03-15 01:24:17 +00:00
__init__.py Add "report" app 2020-05-21 13:51:13 +10:00
admin.py Bump to Dj 4.x (#6173) 2024-02-06 13:30:50 +11:00
api.py Report enhancements (#6714) 2024-03-14 13:24:48 +00:00
apps.py Refactor label/report template copying (#6582) 2024-02-28 09:25:01 +11:00
helpers.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
models.py Report enhancements (#6714) 2024-03-14 13:24:48 +00:00
serializers.py Report enhancements (#6714) 2024-03-14 13:24:48 +00:00
tests.py Move media operations to storages backend (#6478) 2024-03-24 14:29:05 +11:00