From bed5c7aa54728eda98a1b5090c371d82d6ed319f Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 12 Jan 2022 16:10:18 +1100 Subject: [PATCH 1/3] remove stocktake.md --- _includes/config.yaml | 4 ++++ docs/stock/stocktake.md | 8 -------- mkdocs.yml | 1 - 3 files changed, 4 insertions(+), 9 deletions(-) delete mode 100644 docs/stock/stocktake.md diff --git a/_includes/config.yaml b/_includes/config.yaml index d8f780b..b14c122 100644 --- a/_includes/config.yaml +++ b/_includes/config.yaml @@ -102,6 +102,10 @@ debug: True # and only if InvenTree is accessed from a local IP (127.0.0.1) debug_toolbar: False +# Set this variable to True to enable InvenTree Plugins +# Alternatively, use the environment variable INVENTREE_PLUGINS_ENABLED +plugins_enabled: False + # Configure the system logging level # Use environment variable INVENTREE_LOG_LEVEL # Options: DEBUG / INFO / WARNING / ERROR / CRITICAL diff --git a/docs/stock/stocktake.md b/docs/stock/stocktake.md deleted file mode 100644 index 6054b98..0000000 --- a/docs/stock/stocktake.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Stocktake ---- - -## Stocktake - -!!! missing "TODO" - This section requires further work diff --git a/mkdocs.yml b/mkdocs.yml index cac2ac4..f458ae2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -71,7 +71,6 @@ nav: - Stock Items: stock/stock.md - Stock Status: stock/status.md - Adjusting Stock: stock/adjust.md - - Stocktake: stock/stocktake.md - Stock Expiry: stock/expiry.md - Stock Ownership: stock/owner.md - Test Results: stock/test.md From 0c4df088badaee4dd507423567a73a6a2745547e Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 12 Jan 2022 16:13:24 +1100 Subject: [PATCH 2/3] Remove stale "upcoming" page --- docs/releases/release_notes.md | 2 +- docs/upcoming.md | 28 ---------------------------- mkdocs.yml | 1 - 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 docs/upcoming.md diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 319f903..713b7d4 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -73,7 +73,7 @@ Tagged released are shown below. Click on the release notes for each version to ## Upcoming Features -In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](../upcoming.md). +In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. ## Suggest Something New diff --git a/docs/upcoming.md b/docs/upcoming.md deleted file mode 100644 index 9f7d995..0000000 --- a/docs/upcoming.md +++ /dev/null @@ -1,28 +0,0 @@ ---- -title: New Features ---- - -Major new upcoming or "in development" features are listed below. If you would like to assist in the development of these features, or suggest different ones, head over to the [InvenTree github page](https://github.com/inventree/inventree). - -## Asset Tracking - -Add support for tracking of individual assets which supports "lending" to customers. - -References: - -- [#656](https://github.com/inventree/InvenTree/issues/656) -- [#1946](https://github.com/inventree/InvenTree/issues/1946) - -## Enhanced Barcode Support - -There are a lot of planned features / improvements for integrated barcode support: - -- [https://github.com/inventree/InvenTree/labels/barcode](https://github.com/inventree/InvenTree/labels/barcode) - -## Third Party Integrations - -Work is planned on a plugin system to allow integration with third party applications (such as Xero, Open Cart etc). - -References: - -- [#2037](https://github.com/inventree/InvenTree/issues/2037) diff --git a/mkdocs.yml b/mkdocs.yml index f458ae2..804349e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,7 +45,6 @@ nav: - InvenTree: - Features: features.md - Release Notes: releases/release_notes.md - - Upcoming: upcoming.md - Demo: demo.md - FAQ: faq.md - Contribute: contribute.md From cbce703c983f24f2101b0504dfc7dd935427bdca Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 12 Jan 2022 16:14:04 +1100 Subject: [PATCH 3/3] Tweak wording --- docs/releases/release_notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releases/release_notes.md b/docs/releases/release_notes.md index 713b7d4..9417290 100644 --- a/docs/releases/release_notes.md +++ b/docs/releases/release_notes.md @@ -4,7 +4,7 @@ title: Release Notes ## InvenTree Versioning -The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). +The InvenTree project follows a formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/). ### Stable Branch @@ -22,7 +22,7 @@ The head of the *master* code branch represents the "latest and greatest" workin ## Stable Releases -Tagged released are shown below. Click on the release notes for each version to learn more. +Specific tagged released are shown below. Click on the release notes for each version to learn more. ### 0.5.x