2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 10:15:33 +00:00

Add info on buidl report

This commit is contained in:
Oliver Walters
2021-02-16 22:13:11 +11:00
parent 68103f534b
commit b71996c980
4 changed files with 51 additions and 6 deletions

24
docs/report/build.md Normal file
View File

@ -0,0 +1,24 @@
---
title: Build Order Report
---
## 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 rquires 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:
| Variable | Description |
| --- | --- |
| build | The build object the report is being generated against |
| part | The part object that the build references |
| reference | The build order reference string |
| quantity | Build order quantity |