From c09d49ab9718d261ab357add97a9a8d6f8193412 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 15 Oct 2025 22:26:28 +1100 Subject: [PATCH] Rolling stocktake plugin (#251) * Add plugin entry * Add blog entry * Fix internal link --- _posts/2025-10-15-rolling-stocktake.md | 14 +++++++++++ _repo/inventree-rolling-stocktake.md | 33 ++++++++++++++++++++++++++ extend/plugin/index.md | 4 ++-- 3 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 _posts/2025-10-15-rolling-stocktake.md create mode 100644 _repo/inventree-rolling-stocktake.md diff --git a/_posts/2025-10-15-rolling-stocktake.md b/_posts/2025-10-15-rolling-stocktake.md new file mode 100644 index 00000000..9f5a1072 --- /dev/null +++ b/_posts/2025-10-15-rolling-stocktake.md @@ -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). diff --git a/_repo/inventree-rolling-stocktake.md b/_repo/inventree-rolling-stocktake.md new file mode 100644 index 00000000..5d21b352 --- /dev/null +++ b/_repo/inventree-rolling-stocktake.md @@ -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. diff --git a/extend/plugin/index.md b/extend/plugin/index.md index d98886dd..d6fc1a48 100644 --- a/extend/plugin/index.md +++ b/extend/plugin/index.md @@ -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/) - [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). -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.