diff --git a/docs/app/privacy.md b/docs/app/privacy.md index ee33efd..07a6617 100644 --- a/docs/app/privacy.md +++ b/docs/app/privacy.md @@ -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. diff --git a/docs/build/bom.md b/docs/build/bom.md index b359405..260ff45 100644 --- a/docs/build/bom.md +++ b/docs/build/bom.md @@ -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: diff --git a/docs/extend/future.md b/docs/extend/future.md deleted file mode 100644 index d976945..0000000 --- a/docs/extend/future.md +++ /dev/null @@ -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) | \ No newline at end of file diff --git a/docs/releases/new.md b/docs/releases/new.md index f0ad20e..c4bd0c2 100644 --- a/docs/releases/new.md +++ b/docs/releases/new.md @@ -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). + diff --git a/docs/start/config.md b/docs/start/config.md index 6df457a..b997061 100644 --- a/docs/start/config.md +++ b/docs/start/config.md @@ -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. diff --git a/mkdocs.yml b/mkdocs.yml index 55b2485..4681587 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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