mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-23 05:06:32 +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:
docs/docs
src
backend
InvenTree
InvenTree
build
common
company
order
api.py
migrations
0055_auto_20211025_0645.py0058_auto_20211126_1210.py0096_alter_returnorderlineitem_outcome.py0099_alter_salesorder_status.py
models.pyserializers.pystatus_codes.pytasks.pytest_api.pytest_migrations.pytests.pypart
plugin
stock
templates
InvenTree
settings
frontend
src
pages
Index
Settings
@@ -26,6 +26,18 @@ The *status* of a given stock item is displayed on the stock item detail page:
|
||||
{% include 'img.html' %}
|
||||
{% endwith %}
|
||||
|
||||
**Source Code**
|
||||
|
||||
Refer to the source code for the Stock status codes:
|
||||
|
||||
::: stock.status_codes.StockStatus
|
||||
options:
|
||||
show_bases: False
|
||||
show_root_heading: False
|
||||
show_root_toc_entry: False
|
||||
show_source: True
|
||||
members: []
|
||||
|
||||
### Default Status Code
|
||||
|
||||
The default status code for any newly created Stock Item is <span class='badge inventree success'>OK</span>
|
||||
|
Reference in New Issue
Block a user