Files
InvenTree/docs/docs/stock/status.md
T
Oliver bc98e4bab6 Auto-extract StatusCode values for docs (#12686)
* Auto-extract StatusCode values for docs

* Extract user roles from code

* Fix links

* Remove extraneous source code in docs
2026-08-23 18:48:05 +10:00

1.1 KiB

title
title
Stock Status

Stock Status

Each Stock Item has a status attribute, which serves to identify the current condition of the individual stock item.

Certain stock item status codes will restrict the availability of the stock item.

Below is the list of available stock status codes and their meaning:

{{ statuscodes("StockStatus") }}

Of these, only OK, Attention needed, Damaged and Returned count as "available" stock - the remainder are excluded from availability calculations.

The status of a given stock item is displayed on the stock item detail page:

{{ image("stock/stock_status_label.png", title="Stock status label") }}

Custom Status Codes

Stock Status supports custom states.

Default Status Code

The default status code for any newly created Stock Item is OK

Update Status

To update the status code for an individual stock item, open the Edit Stock Item dialog and then select the required status code in the Status field

{{ image("stock/stock_status_edit.png", title="Edit stock item status") }}