mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-06-17 04:35:36 +00:00
_includes
docs
admin
app
assets
build
companies
extend
javascripts
part
releases
report
barcodes.md
build.md
context_variables.md
labels.md
order.md
pack.md
report.md
test.md
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
index.md
upcoming.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
27 lines
771 B
Markdown
27 lines
771 B
Markdown
---
|
|
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](./context_variables.md#build) object the report is being generated against |
|
|
| part | The [Part](./context_variables.md#part) object that the build references |
|
|
| reference | The build order reference string |
|
|
| quantity | Build order quantity |
|
|
|
|
|
|
|