diff --git a/docs/upcoming.md b/docs/upcoming.md new file mode 100644 index 0000000..2f4ec03 --- /dev/null +++ b/docs/upcoming.md @@ -0,0 +1,34 @@ +--- +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). + +### SSO Login + +Allow SSO integration and login support + +References: + +- [#625](https://github.com/inventree/InvenTree/issues/625) +- [#634](https://github.com/inventree/InvenTree/issues/634) +- [#1693](https://github.com/inventree/InvenTree/issues/1693) \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 64b0084..48987af 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -44,6 +44,7 @@ extra_javascript: nav: - InvenTree: - Features: features.md + - In Development: upcoming.md - Release Notes: releases/release_notes.md - FAQ: faq.md - Contribute: contribute.md @@ -158,4 +159,4 @@ extra: name: InvenTree on Docker use_directory_urls: true -strict: false +strict: true