InvenTree/InvenTree/report
Oliver 5f3d3b28b3
Handle errors when printing reports (#5360)
- Re-throw as a ValidationError
- Results in a 400 error, not a 500
2023-07-28 13:47:46 +10:00
..
migrations add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00
templates/report add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00
templatetags Parameter by name (#5055) 2023-06-16 12:14:17 +10: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 Handle errors when printing reports (#5360) 2023-07-28 13:47:46 +10:00
apps.py Skip ready functions if not in main thread or plugins are not loaded yet (#5005) 2023-07-26 08:33:13 +10:00
models.py add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00
serializers.py add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00
tests.py add report feature for stock locations (#5134) 2023-07-05 10:19:13 +10:00