No products
* Prices may vary depending on your country.
* An additional contribution can be added at the time of payment.
New products
Transform your Dolibarr data lists into actionable reports in a single click. DoliExport Pro is the definitive module that unlocks access to your data. It integrates a native export feature (Excel and PDF) directly into absolutely all list views within your Dolibarr environment.
Migrate all your Axonaut data to Dolibarr in a few clicks. Imports companies, contacts, products, quotations, invoices, expenses, projects, opportunities and contracts via Axonaut REST API. Dry-run, rollback, incremental sync, batch processing, detailed migration report. No external dependency.
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.