Vue Stock Forecast

A dynamic stock forecast report using Vuejs.

Technical Name:
vue_stock_forecast
Version:
12.0
License:
Author:
Numigi
https://kastor.lab.numigi.net/web/image/product.template/1459/image_1920?unique=0a81b40
  • Odoo Version

Conditions générales
Garantie satisfait ou remboursé de 30 jours
Expédition : 2-3 jours ouvrables

Stock Forecast

A dynamic stock forecasting report.

The report displays:

  • The quantities currently reserved and available in stock in the selected stock locations.
  • The planned stock moves for the following days / weeks / months.
static/description/report.png

Behavior

When clicking on a blue amount, the detail that composes this amount is displayed.

static/description/report_links.png

Here above, when clicking on the amount in stock 8, the list of Quants is displayed:

static/description/stock_quants.png

When clicking on the amount for a given month 128 (+120), the list of stock moves is displayed:

static/description/stock_moves.png

Filters

Available filters include Locations, Products, Product Categories, Start Date and End Date. When changing the selected filters, the table is automatically updated.

static/description/filters.png

Supplier Filter

It is also possible to filter by the list of suppliers of products.

static/description/product_suppliers.png static/description/report_supplier_filter.png static/description/report_filtered_by_supplier.png

By default, the module show all products that have at least one price entry for the selected supplier.

The module vue_stock_forecast_preferred_supplier defines an alternative behavior. See the module's README for more info.

Grouping Rows

The rows can be grouped by Product or Product Category.

When grouping by categories, all children category are also displayed in the table.

static/description/group_by_category.png

Grouping Columns

The columns can be grouped by Day, Week or Month.

By default 6 columns of stock moves are displayed. By selecting specific Start Date and End Date, you can see more columns.

static/description/report_with_more_columns.png

Min / Max

Since version 1.2.0 of the module, the report shows the aggregated sum of reordering rules (Min / Max).

static/description/report_min_max.png

By clicking on the number, the list of reordering rules for this product is displayed.

static/description/reordering_rules_list.png

Purchase Quotations

Since version 1.2.0 of the module, the report shows the quantities in draft (or sent) purchase quotations.

static/description/report_quotations.png

By clicking on the number, the list of purchase order lines for this product is displayed.

static/description/purchase_order_line_list.png

Product Smart Button

A smart button is added on the form view of products in order to show the report.

static/description/product_form.png

When accessing the report from a product template with multiple variants, the report is displayed for all variants.

static/description/report_with_product_variants.png

Purchase Order Smart Button

Since version 1.3.0 of the module, a smart button is also available from a purchase order.

static/description/purchase_order_form.png

When I click on the button, the report is opened with the products contained in the purchase order.

static/description/report_from_purchase_order.png

Contributors