No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
QuickAccess is a productivity-focused module for Dolibarr designed to give users instant access to the elements they consult most often. Instead of repeatedly navigating through menus, users can quickly retrieve their recently viewed documents directly from the Dolibarr interface.
Automatic calculation of stamp duties on the total amount (tax incl.), based on the Dolibarr dictionary configuration. Two modes are available: standard for any company, or Algeria-specific compliant with the 2025 Finance Act (minimum thresholds, minimum payable amount, tiered rates, rounding up to the nearest unit, automatic rate detection, etc.)
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