diff --git a/docs/docs/app/build.md b/docs/docs/app/build.md new file mode 100644 index 0000000000..4d97b03f11 --- /dev/null +++ b/docs/docs/app/build.md @@ -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") }} diff --git a/docs/docs/assets/images/app/build_detail.png b/docs/docs/assets/images/app/build_detail.png new file mode 100644 index 0000000000..59112cd1dd Binary files /dev/null and b/docs/docs/assets/images/app/build_detail.png differ diff --git a/docs/docs/assets/images/app/build_list.png b/docs/docs/assets/images/app/build_list.png new file mode 100644 index 0000000000..30e4516035 Binary files /dev/null and b/docs/docs/assets/images/app/build_list.png differ diff --git a/docs/docs/assets/images/app/build_outputs.png b/docs/docs/assets/images/app/build_outputs.png new file mode 100644 index 0000000000..1c2efcac97 Binary files /dev/null and b/docs/docs/assets/images/app/build_outputs.png differ diff --git a/docs/docs/assets/images/app/build_required_parts.png b/docs/docs/assets/images/app/build_required_parts.png new file mode 100644 index 0000000000..3240674b7d Binary files /dev/null and b/docs/docs/assets/images/app/build_required_parts.png differ diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index a79df4ce30..abacabf74d 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -263,6 +263,7 @@ nav: - Stock: app/stock.md - Purchase Orders: app/po.md - Sales Orders: app/so.md + - Build Orders: app/build.md - Settings: app/settings.md - Privacy: app/privacy.md - Translation: app/translation.md