This InvenTree plugin provide stock forecasting based on scheduled orders.
This plugin uses open orders (sales orders, purchase orders, and build orders) to predict future stock levels and generate forecasts for parts in the system.
The simplest way to install this plugin is from the InvenTree plugin interface. Enter the plugin name (inventree-stock-forecasting
) and click the Install
button:
To install manually via the command line, run the following command:
pip install inventree-stock-forecasting
Note: After the plugin is installed, it must be activated via the InvenTree plugin interface.
This plugin requires the following plugin integrations to be enabled, otherwise it will not function correctly:
- Interface integration
- URL intergration
The plugin options can be configured via the InvenTree plugin interface. The following settings are available:
Setting | Description |
---|---|
Allowed Group | Specify a group which is allowed to view stock forecasting information. Leave blank to allow all users to view stock forecasting information. |
With the plugin installed, navigate to a particular part to view the stock forecasting information. The plugin will display a forecast of future stock levels based on the current open orders:
If there are no scheduled orders (sales orders, purchase orders, or build orders) for a part, the plugin will not be able to generate a forecast. In this case, the stock forecasting information will not be displayed.
In some cases there may be insufficient information to generate a full stock forecast. This may be because the open orders to not have associated target dates, or becaused the scheduled order dates are in the past. In this case, the plugin will display a warning message indicating that the forecast chart cannot be generated: