diff --git a/docs/assets/images/stock/build_expired_stock.png b/docs/assets/images/stock/build_expired_stock.png deleted file mode 100644 index 6358877..0000000 Binary files a/docs/assets/images/stock/build_expired_stock.png and /dev/null differ diff --git a/docs/assets/images/stock/enable_stock_expiry.png b/docs/assets/images/stock/enable_stock_expiry.png index 36e1457..b806b25 100644 Binary files a/docs/assets/images/stock/enable_stock_expiry.png and b/docs/assets/images/stock/enable_stock_expiry.png differ diff --git a/docs/assets/images/stock/enable_stock_owner.png b/docs/assets/images/stock/enable_stock_owner.png index 1ecc408..f450995 100644 Binary files a/docs/assets/images/stock/enable_stock_owner.png and b/docs/assets/images/stock/enable_stock_owner.png differ diff --git a/docs/assets/images/stock/expiry_date_create.png b/docs/assets/images/stock/expiry_date_create.png index fa781ce..2376302 100644 Binary files a/docs/assets/images/stock/expiry_date_create.png and b/docs/assets/images/stock/expiry_date_create.png differ diff --git a/docs/assets/images/stock/expiry_date_edit.png b/docs/assets/images/stock/expiry_date_edit.png index c994db7..0251c3f 100644 Binary files a/docs/assets/images/stock/expiry_date_edit.png and b/docs/assets/images/stock/expiry_date_edit.png differ diff --git a/docs/assets/images/stock/sell_build_expired_stock.png b/docs/assets/images/stock/sell_build_expired_stock.png new file mode 100644 index 0000000..d2a1507 Binary files /dev/null and b/docs/assets/images/stock/sell_build_expired_stock.png differ diff --git a/docs/assets/images/stock/sell_expired_stock.png b/docs/assets/images/stock/sell_expired_stock.png deleted file mode 100644 index 11527ca..0000000 Binary files a/docs/assets/images/stock/sell_expired_stock.png and /dev/null differ diff --git a/docs/assets/images/stock/stock_add.png b/docs/assets/images/stock/stock_add.png index d64f79a..209e904 100644 Binary files a/docs/assets/images/stock/stock_add.png and b/docs/assets/images/stock/stock_add.png differ diff --git a/docs/assets/images/stock/stock_count.png b/docs/assets/images/stock/stock_count.png index c83fb67..64ef897 100644 Binary files a/docs/assets/images/stock/stock_count.png and b/docs/assets/images/stock/stock_count.png differ diff --git a/docs/assets/images/stock/stock_move.png b/docs/assets/images/stock/stock_move.png index 7144012..312a117 100644 Binary files a/docs/assets/images/stock/stock_move.png and b/docs/assets/images/stock/stock_move.png differ diff --git a/docs/assets/images/stock/stock_options.png b/docs/assets/images/stock/stock_options.png new file mode 100644 index 0000000..c8b7d01 Binary files /dev/null and b/docs/assets/images/stock/stock_options.png differ diff --git a/docs/assets/images/stock/stock_remove.png b/docs/assets/images/stock/stock_remove.png index 3886088..a8b8635 100644 Binary files a/docs/assets/images/stock/stock_remove.png and b/docs/assets/images/stock/stock_remove.png differ diff --git a/docs/stock/adjust.md b/docs/stock/adjust.md index be1d1da..cc3780a 100644 --- a/docs/stock/adjust.md +++ b/docs/stock/adjust.md @@ -6,6 +6,12 @@ title: Stock Adjustments InvenTree provides simple yet powerful management of stock levels. Multiple stock adjustment options are available, and each type of adjustment is automatically tracked to maintain a complete stock history. +Stock adjustements can be accessed in any stock items table using the "Stock Options" dropdown entries: + +{% with id="stock_options", url="stock/stock_options.png", description="Stock Options" %} +{% include 'img.html' %} +{% endwith %} + ### Move Stock Multiple stock items can be moved to a new location in a single operation. Each item is moved to the selected location, and a stock tracking entry is added to the stock item history. diff --git a/docs/stock/expiry.md b/docs/stock/expiry.md index c65b2f5..00a9d12 100644 --- a/docs/stock/expiry.md +++ b/docs/stock/expiry.md @@ -68,18 +68,10 @@ The Part expiry time can be altered using the Part editing form. {% include 'img.html' %} {% endwith %} -## Sales Orders +## Sales and Build Orders -By default, expired Stock Items cannot be added to a Sales Order. This behavior can be adjusted using the *Sell Expired Stock* setting. +By default, expired Stock Items cannot be added to neither a Sales Order nor a Build Order. This behavior can be adjusted using the *Sell Expired Stock* and *Build Expired Stock* settings: -{% with id="sell_expired", url="stock/sell_expired_stock.png", description="Sell expired stock" %} +{% with id="sell_build_expired", url="stock/sell_build_expired_stock.png", description="Sell Build Expired Stock" %} {% include 'img.html' %} {% endwith %} - -## Build Orders - -By default, expires Stock Items cannot be added to a Build Order. This behaviour can be adjusted using the *Build Expired Stock* setting. - -{% with id="build_expired", url="stock/build_expired_stock.png", description="Build expired stock" %} -{% include 'img.html' %} -{% endwith %} \ No newline at end of file