No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
AutoRecipient automatically pre-fills email recipients when manually sending emails in Dolibarr, based on the current document (invoice, order, proposal, shipment). Save time, reduce errors, and standardize your email workflow. The module is designed to evolve according to customer needs. Feel free to submit feature requests or improvement suggestions.
Automatically enrich third-party records with AI and trusted web sources, then validate every change before applying it. To create a third party, prospect, customer, or supplier record, you only need to enter the name and city. ClientPlus then fills in contact details, SIREN, SIRET, VAT number, and more.
mp21987d20251204140034
A tool for building a budget and tracking it against actuals. It also allows for managing monthly forecasts to adjust projections.
|
|
Version 1.1.7 | Compatible Dolibarr 19+ | PHP 7.1+
Advanced budget management module for Dolibarr enabling revenue and expense tracking with budget vs actual comparison and forecasting. Features hierarchical grouping by customers/suppliers and responsive interface.
📖 Complete Features Guide - Comprehensive documentation of all features and tools
The module includes a cronjob that automatically creates monthly forecast snapshots. To enable:
Enable CLI scheduler: Add to conf/conf.php:
$dolibarr_cron_allow_cli = 1;
Configure system cron (optional, for automatic execution):
# Run nightly at 2:00 AM 0 2 * * * php /var/www/dolibarr/htdocs/custom/budget/scripts/cron_budget_snapshot.php
Or use Dolibarr's internal scheduler:
Database tables are created automatically upon activation.
If upgrading from version < 1.0.1, consult the UPGRADE.md guide for database migration instructions.
Important: If you encounter the error Unknown column 'fk_budget_main', you must disable then re-enable the module, or execute the migration script available on the support repo.
Customize revenue categories from:
budget/ ├── admin/ # Administration pages ├── class/ # Business classes │ ├── budgetmain.class.php │ ├── budgetline.class.php │ ├── budgetreal.class.php │ ├── budgetdictionary.class.php │ └── ... ├── core/modules/ # Module descriptor ├── css/ # CSS styles ├── langs/ # Translations (fr_FR, en_US) ├── lib/ # Libraries ├── sql/ # SQL scripts └── img/ # Images
This module is distributed under GNU GPL v3+ license (GNU General Public License version 3 or later).
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY. See the COPYING file for the full license text.
For more information: https://www.gnu.org/licenses/gpl-3.0.html
KREATIV PROJECT MANAGEMENT SASU
Module developed for Dolibarr ERP/CRM - © 2025 KREATIV PROJECT MANAGEMENT SASU GPL v3+ License - Free Software