Mathieu Moulin 507f1dbd66 Module MMIShipping 1 year 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 @ dd2d63940c 84c76d5a4c MMIEtransactions module fix 2 years ago
milestone @ 9cd8a78f4c 19b362ffb1 Module update missing action return value 2 years ago
mmiatelier @ 1550299f6f 58935b4f48 Fix custom modules add sql folder 1 year ago
mmiavisverifies @ d7cc45d84f 58935b4f48 Fix custom modules add sql folder 1 year ago
mmicommon @ 64c0724f34 b4920436fb MMICore : Option to prefer use of XML tags 1 year ago
mmicompta @ 3b8825f2cc 760e8dae38 MMICompta : Export comptes auxiliaires Quadra & fix paid invoices to status Closed 2 years ago
mmicrm @ b703420ecd 58935b4f48 Fix custom modules add sql folder 1 year ago
mmidocuments @ bb6c903bf4 58935b4f48 Fix custom modules add sql folder 1 year ago
mmientrepots @ 6a531c5c5c bc2b6e7826 Modules: Remove default unused rights 2 years ago
mmifilters @ be1e217240 58935b4f48 Fix custom modules add sql folder 1 year ago
mmifournisseurprice @ bc2ae3a99a 58935b4f48 Fix custom modules add sql folder 1 year ago
mmipayments @ 006766b7c4 58935b4f48 Fix custom modules add sql folder 1 year ago
mmiprestasync @ 9e43ea6a77 48c4c04be1 MMIPrestasync : Export SH Code etc. 1 year ago
mmiproduct @ 914ca01799 6e02a4596b MMIProduct : Refresh/recalculate stock for kit when composant stock moves 2 years ago
mmiproductdluo @ d7f9d6f638 58935b4f48 Fix custom modules add sql folder 1 year ago
mmiproject @ 87b6c07432 ec6b54186e MMIProject : fix bug stats 2 years ago
mmishipping @ ef0c385e61 507f1dbd66 Module MMIShipping 1 year ago
mmistats @ acf658d764 58935b4f48 Fix custom modules add sql folder 1 year ago
mmivateec @ 834837f73e 5b0007135b MMI module Number 2 years ago
mmiworkflow @ 7ebba3a134 58935b4f48 Fix custom modules add sql folder 1 year ago
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories 2 years ago
propalehistory @ 6d36c1b67d d43402c67a Module ATM propalehistory 2 years ago
sfycustom @ 76f040d22d 58935b4f48 Fix custom modules add sql folder 1 year 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/';