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

Merge pull request #26 from eeintech/future_features

Added Future Features page (in Extend) and links to Github issues
This commit is contained in:
Oliver 2020-10-21 18:12:44 +11:00 committed by GitHub
commit 71b00dc31a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 8 deletions

8
docs/build/build.md vendored
View File

@ -15,14 +15,6 @@ A "basic" build flow is as follow:
0. update build status and notes 0. update build status and notes
0. complete the build. 0. complete the build.
##### Future Features
| Feature | Status |
| ----------- | ----------- |
| Allow edit of completed builds | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/993) |
| Track subparts used in build | :material-progress-clock: [Work In Progress](https://github.com/inventree/InvenTree/pull/991) |
| Partial build completion | :material-close: Not yet supported |
### Build Status ### Build Status
| Status | Description | | Status | Description |

39
docs/extend/future.md Normal file
View File

@ -0,0 +1,39 @@
---
title: Future Features
---
## Future Features
An non-exhaustive list of feature proposals from InvenTree users.
!!! warning "Disclaimer"
**There is no guarantee that any of those feature will be integrated into InvenTree.**
If you would like to see them implemented, make your voice heard :)
### General
| Feature | Link(s) |
| ----------- | ----------- |
| Barcodes / QR Codes | [#853](https://github.com/inventree/InvenTree/issues/853) [#708](https://github.com/inventree/InvenTree/issues/708) [#677](https://github.com/inventree/InvenTree/issues/677) |
| History tracking | [#547](https://github.com/inventree/InvenTree/issues/547) [#537](https://github.com/inventree/InvenTree/issues/537) [#377](https://github.com/inventree/InvenTree/issues/377) |
| "Copy to clipboard" function | [#997](https://github.com/inventree/InvenTree/issues/997) [#725](https://github.com/inventree/InvenTree/issues/725) |
| "Comments" support | [#868](https://github.com/inventree/InvenTree/issues/868) |
### Part
| Feature | Link(s) |
| ----------- | ----------- |
| Part Ownership and Lending | [#656](https://github.com/inventree/InvenTree/issues/656) |
### Build
| Feature | Link(s) |
| ----------- | ----------- |
| Add ability to modify a completed build | [#977](https://github.com/inventree/InvenTree/issues/977) |
| Partial build completion | [#572](https://github.com/inventree/InvenTree/issues/572) |
### Orders
| Feature | Link(s) |
| ----------- | ----------- |
| Receiving order and allocating | [#551](https://github.com/inventree/InvenTree/issues/551) |

View File

@ -72,6 +72,7 @@ nav:
- Plugins: extend/plugins.md - Plugins: extend/plugins.md
- Themes: extend/themes.md - Themes: extend/themes.md
- Third-Party: extend/integrate.md - Third-Party: extend/integrate.md
- Future Features: extend/future.md
# Plugins # Plugins
plugins: plugins: