2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-06-14 19:25:37 +00:00

Quarantine status (#325)

* Add "quarantine" stock status code

* Improve menu layout for installation guides
This commit is contained in:
Oliver
2022-07-25 12:32:15 +10:00
committed by GitHub
parent 4ea3aea2e0
commit c337a31815
2 changed files with 16 additions and 9 deletions

View File

@ -10,13 +10,14 @@ Below is the current list of stock status and their proposed meaning:
| Status | Description |
| ----------- | ----------- |
| OK | Stock item is healthy, nothing wrong to report |
| Attention needed | Stock item hasn't been checked or tested yet |
| Damaged | Stock item is not functional in its present state |
| Destroyed | Stock item has been destroyed |
| Lost | Stock item has been lost |
| Rejected | Stock item did not pass the quality control standards |
| Returned | Stock item was returned to seller (if bought) or is a customer return (if sold) |
| OK | Stock item is healthy, nothing wrong to report |
| Attention needed | Stock item hasn't been checked or tested yet |
| Damaged | Stock item is not functional in its present state |
| Destroyed | Stock item has been destroyed |
| Lost | Stock item has been lost |
| Rejected | Stock item did not pass the quality control standards |
| Returned | Stock item was returned to seller (if bought) or is a customer return (if sold) |
| Quarantined | Stock item has been intentionally isolated and it unavailable |
Stock status code will remove the stock from certain operations. For instance, users can't add "destroyed" or "lost" stock to a sales order.