mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +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:
		| @@ -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