InvenTree/InvenTree/report
Oliver ba4e264e6e
Report template updates (#4454)
* Update default purchase order report template

- Add line pricing data
- Add extra lines
- Add methods for returning total line item price
- Include total order price

* Similar updates for sales order reports
2023-03-05 23:59:54 +11:00
..
migrations Adds a "filename_template" field to reports 2021-05-13 13:23:51 +10:00
templates/report Report template updates (#4454) 2023-03-05 23:59:54 +11:00
templatetags Add mathematical operator tags to report templates (#4443) 2023-03-03 21:42:04 +11:00
__init__.py Add "report" app 2020-05-21 13:51:13 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Fix weasyprint version (#3539) 2022-08-15 11:27:27 +10:00
apps.py Create missing entries for default reports (#4128) 2023-01-01 00:09:39 +11:00
models.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
serializers.py Move Meta class to top of class definition (#4363) 2023-02-18 18:51:00 +11:00
tests.py Add mathematical operator tags to report templates (#4443) 2023-03-03 21:42:04 +11:00