Mathieu Moulin b4920436fb MMICore : Option to prefer use of XML tags 1 年之前
..
abricot @ 612485dd5b 3c80c80c65 Add modules repositories 2 年之前
aproximite @ 50f34e4e20 a73c1b9fb5 Modules fix hooks & triggers 2 年之前
attachments @ ee7c7709eb ad0420d736 Module ATM attachments 2 年之前
bompdf @ 1d839202c6 3c80c80c65 Add modules repositories 2 年之前
contacttracking @ 7c19b28227 86ba8753b5 Module Contacttracking update 2 年之前
dropdownmenu @ 0247a7c1d1 3c80c80c65 Add modules repositories 2 年之前
externalaccess @ a79146e33c 3c80c80c65 Add modules repositories 2 年之前
inventory @ 1ee645c7b3 3c80c80c65 Add modules repositories 2 年之前
listincsv @ a14456ab49 e0eb1ceda9 Module ATM listincsv 2 年之前
margincontrol @ 6be114e16a 3c80c80c65 Add modules repositories 2 年之前
mbietransactions @ dd2d63940c 84c76d5a4c MMIEtransactions module fix 2 年之前
milestone @ 9cd8a78f4c 19b362ffb1 Module update missing action return value 2 年之前
mmiatelier @ 1550299f6f 58935b4f48 Fix custom modules add sql folder 1 年之前
mmiavisverifies @ d7cc45d84f 58935b4f48 Fix custom modules add sql folder 1 年之前
mmicommon @ 64c0724f34 b4920436fb MMICore : Option to prefer use of XML tags 1 年之前
mmicompta @ 3b8825f2cc 760e8dae38 MMICompta : Export comptes auxiliaires Quadra & fix paid invoices to status Closed 2 年之前
mmicrm @ b703420ecd 58935b4f48 Fix custom modules add sql folder 1 年之前
mmidocuments @ bb6c903bf4 58935b4f48 Fix custom modules add sql folder 1 年之前
mmientrepots @ 6a531c5c5c bc2b6e7826 Modules: Remove default unused rights 2 年之前
mmifilters @ be1e217240 58935b4f48 Fix custom modules add sql folder 1 年之前
mmifournisseurprice @ bc2ae3a99a 58935b4f48 Fix custom modules add sql folder 1 年之前
mmipayments @ 006766b7c4 58935b4f48 Fix custom modules add sql folder 1 年之前
mmiprestasync @ 0a9c234282 e79c7e885c MMIPrestaSync : Gestion mentions export sur documents : nomenclature, pays origine, poids 2 年之前
mmiproduct @ 914ca01799 6e02a4596b MMIProduct : Refresh/recalculate stock for kit when composant stock moves 2 年之前
mmiproductdluo @ d7f9d6f638 58935b4f48 Fix custom modules add sql folder 1 年之前
mmiproject @ 87b6c07432 ec6b54186e MMIProject : fix bug stats 2 年之前
mmistats @ acf658d764 58935b4f48 Fix custom modules add sql folder 1 年之前
mmivateec @ 834837f73e 5b0007135b MMI module Number 2 年之前
mmiworkflow @ 7ebba3a134 58935b4f48 Fix custom modules add sql folder 1 年之前
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories 2 年之前
propalehistory @ 6d36c1b67d d43402c67a Module ATM propalehistory 2 年之前
sfycustom @ 76f040d22d 58935b4f48 Fix custom modules add sql folder 1 年之前
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/';