2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-12 18:25:27 +00:00

Now opening external links in new tab (added little icon), started build documentation

This commit is contained in:
eeintech
2020-09-24 11:56:02 -05:00
parent c08ec0a2a4
commit 5ae5e518bc
5 changed files with 47 additions and 2 deletions

23
docs/build/build.md vendored
View File

@ -5,5 +5,28 @@ layout: page
## Building Parts
Build management can be accessed via the *Build* navigation tab.
A "basic" build flow is as follow:
1. create a part with the [*Assembly option*](/part/views/#part-options) turned-on
0. add a Bill of Material (BOM)
0. create a "Build Order" for this part
0. allocate stocks from your inventory
0. update build status and notes
0. complete the build.
##### Future Features
| Feature | Status |
| ----------- | ------------------------------------ |
| Edit completed build | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/993) |
| Track subparts | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/991) |
| Partial builds | :material-close: Not yet supported |
### Part BOM
Read through the [Bill of Materials documentation](/build/bom) to setup a part BOM before creating a "Build Order".
!!! missing "TODO"
This section requires further work