mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 12:35:46 +00:00
PO shipped complete (#7367)
* Add new setting to bypass "shipped" status * Bypass "shipped" status optionally * Update setting description string * Update unit tests * Refactor location of status_codes * Link source code into docs * Add stock status codes * And the build order too * Fix import
This commit is contained in:
12
docs/docs/build/build.md
vendored
12
docs/docs/build/build.md
vendored
@ -79,6 +79,18 @@ Each *Build Order* has an associated *Status* flag, which indicates the state of
|
||||
| `Cancelled` | Build has been cancelled |
|
||||
| `Completed` | Build has been completed |
|
||||
|
||||
**Source Code**
|
||||
|
||||
Refer to the source code for the Build Order status codes:
|
||||
|
||||
::: build.status_codes.BuildStatus
|
||||
options:
|
||||
show_bases: False
|
||||
show_root_heading: False
|
||||
show_root_toc_entry: False
|
||||
show_source: True
|
||||
members: []
|
||||
|
||||
### Stock Allocations
|
||||
|
||||
When a *Build Order* is created, we then have the ability to *allocate* stock items against that build order. The particular parts we need to allocate against the build are specified by the BOM for the part we are assembling.
|
||||
|
Reference in New Issue
Block a user