No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
The only structured offline PDF reference for Dolibarr developers — 10 volumes, ~600 pages, AI-agent ready. Compiled from the official wiki. No internet required. Content is 90% in English; some pages may appear in other languages as originally published on the wiki.
One-click Dolibarr upgrade and rollback module. Auto version detection via GitHub API, automatic database + files backup before each operation, 10 pre-upgrade checks with auto-fix, automatic rollback on failure, maintenance mode.
mp1483d20250924171600
It's sometimes difficult to work on Dolibarr codebase, this module allow you to add EASILY custom code in Dolibarr front-end (JS or CSS).
|
|
It's sometimes difficult to work on Dolibarr codebase, this module allow you to add EASILY custom code in Dolibarr front-end. The assumed spirit is :
No pain to develop, no pain to deploy, no pain to maintain.
This module is not an insult to the development team who are doing incredible work. It's just a tool to simplify small modifications, allow tinkering or allow deployment of temporary problem resolution.
This module allow you to add as many custom JS code or CSS code you want in different places of Dolibarr without creating custom version of Dolibarr. You can work in a conformable way with :
You can choose specific scope for each code :
Filtering is done on page path. When using multiple URL, don't forget to separate them with a comma. Regex will be supported in the future.
Keep information in CustomCode description to remember what you did and why you did it.
CustomCode can be activated or set to draft, duplicated, deleted like any Dolibarr object.
CustomCode is only accessible to admin user.
Translations can be completed manually by editing files in the module directories under langs.
If the module is a ready-to-deploy zip file, so with a name module_xxx-version.zip (e.g., when downloading it from a marketplace like Dolistore), go to menu Home> Setup> Modules> Deploy external module and upload the zip file.
Clone the repository in $dolibarr_main_document_root_alt/addcustomcodeeverywhere
cd ....../custom git clone git@github.com:gitlogin/addcustomcodeeverywhere.git addcustomcodeeverywhere
Using your browser:
GPLv3 or (at your option) any later version. See file COPYING for more information.
All texts and readme's are licensed under GFDL.