diff --git a/docs/stock/status.md b/docs/stock/status.md index 3d53659..70472bd 100644 --- a/docs/stock/status.md +++ b/docs/stock/status.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index ca18f75..4f7661c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -64,8 +64,14 @@ nav: - Install: - Introduction: start/intro.md - Configuration: start/config.md - - Docker Setup: start/docker.md - - Bare Metal Setup: start/install.md + - Docker: + - 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 - Parts: - Parts: part/part.md