2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-12-16 09:08:02 +00:00

Validation plugin (#370)

* Add new empty pages

* Add documentation on new plugin mixin class

* Add internal link

* Updated documentation on stock item tracking
This commit is contained in:
Oliver
2022-10-18 22:26:25 +11:00
committed by GitHub
parent ee6ba5bf5f
commit 8729a772d5
7 changed files with 159 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ nav:
- Stock:
- Stock Items: stock/stock.md
- Stock Status: stock/status.md
- Stock Tracking: stock/tracking.md
- Adjusting Stock: stock/adjust.md
- Stock Expiry: stock/expiry.md
- Stock Ownership: stock/owner.md
@@ -149,6 +150,7 @@ nav:
- Schedule Mixin: extend/plugins/schedule.md
- Settings Mixin: extend/plugins/settings.md
- URL Mixin: extend/plugins/urls.md
- Validation Mixin: extend/plugins/validation.md
- API: extend/api.md
- Python Interface: extend/python.md
- Themes: extend/themes.md