2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-12-18 18:28:18 +00:00
Files
InvenTree/docs/docs/app/stock.md
Oliver 11ab0203b1 [plugin] Auto issue orders (#9565)
* Add builtin plugin for auto-issuing orders

* Add plugin to auto-issue orders

* Add placeholder documentation

* Fix typo

* Adds image macro

- To replace img.html
- includes checking if file exists

* Fix tooltips

* More docs

* Adjust plugin settings filters

* docs

* More docs

* More docs

* Updates

* Less restrictive URL checking

* Refactor build order page

* Fix typo

* Allow 429

* Debug output

* More debug

* Construct assets dir

* Cleanup

* Update docs README

* Refactoring more pages

* Fix image link

* Fix SSO settings

* Add hook to check for missing settings

- Ensure that all settings are documented!

* Add missing user settings

* Update docstring

* Tweak SSO.md

* Image updates

* More updates

* Tweaks

* Exclude orders without a target_date

* Fix for issuing build orders

* Further refactoring

* Fixes

* Image refactoring

* More refactoring

* More refactoring

* Refactor app images

* Fix pathing issues

* Suppress some openapidocs warnings in logs

(much easier to debug docs build issues)

* Fix image reference

* Reduce error messages

* Fix image links

* Fix image links

* Reduce docs log output

* Ensure settings are loaded before displaying them

* Fix for UI test

* Fix unit test

* Test tweaks
2025-06-03 17:07:12 +10:00

4.3 KiB

title
title
Stock Views

Stock Location View

From the home screen, select Stock to open the top-level stock location view.

Details Tab

The Details tab shows information about the selected stock location.

{{ image("app/location_detail.png", "Stock Location") }}

Parent Location

If the current location has a parent location (i.e. it is not a top-level location) then a link is provided to the parent location. Tap the parent location tile to navigate to the location detail page for the parent location.

Sublocations

If the current stock location has any sublocations, they are listed here. Select any of the displayed sublocations to navigate to the detail view.

Stock Tab

The Stock tab displays all the stock items available in this location. Tap a displayed stock item to navigate to the stock item detail view.

{{ image("app/location_stock.png", "Location Stock") }}

The list of available stock items can be filtered using the input box at the top of the screen:

{{ image("app/location_stock_filter.jpg", "Location Stock Filter") }}

Context Actions

The following Context Actions are available for the selected location:

{{ image("app/location_actions.png", "Location Actions") }}

New Location

Create a new location under the current location:

{{ image("app/new_location.jpg", "New Location") }}

New Stock Item

Create a new stock item in the current location:

{{ image("app/new_stock_item_from_location.jpg", "New Stock Item") }}

Scan Stock Items Into Location

Use the barcode scanner to scan a stock item into the current location.

Stock Item Detail View

The Stock Item Detail view displays information about a single stock item:

{{ image("app/stock_detail.png", "Stock Item") }}

Details Tab

The details tab shows information about the selected stock item. Some of the displayed tiles provide further information when selected:

Part Tile

Part information is displayed at the top of the screen. Tap on this tile to navigate to the detail view for the linked part

Location

Tap on the location tile to navigate to the location detail view

Notes

Tap on the notes tile to display and edit the notes for this stock item

Actions Tab

The actions tab displays the available actions for the selected stock item:

{{ image("app/stock_actions.png", "Stock Actions") }}

Count Stock

Select the Count Stock action to validate the current number of items in stock. Use this option to perform a quick stocktake!

{{ image("app/stock_count.png", "Count Stock") }}

!!! info "Serialized Stock" The count stock action is not available for serialized stock items, as they have a fixed quantity of 1

Remove Stock

Select this action to remove a certain quantity from the selected stock item. For example, if there are 12 items available, and you take 3 items, the listed quantity will be reduced to 9 items.

{{ image("app/stock_remove.png", "Remove Stock") }}

Add Stock

Select this action to add a certain quantity to the selected stock item. For example, if there are 12 items available, and you add 3 items, the listed quantity will be increased to 15 items.

{{ image("app/stock_add.png", "Add Stock") }}

Transfer Stock

Transfer (move) the stock item to a new location:

{{ image("app/stock_transfer.png", "Transfer Stock") }}

Scan Into Location

Transfer the stock item into a new location by scanning the barcode for that location. If a valid stock location barcode is scanned, the stock item will be automatically relocated to that location

Assign Barcode

If a stock item has a third-party barcode (i.e. it has been received from a supplier with a barcode already printed) then this barcode can be used to track the stock item in InvenTree.

Select the assign barcode action to scan this third-party barcode and assign it to this stock item.

This barcode can then be used to track the stock item.

Print Label

If the server supports label printing plugins, then an option to print a label for the selected stock item:

{{ image("app/stock_print_label_1.png", "Print Label") }} {{ image("app/stock_print_label_2.png", "Print Label") }}

Edit Stock Item

To edit the stock item details, select the Edit button in the top right corner of the screen:

{{ image("app/stock_edit.jpg", "Edit Stock Item") }}