Mathieu Moulin f0bdfb43e3 MMIPrestaSync : Add field decli_disabled linked to presta module totswitchattribute пре 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 @ 3766fb3d71 0563bba7c9 Milestone : fix lines twice when creating order from propal & co, remove Hook printOriginObjectLine пре 1 година
mmiatelier @ 1550299f6f 58935b4f48 Fix custom modules add sql folder пре 1 година
mmiavisverifies @ d7cc45d84f 58935b4f48 Fix custom modules add sql folder пре 1 година
mmicommon @ 357d40ec46 fe07f3243a MMICore : Couleur picto warning пре 1 година
mmicompta @ ec9621e137 3f6ca51ec2 MMICompta : Add option to simplify Quadra libalpha пре 1 година
mmicrm @ 6ffd0577fa 3bf8604b4b MMICRM : picto logo пре 1 година
mmidocuments @ d498264a67 8bb9f939c0 MMIDocument : calculate info height in PDF and add new fields in info пре 1 година
mmientrepots @ 6a531c5c5c bc2b6e7826 Modules: Remove default unused rights пре 2 година
mmifilters @ 2c52b03731 05534ee44d MMIFilters : Option for pro filter w/o siren etc. пре 1 година
mmifournisseurprice @ 27b54a5888 095fe0eec9 Gestion calcul prix de vente & modification en masse prix d'achat пре 1 година
mmipayments @ bacf13faca fd50654a31 MMI modules : Fix disable dangerous buttons in some situations пре 1 година
mmiprestasync @ 16d8ff6eb8 f0bdfb43e3 MMIPrestaSync : Add field decli_disabled linked to presta module totswitchattribute пре 1 година
mmiproduct @ 6619b55cd9 b48a984ccf MMIProduct : Fix prestasync::p_active in check and link for replenish пре 1 година
mmiproductdluo @ 8be985770e e447f38d83 MMIProductDLUO : Option to check missing date in batch пре 1 година
mmiproject @ bc44dea176 ab3a150e7a Coquille пре 1 година
mmishipping @ 4abf5b982a 827abbe28f MMIShipping : add Hook to update label in reception getnomurl & other пре 1 година
mmistats @ 7b4e261f06 55c49cb4a0 MMIStats : Fix index page пре 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 @ ef77261eff bb9d5699bf MMI : Fix invoice & order 1ct fix & set invoiced order & good status пре 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/';