InvenTree - Instant Stock Knowledge Flashcards
What does a stock location represent?
A physical real-world location where Stock Items are stored
How are stock locations arranged?
In a cascading manner, with multiple sub-locations or stock
What feature allows users to select custom icons for stock locations?
A custom icon picker component in PUI
How must icons be entered in CUI?
Manually by copying the icon name from the tabler icons page
What is the default icon package available?
The tabler icons package with prefix: ti
What is the format to specify an icon?
<package-prefix>:<icon-name>:<variant>
</variant></icon-name></package-prefix>
What does a stock location type represent?
A specific type of location assigned to multiple stock locations
What is a planned feature for stock location types?
To add drawer dimension information for matching empty stock locations
What is an external stock location?
Indicates that items might not be available for immediate usage
Do external stock indications affect sublocations?
No, the external flag does not get inherited to sublocations
What is a Stock Item?
An actual instance of a Part item representing a physical quantity
What information is shown in the Stock Item detail view?
Part, Location, Quantity, Supplier, Supplier Part, Last Updated, Last Stocktake, Status
What happens every time a Stock Item is adjusted?
A Stock Tracking entry is automatically created
What does the Stock Tracking entry maintain?
A complete history of the Stock Item as long as the item is in the system
What is the default pack size for supplier parts?
1
How does pack size affect Purchase Orders?
If a supplier part with a pack size of 5 is bought in quantity 4, 20 parts will be added to stock
What flag must be set to add parts in packs?
Use pack size (use_pack_size in the API) must be set to True