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

Added a lot of compiled information from the source about which context variables are available where. I just made it a seperate page for now because it got kind of long...

This commit is contained in:
Guus Geurkink
2021-07-29 17:11:36 +02:00
parent 16ab8cd8a2
commit b3514013fe
6 changed files with 230 additions and 35 deletions

View File

@ -17,8 +17,10 @@ In addition to the default report context variables, the following context varia
| Variable | Description |
| --- | --- |
| build | The build object the report is being generated against |
| part | The part object that the build references |
| 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 |