2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 13:46:54 +00:00

Merge pull request #153 from inventree/features

Adds page for upcoming features
This commit is contained in:
Oliver 2021-08-13 10:30:29 +10:00 committed by GitHub
commit 13d40a6f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 36 additions and 1 deletions

34
docs/upcoming.md Normal file
View File

@ -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)

View File

@ -44,6 +44,7 @@ extra_javascript:
nav: nav:
- InvenTree: - InvenTree:
- Features: features.md - Features: features.md
- In Development: upcoming.md
- Release Notes: releases/release_notes.md - Release Notes: releases/release_notes.md
- FAQ: faq.md - FAQ: faq.md
- Contribute: contribute.md - Contribute: contribute.md
@ -158,4 +159,4 @@ extra:
name: InvenTree on Docker name: InvenTree on Docker
use_directory_urls: true use_directory_urls: true
strict: false strict: true