« Forecast/en » : différence entre les versions
Aucun résumé des modifications |
Aucun résumé des modifications |
||
| Ligne 23 : | Ligne 23 : | ||
{| class="wikitable" | {| class="wikitable" | ||
|- style="vertical-align:top;" | |- style="vertical-align:top;" | ||
| [[File: | | [[File:forecast_menu_en.png]] | ||
| The module is configured via a menu. The choices are as follows: | | The module is configured via a menu. The choices are as follows: | ||
* Forecast - menu title: Allows access to the forecasts as they were configured | * Forecast - menu title: Allows access to the forecasts as they were configured | ||
Version du 28 mai 2025 à 14:50
|
This module allows you to define a forecast and track its objectives from Dolibarr.
Once the forecast is defined, you can track its progress using graphs. |
Overview
The module allows you to define forecast values over a period and track their evolution.
To do this, we define an SQL query to retrieve the actual values and compare them to the forecast as time progresses.
It is finally possible to make a configurable monitoring page accessible (we select the tables and curves that we wish to display) from the Dolibarr menus.
Settings
The module is not configured from the native administration page, but from the forecast definition page in the patas-tools menu.
Settings Menu
How it works
Creating a new Forecast
The screen for creating a new Forecast is divided into two parts.
|
The first part (on the right) allows you to define the forecast's presentation page:
|
The second part corresponds to the forecast data elements.
|
It is therefore necessary to have a good understanding of the structure of Dolibarr tables (or to contact a person or company with this expertise).
Please note, to bypass SQL injection protection, you should replace the word SELECT in your SQL query with #SEL#
Once this screen is validated, we arrive at the forecast in draft state
Forecast Edit Screen
You can modify the values previously entered and specify whether you want to display the values from the previous period. The example below shows the creation of new groups.
|
The left-hand setting will display the forecast in the native third-party menu. |
The SQL query here selects the list of third-party data. The datec field here corresponds to the creation date of the third-party, but there are others that can be used in the table according to needs (e.g., update, etc.). The period from January 1st to December 31st and the monthly grouping will allow for monthly tracking of the progress of objectives. It will be possible to display the values from the previous year. |
Once the screen is validated, it is then possible to generate the periods according to the definitions. It will be possible to select whether or not to display the previous year's values.
The [Edit Values] button at the bottom of the table allows you to enter the desired values for the forecast.
Entering Forecast Values
In our example, the number of new periods will be forecasted at 2 each month except July and August.
It is also possible to enter additional information for the forecast as a reminder.
As the forecast progresses, it will also be possible to enter a comment on the period.
Forecast Display Settings
Once this entry is made, it will be possible to select the tables and graphs that you wish to view on the forecast page.

