2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-28 13:54:25 +00:00

Add docs for build order support in app (#11774)

This commit is contained in:
Oliver
2026-04-25 10:01:48 +10:00
committed by GitHub
parent fef0fdf99b
commit 2129e3338a
6 changed files with 36 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
---
title: Build Orders
---
## Build Order List
The build order list display lists all build orders:
{{ image("app/build_list.png", "Build order list") }}
Select an individual build order to display the detail view for that order.
### Filtering
Displayed build orders can be subsequently filtered using the search input at the top of the screen
## Build Order Detail
{{ image("app/build_detail.png", "Build order detail") }}
### Edit Build Order Details
From the detail view, select the *Edit* button in the top-right of the screen. This opens the build order editing display.
### Required Parts Tab
The *Required Parts* tab shows the parts required to complete this build order:
{{ image("app/build_required_parts.png", "Build order required parts") }}
### Build Outputs Tab
The *Build Outputs* tab shows the stock items which have been produced as part of this build order:
{{ image("app/build_outputs.png", "Build order outputs") }}
Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

+1
View File
@@ -263,6 +263,7 @@ nav:
- Stock: app/stock.md - Stock: app/stock.md
- Purchase Orders: app/po.md - Purchase Orders: app/po.md
- Sales Orders: app/so.md - Sales Orders: app/so.md
- Build Orders: app/build.md
- Settings: app/settings.md - Settings: app/settings.md
- Privacy: app/privacy.md - Privacy: app/privacy.md
- Translation: app/translation.md - Translation: app/translation.md