Sin productos
* Los precios pueden variar dependiendo de su país.
* Se puede añadir un aporte adicional al momento del pago.
Nuevos productos
Create and send work orders as PDF to suppliers, tenants and building managers.
mp1483d20250924171600
It's sometimes difficult to work on Dolibarr codebase, this module allow you to add EASILY custom code in Dolibarr front-end.
|
|
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 allow you to add as many custom JS code or CSS code you want in different places 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.
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.