2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-10-23 17:57:39 +00:00

Rolling stocktake plugin (#251)

* Add plugin entry

* Add blog entry

* Fix internal link
This commit is contained in:
Oliver
2025-10-15 22:26:28 +11:00
committed by GitHub
parent cc03401697
commit c09d49ab97
3 changed files with 49 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
---
author: SchrodingersGat
title: Rolling Stocktake Plugin
---
## Rolling Stocktake Plugin
The InvenTree development team has released a new plugin which provides a "Rolling Stocktake" mechanism for InvenTree.
This plugin encourgaes users to perform regular stocktakes of inventory items in a rolling fashion, ensuring that stock levels are consistently accurate without the need for a complete inventory shutdown.
By presenting users with a dashboard widget that highlights stock items that are overdue for stocktake, the plugin helps maintain inventory accuracy and reduces the risk of stock discrepancies.
For more information about the plugin, please refer to the [plugin reference]({% link _repo/inventree-rolling-stocktake.md %}) or the [GitHub page](https://github.com/inventree/rolling-stocktake-plugin).

View File

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

View File

@@ -13,8 +13,8 @@ Add *native printing capabilities* for your network connected printers to the we
- [Brother QL](https://pypi.org/project/inventree-brother-plugin/) - [Brother QL](https://pypi.org/project/inventree-brother-plugin/)
- [Zebra](https://github.com/SergeoLacruz/inventree-zebra-plugin) - [Zebra](https://github.com/SergeoLacruz/inventree-zebra-plugin)
### Plugin repo ### Plugins
You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins). You can find all tagged plugins on [PyPi](https://pypi.org/search/?q=inventree-plugin) and [GitHub](https://github.com/topics/inventreeplugins).
We also offer a [plugin repo](../../plugins.html) with a community driven list of plugins. We encourage you to add your own plugins. We also offer a [plugin repository](../../plugins.html) with a community driven list of plugins. We encourage you to add your own plugins to this list.