2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 19:25:37 +00:00

Add report mixin page (#473)

* Add report mixin page

* Add example

* Add link from report page
This commit is contained in:
Oliver
2023-04-20 16:23:40 +10:00
committed by GitHub
parent 26c4658de6
commit 7f0f94d923
6 changed files with 60 additions and 3 deletions

View File

@ -133,6 +133,9 @@ So, if you are writing a template which has custom formatting, (or any other sec
!!! tip "Close it out"
Don't forget to end with a `{% raw %}{% endlocalize %}{% endraw %}` tag!
### Extending with Plugins
The [ReportMixin plugin class](../extend/plugins/report.md) allows reporting functionality to be extended with custom features.
## Report Types