mirror of
https://github.com/inventree/inventree-website.git
synced 2025-10-23 17:57:39 +00:00
34 lines
860 B
Markdown
34 lines
860 B
Markdown
---
|
|
name: inventree-rolling-stocktake
|
|
author: SchrodingersGat
|
|
license: MIT
|
|
open_source: true
|
|
stable: true
|
|
maintained: true
|
|
pypi: true
|
|
package_name: inventree-rolling-stocktake
|
|
github: https://github.com/inventree/rolling-stocktake-plugin
|
|
issue_tracked: https://github.com/inventree/rolling-stocktake-plugin/issues
|
|
website: https://inventree.org
|
|
categories: Stock
|
|
tags: stock dashboard inventory
|
|
---
|
|
|
|
Rolling Stocktake for InvenTree
|
|
|
|
A plugin which provides a rolling stocktake mechanism for InvenTree.
|
|
|
|
## Installation
|
|
|
|
The easiest way to install the plugin is via the InvenTree user interface.
|
|
|
|
Alternatively, you can install the plugin manually as follows:
|
|
|
|
```
|
|
pip install inventree-rolling-stocktake
|
|
```
|
|
|
|
## Documentation
|
|
|
|
Refer to the [plugin documentation](https://github.com/inventree/rolling-stocktake-plugin) for further instructions and information.
|