Mathieu Moulin 8ec8af41a8 MMIDocuments : OPtions to display complement and CGP title 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 @ b49998c189 2ef6ef7d27 MMICommon & MMIProject : User employments tab 1 年之前
mmicompta @ ec9621e137 3f6ca51ec2 MMICompta : Add option to simplify Quadra libalpha 1 年之前
mmicrm @ 6ffd0577fa 3bf8604b4b MMICRM : picto logo 1 年之前
mmidocuments @ a783e326b1 8ec8af41a8 MMIDocuments : OPtions to display complement and CGP title 1 年之前
mmientrepots @ 8a21c260c4 98c14fb196 MMIEntrepots :Fix display Localisation AND main category in shipping with config param SHIPPING_PDF_LOCATION 1 年之前
mmifilters @ 9e9c38739b 41ba840d47 MMIFilters : Search by product ref in propal, order and invoice lists 1 年之前
mmifournisseurprice @ 27b54a5888 095fe0eec9 Gestion calcul prix de vente & modification en masse prix d'achat 1 年之前
mmipayments @ 23a0800d18 0e83a5cd54 MMIPayments SFYCustom : Auto create shipping on payment & close shipping when using user in store 1 年之前
mmiprestasync @ 399cfc2047 6b36322356 fix bug dict 1 年之前
mmiproduct @ ad8011efda 2dd4395b53 MMIProduct : fix replenish link 1 年之前
mmiproductdluo @ d511910f97 0fb309d8cf Fix merge submodules 1 年之前
mmiproject @ d874dbb76b 49570278e8 MMIDocument & MMIProject : Option to show title Decennale 1 年之前
mmisecurity @ 36049eb5ad 672e9b32ee MMISecurity Module add 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 @ 76c370439b 0e83a5cd54 MMIPayments SFYCustom : Auto create shipping on payment & close shipping when using user in store 1 年之前
stocktransfers @ 80ea48edf7 3c80c80c65 Add modules repositories 2 年之前
subtotal @ d975b846d9 c68f957b83 Module ATM Subtotal 1 年之前
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/';