Mathieu Moulin db0856cc96 MMICRM : Authorize massaction email sending with documents in draft 2 years ago
..
abricot @ 612485dd5b 3c80c80c65 Add modules repositories 2 years ago
aproximite @ 50f34e4e20 a73c1b9fb5 Modules fix hooks & triggers 2 years ago
attachments @ ee7c7709eb ad0420d736 Module ATM attachments 2 years ago
bompdf @ 1d839202c6 3c80c80c65 Add modules repositories 2 years ago
contacttracking @ 7c19b28227 86ba8753b5 Module Contacttracking update 2 years ago
dropdownmenu @ 0247a7c1d1 3c80c80c65 Add modules repositories 2 years ago
externalaccess @ a79146e33c 3c80c80c65 Add modules repositories 2 years ago
inventory @ 1ee645c7b3 3c80c80c65 Add modules repositories 2 years ago
listincsv @ a14456ab49 e0eb1ceda9 Module ATM listincsv 2 years ago
margincontrol @ 6be114e16a 3c80c80c65 Add modules repositories 2 years ago
mbietransactions @ 0077be6a4b bc2b6e7826 Modules: Remove default unused rights 2 years ago
milestone @ 9cd8a78f4c 19b362ffb1 Module update missing action return value 2 years ago
mmiatelier @ e29a2553e7 5b0007135b MMI module Number 2 years ago
mmiavisverifies @ 12c8afe165 bc2b6e7826 Modules: Remove default unused rights 2 years ago
mmicommon @ 85f773f1da 3d95f6f903 MMICommon module : Fix mysql recreate 2 years ago
mmicompta @ 5e3cf2f537 5b0007135b MMI module Number 2 years ago
mmicrm @ b3f0236903 db0856cc96 MMICRM : Authorize massaction email sending with documents in draft 2 years ago
mmidocuments @ 307af876be 9f26f7bfc9 MMIDocuments : Mentions exonération de TVA documents PDF 2 years ago
mmientrepots @ 6a531c5c5c bc2b6e7826 Modules: Remove default unused rights 2 years ago
mmifilters @ d2e06e1ed5 5b0007135b MMI module Number 2 years ago
mmifournisseurprice @ f22c4b17e2 842f92ea6b Module MMIFournosseurPrice update 2 years ago
mmipayments @ 1238683702 c74fd9c6cc MMIPayments module : Propal set signed if paid (and order created if workflow) 2 years ago
mmiprestasync @ 99ef31238d dd2b755385 MMIPrestasync fix mentions TVA ODT 2 years ago
mmiproduct @ 28b9a46fe6 41dab84c79 MMIProduct module : fix replenish note update 2 years ago
mmiproductdluo @ f0f926d240 92d927fd64 Module MMIProductDLUO : Add field for kit without ddm constrain stock calculation 2 years ago
mmiproject @ ba0682ff17 5522ba3c42 MMIProject : Filtrage par Jalon dans la saisie du temps 2 years ago
mmistats @ 32b829474f bc2b6e7826 Modules: Remove default unused rights 2 years ago
mmivateec @ 834837f73e 5b0007135b MMI module Number 2 years ago
mmiworkflow @ 283da1462d cdb2544fcc Add missing modules hook files 2 years ago
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories 2 years ago
propalehistory @ 6d36c1b67d d43402c67a Module ATM propalehistory 2 years ago
sfycustom @ 1f708f90f4 9000166ebb Module SFYCustom send invoices automatically to pro even if not paid 2 years ago
stocktransfers @ 80ea48edf7 3c80c80c65 Add modules repositories 2 years ago
supplierorderfromorder @ 0f5bf2ec96 9a80a3c7d4 Module update missing action return value 2 years ago
zenfusionmaps @ 521c9a1b1f 3c80c80c65 Add modules repositories 2 years ago
.gitignore ab71be5d5b custom content was deleted 6 years ago
README.md 0565e0a84f clean markdown 5 years ago
concatpdf 3c80c80c65 Add modules repositories 2 years ago
ecotaxdeee 3c80c80c65 Add modules repositories 2 years ago
ovh 3c80c80c65 Add modules repositories 2 years ago
zipautofillfr 3c80c80c65 Add modules repositories 2 years ago

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/';