mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 05:36:46 +00:00
Quarantine status (#325)
* Add "quarantine" stock status code * Improve menu layout for installation guides
This commit is contained in:
parent
4ea3aea2e0
commit
c337a31815
@ -17,6 +17,7 @@ Below is the current list of stock status and their proposed meaning:
|
|||||||
| Lost | Stock item has been lost |
|
| Lost | Stock item has been lost |
|
||||||
| Rejected | Stock item did not pass the quality control standards |
|
| 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) |
|
| 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.
|
Stock status code will remove the stock from certain operations. For instance, users can't add "destroyed" or "lost" stock to a sales order.
|
||||||
|
|
||||||
|
10
mkdocs.yml
10
mkdocs.yml
@ -64,8 +64,14 @@ nav:
|
|||||||
- Install:
|
- Install:
|
||||||
- Introduction: start/intro.md
|
- Introduction: start/intro.md
|
||||||
- Configuration: start/config.md
|
- Configuration: start/config.md
|
||||||
- Docker Setup: start/docker.md
|
- Docker:
|
||||||
- Bare Metal Setup: start/install.md
|
- Introduction: start/docker.md
|
||||||
|
- Development: start/docker_dev.md
|
||||||
|
- Production: start/docker_prod.md
|
||||||
|
- Bare Metal:
|
||||||
|
- Introduction: start/install.md
|
||||||
|
- Development: start/development.md
|
||||||
|
- Production: start/production.md
|
||||||
- Migrating Data: start/migrate.md
|
- Migrating Data: start/migrate.md
|
||||||
- Parts:
|
- Parts:
|
||||||
- Parts: part/part.md
|
- Parts: part/part.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user