From 938e306a732001dd70eb671bf671e5a410e7d72d Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Thu, 11 Nov 2021 01:42:06 +0100 Subject: [PATCH] Update report.md Adds info for changes in https://github.com/inventree/InvenTree/pull/2288 --- docs/report/report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/report/report.md b/docs/report/report.md index a0cce35..3377f55 100644 --- a/docs/report/report.md +++ b/docs/report/report.md @@ -63,6 +63,11 @@ The django template system allows for conditional rendering, providing condition A number of global reporting options are available for customizing InvenTree reports: +### Enable Reports + +By default, the reporting feature is turned off. It must be enabled in the global settings. + + ### Default Page Size The built-in InvenTree report templates (and any reports which are derived from the built-in templates) use the *Page Size* option to set the page size of the generated reports.