mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-04-28 13:46:54 +00:00
commit
615f84961b
@ -102,6 +102,10 @@ debug: True
|
|||||||
# and only if InvenTree is accessed from a local IP (127.0.0.1)
|
# and only if InvenTree is accessed from a local IP (127.0.0.1)
|
||||||
debug_toolbar: False
|
debug_toolbar: False
|
||||||
|
|
||||||
|
# Set this variable to True to enable InvenTree Plugins
|
||||||
|
# Alternatively, use the environment variable INVENTREE_PLUGINS_ENABLED
|
||||||
|
plugins_enabled: False
|
||||||
|
|
||||||
# Configure the system logging level
|
# Configure the system logging level
|
||||||
# Use environment variable INVENTREE_LOG_LEVEL
|
# Use environment variable INVENTREE_LOG_LEVEL
|
||||||
# Options: DEBUG / INFO / WARNING / ERROR / CRITICAL
|
# Options: DEBUG / INFO / WARNING / ERROR / CRITICAL
|
||||||
|
@ -4,7 +4,7 @@ title: Release Notes
|
|||||||
|
|
||||||
## InvenTree Versioning
|
## InvenTree Versioning
|
||||||
|
|
||||||
The InvenTree project follows the formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/).
|
The InvenTree project follows a formalized release numbering scheme, according to the [semantic versioning specification](https://semver.org/).
|
||||||
|
|
||||||
### Stable Branch
|
### Stable Branch
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ The head of the *master* code branch represents the "latest and greatest" workin
|
|||||||
|
|
||||||
## Stable Releases
|
## Stable Releases
|
||||||
|
|
||||||
Tagged released are shown below. Click on the release notes for each version to learn more.
|
Specific tagged released are shown below. Click on the release notes for each version to learn more.
|
||||||
|
|
||||||
### 0.5.x
|
### 0.5.x
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ Tagged released are shown below. Click on the release notes for each version to
|
|||||||
|
|
||||||
## Upcoming Features
|
## 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. Main roadmap items are highlighted in [In Development](../upcoming.md).
|
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
|
## Suggest Something New
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
title: Stocktake
|
|
||||||
---
|
|
||||||
|
|
||||||
## Stocktake
|
|
||||||
|
|
||||||
!!! missing "TODO"
|
|
||||||
This section requires further work
|
|
@ -1,28 +0,0 @@
|
|||||||
---
|
|
||||||
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).
|
|
||||||
|
|
||||||
References:
|
|
||||||
|
|
||||||
- [#2037](https://github.com/inventree/InvenTree/issues/2037)
|
|
@ -45,7 +45,6 @@ nav:
|
|||||||
- InvenTree:
|
- InvenTree:
|
||||||
- Features: features.md
|
- Features: features.md
|
||||||
- Release Notes: releases/release_notes.md
|
- Release Notes: releases/release_notes.md
|
||||||
- Upcoming: upcoming.md
|
|
||||||
- Demo: demo.md
|
- Demo: demo.md
|
||||||
- FAQ: faq.md
|
- FAQ: faq.md
|
||||||
- Contribute: contribute.md
|
- Contribute: contribute.md
|
||||||
@ -71,7 +70,6 @@ nav:
|
|||||||
- Stock Items: stock/stock.md
|
- Stock Items: stock/stock.md
|
||||||
- Stock Status: stock/status.md
|
- Stock Status: stock/status.md
|
||||||
- Adjusting Stock: stock/adjust.md
|
- Adjusting Stock: stock/adjust.md
|
||||||
- Stocktake: stock/stocktake.md
|
|
||||||
- Stock Expiry: stock/expiry.md
|
- Stock Expiry: stock/expiry.md
|
||||||
- Stock Ownership: stock/owner.md
|
- Stock Ownership: stock/owner.md
|
||||||
- Test Results: stock/test.md
|
- Test Results: stock/test.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user