2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-27 21:26:43 +00:00

Part stocktake (#408)

* Add part stockdate docs

* Stocktake notes
This commit is contained in:
Oliver 2022-12-29 00:01:29 +11:00 committed by GitHub
parent a26649a3e9
commit 470f8d4015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

25
docs/part/stocktake.md Normal file
View File

@ -0,0 +1,25 @@
---
title: Part Stocktake
---
## Part Stocktake
The *Part Stocktake* tab provides historical stock level information for a particular part. The stock history data displayed here is provided by the users, by performing part stocktake as required.
Each stocktake entry is recorded, storing the following data:
| Parameter | Description |
| --- | --- |
| Date | The date at which the particular stocktake was perfomred |
| User | The user who performed the stocktake |
| Quantity | The total available part quantity at the specified date |
| Notes | Any extra notes associated with the particular stocktake |
### Performing a Stocktake
To perform a new stocktake, press the *Stocktake* button located at the top-right corner of the stocktake data table.
Here the user is presented with currently known "in stock" quantities, and can manually input a total available stock number.
!!! tip "Make sure it counts"
It is the responsibility of the user to ensure that the stocktake data entered here are accurate

View File

@ -2,6 +2,8 @@
title: Part Views
---
## Part Views
The main part view is divided into 4 different panels:
1. Categories
@ -126,6 +128,10 @@ The *Sales Orders* tab shows a list of the sales orders for this part. It provid
The *Scheduling* tab provides an overview of the *predicted* future availability of a particular part. Refer to the [scheduling documentation](./scheduling.md) for further information.
### Stocktake
The *Stocktake* tab provide historical stock level information, based on user-provided stocktake data. Refer to the [stocktake documentation](./stocktake.md) for further information.
### Tests
If a part is marked as *trackable*, the user can define tests which must be performed on any stock items which are instances of this part. [Read more about testing](./test.md).

View File

@ -83,6 +83,7 @@ nav:
- Tests: part/test.md
- Pricing: part/pricing.md
- Scheduling: part/scheduling.md
- Stocktake: part/stocktake.md
- Notifications: part/notification.md
- Stock:
- Stock Items: stock/stock.md