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