Mathieu Moulin cdb2544fcc Add missing modules hook files 2 年之前
..
abricot @ 612485dd5b 3c80c80c65 Add modules repositories 2 年之前
aproximite @ 50f34e4e20 a73c1b9fb5 Modules fix hooks & triggers 2 年之前
bompdf @ 1d839202c6 3c80c80c65 Add modules repositories 2 年之前
contacttracking @ 4eeffea246 a73c1b9fb5 Modules fix hooks & triggers 2 年之前
dropdownmenu @ 0247a7c1d1 3c80c80c65 Add modules repositories 2 年之前
externalaccess @ a79146e33c 3c80c80c65 Add modules repositories 2 年之前
inventory @ 1ee645c7b3 3c80c80c65 Add modules repositories 2 年之前
margincontrol @ 6be114e16a 3c80c80c65 Add modules repositories 2 年之前
mbietransactions @ 0077be6a4b bc2b6e7826 Modules: Remove default unused rights 2 年之前
milestone @ 9cd8a78f4c 19b362ffb1 Module update missing action return value 2 年之前
mmiatelier @ e29a2553e7 5b0007135b MMI module Number 2 年之前
mmiavisverifies @ 12c8afe165 bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmicommon @ ba5e17845f 5b0007135b MMI module Number 2 年之前
mmicompta @ 5e3cf2f537 5b0007135b MMI module Number 2 年之前
mmicrm @ 1f96e79e93 5b0007135b MMI module Number 2 年之前
mmidocuments @ 08ad56cd50 cdb2544fcc Add missing modules hook files 2 年之前
mmientrepots @ 6a531c5c5c bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmifilters @ d2e06e1ed5 5b0007135b MMI module Number 2 年之前
mmifournisseurprice @ 7b99f50ab3 bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmipayments @ d1d33834cb bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmiprestasync @ 9bfb997fc0 bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmiproduct @ e8e9efbeb0 043e09b5da Module MMIProduct : Optimise replenish alerts calculation 2 年之前
mmiproductdluo @ dd27077a8d 5b0007135b MMI module Number 2 年之前
mmiproject @ 6595f793c3 5b0007135b MMI module Number 2 年之前
mmistats @ 32b829474f bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmivateec @ 834837f73e 5b0007135b MMI module Number 2 年之前
mmiworkflow @ 283da1462d cdb2544fcc Add missing modules hook files 2 年之前
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories 2 年之前
sfycustom @ 58199c4407 5b0007135b MMI module Number 2 年之前
stocktransfers @ 80ea48edf7 3c80c80c65 Add modules repositories 2 年之前
supplierorderfromorder @ 0f5bf2ec96 9a80a3c7d4 Module update missing action return value 2 年之前
zenfusionmaps @ 521c9a1b1f 3c80c80c65 Add modules repositories 2 年之前
.gitignore ab71be5d5b custom content was deleted 6 年之前
README.md 0565e0a84f clean markdown 5 年之前
concatpdf 3c80c80c65 Add modules repositories 2 年之前
ecotaxdeee 3c80c80c65 Add modules repositories 2 年之前
ovh 3c80c80c65 Add modules repositories 2 年之前
zipautofillfr 3c80c80c65 Add modules repositories 2 年之前

README.md

DOLIBARR ERP & CRM custom directory for external modules

This directory is dedicated to store external modules. To use it, just copy here the directory of the module into this directory.

Note: On linux or MAC systems, it is better to unzip/store the external module directory into a different place than this directory and just adding a symbolic link here to the htdocs directory of the module.

For example on Linux OS: Get the module from the command

mkdir ~/git; cd ~/git

git clone https://git.framasoft.org/p/newmodule/newmodule.git

Then create the symbolic link

ln -fs ~/git/newmodule/htdocs /path_to_dolibarr/htdocs/custom/newmodule

WARNING !!! Check also that the /custom directory is active by adding into dolibarr conf/conf.php file the following two lines, so dolibarr will also scan /custom directory to find external external modules:

$dolibarr_main_url_root_alt='/custom';
$dolibarr_main_document_root_alt='/path_to_dolibarr/htdocs/custom/';