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

Merge pull request #66 from SchrodingersGat/docs-in-socks-2

Docs in socks 2
This commit is contained in:
Oliver 2021-02-21 19:43:11 +11:00 committed by GitHub
commit 0b15dff744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 43 deletions

View File

@ -33,4 +33,4 @@ The InvenTree app does not collect any information which could be used to person
## Third Party Access
Aside from error reporting using the sentry reporting service, the InvenTree app does not share any information with third parties.
The InvenTree app does not share any information with third parties.

2
docs/build/bom.md vendored
View File

@ -45,7 +45,7 @@ Consider the example diagram below:
**Template Part A** has two BOM line items defined: *A1* and *A2*.
- *A1* is inherited by all variant parts underneath *Template Part A*
- *A3* is not inherited, and is only included in the BOM for *Template Part A*
- *A2* is not inherited, and is only included in the BOM for *Template Part A*
**Variant B** has two line items:

View File

@ -1,39 +0,0 @@
---
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

@ -11,3 +11,12 @@ For information on the latest and greatest InvenTree features, refer to the rele
| 0.1.6 | *In Development* |
| [0.1.5](../0.1.5) | January 2021 |
| [0.1.4](../0.1.4) | November 2020 |
## 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.
## Suggest Something New
To suggest a new feature (or report a bug) raise an [issue on GitHub](https://github.com/inventree/inventree/issues).

View File

@ -132,7 +132,7 @@ For further information, refer to the following documentation:
### Static File Storage
By default, static files are stored in the local directory `./inventree_media`. This directory should be changed by specifying the `static_root` option in the config file based on the particular installation requirements.
By default, static files are stored in the local directory `./inventree_static`. This directory should be changed by specifying the `static_root` option in the config file based on the particular installation requirements.
Alternatively this location can be specified with the `INVENTREE_STATIC_ROOT` environment variable.

View File

@ -90,7 +90,6 @@ nav:
- Plugins: extend/plugins.md
- Themes: extend/themes.md
- Third-Party: extend/integrate.md
- Future Features: extend/future.md
- App:
- App: app/app.md
- Privacy: app/privacy.md