2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-14 16:19:54 +00:00

Return orders (#459)

* Add page for return orders

* Add some intro patter, images

* More docs and images

* Add page for return order reports

* Add doc for return order report functionality

* Updates for report docs

* Updates
This commit is contained in:
Oliver
2023-03-29 20:46:45 +11:00
committed by GitHub
parent 23f4399119
commit b4985d21eb
21 changed files with 275 additions and 116 deletions

View File

@@ -6,11 +6,6 @@ title: Build Order Report
Custom build order reports may be generated against any given Build Order. For example, build order reports can be used to generate work orders.
### Build Filters
!!! missing "TODO"
This section requires further work
### Context Variables
In addition to the default report context variables, the following context variables are made available to the build order report template for rendering:
@@ -293,3 +288,9 @@ This will result a report page like this:
{% with id="report-options", url="build/report-61.png", description="Report Example Builds" %} {% include "img.html" %} {% endwith %}
### Default Report Template
A default *Build Report* template is provided out of the box, which is useful for generating simple test reports. Furthermore, it may be used as a starting point for developing custom BOM reports:
View the [source code](https://github.com/inventree/InvenTree/blob/master/InvenTree/report/templates/report/inventree_build_order_base.html) for the default build report template.