Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 115 KiB After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 59 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 69 KiB |
BIN
docs/assets/images/stock/sell_build_expired_stock.png
Normal file
After Width: | Height: | Size: 90 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 53 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 51 KiB |
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 76 KiB |
BIN
docs/assets/images/stock/stock_options.png
Normal file
After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 87 KiB After Width: | Height: | Size: 55 KiB |
@ -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.
|
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
|
### 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.
|
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.
|
||||||
|
@ -68,18 +68,10 @@ The Part expiry time can be altered using the Part editing form.
|
|||||||
{% include 'img.html' %}
|
{% include 'img.html' %}
|
||||||
{% endwith %}
|
{% 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' %}
|
{% include 'img.html' %}
|
||||||
{% endwith %}
|
{% endwith %}
|