Mathieu Moulin 7eb42afade MMIProject : Fix workdaysnb & dailyhours in employments há 9 meses atrás
..
abricot @ fe29f76dad aa16c9680a MMI Modules fix v19 há 1 ano atrás
aproximite @ 50f34e4e20 a73c1b9fb5 Modules fix hooks & triggers há 2 anos atrás
attachments @ ee7c7709eb ad0420d736 Module ATM attachments há 2 anos atrás
bompdf @ 1d839202c6 3c80c80c65 Add modules repositories há 2 anos atrás
btp @ 5af6e92529 3e80a163f0 Modules ATM : btp nomenclature há 1 ano atrás
contacttracking @ 7c19b28227 86ba8753b5 Module Contacttracking update há 2 anos atrás
discountrules @ 43371b3999 4fd5a6efa3 MMI Modules update há 1 ano atrás
dropdownmenu @ 71c0237d64 fb61c178d3 Fix v19 module dropdown há 1 ano atrás
externalaccess @ a79146e33c 3c80c80c65 Add modules repositories há 2 anos atrás
inventory @ 1ee645c7b3 3c80c80c65 Add modules repositories há 2 anos atrás
listincsv @ b5934e7fd2 4fd5a6efa3 MMI Modules update há 1 ano atrás
margincontrol @ 6eeffdaf56 c12c194948 Margincontrol : If no product or service, permit to validate há 1 ano atrás
mbietransactions @ 12037ef584 b78981a0ea MBIEtransactions Module Fix 3DSV2 há 1 ano atrás
milestone @ 3766fb3d71 0563bba7c9 Milestone : fix lines twice when creating order from propal & co, remove Hook printOriginObjectLine há 1 ano atrás
mmiatelier @ 1550299f6f 58935b4f48 Fix custom modules add sql folder há 1 ano atrás
mmiavisverifies @ 299b77ac40 016efb3297 MMIAvisVerifies fix há 1 ano atrás
mmicommon @ 6feef77c2e b35e5cc7e4 Merge branch '19.0' into 19.0-mmi há 1 ano atrás
mmicompta @ ec9621e137 3f6ca51ec2 MMICompta : Add option to simplify Quadra libalpha há 1 ano atrás
mmicrm @ 9908804995 0025ec465c MMICRM : Campagne email + SMS + scripts há 9 meses atrás
mmidocuments @ 10900a2119 df7cee37f1 MMIDocuments : fix há 10 meses atrás
mmientrepots @ 8a21c260c4 98c14fb196 MMIEntrepots :Fix display Localisation AND main category in shipping with config param SHIPPING_PDF_LOCATION há 1 ano atrás
mmifilters @ bc53152e64 24ea6ec375 MMIFilters & MMIStats modules update há 11 meses atrás
mmifournisseurprice @ bd20fb987f efc7199858 MMIFournisseurPrice : Fix bug missing class há 1 ano atrás
mmiged @ af54768aec 9732709c88 MMIGED upgrade há 1 ano atrás
mmipayments @ c53c4a4226 3e8dfa42ea MMIPayments : Fix assign payment if 3cts difference between order and invoice há 1 ano atrás
mmiprestasync @ ed3b52547e 7418983bf6 MMIPrestaSync fix há 1 ano atrás
mmiproduct @ da6dafd321 6a090adcdd MMIShipping : Extrafields fk_entrepot fk_address and option to display address in reception há 1 ano atrás
mmiproductdluo @ b020bf1dbf cd3bf2fa9a MMIProductDLUO : Fix v19 product/composition/card.php : Hook printFieldListValue changed há 11 meses atrás
mmiproject @ 6251764775 7eb42afade MMIProject : Fix workdaysnb & dailyhours in employments há 9 meses atrás
mmiredmine @ 99726e3202 5be0136b5a MMIRedmine fix bad module number há 1 ano atrás
mmisav @ 6a9dd9a654 be4311a878 MMISAV new module há 1 ano atrás
mmisecurity @ 36049eb5ad 672e9b32ee MMISecurity Module add há 1 ano atrás
mmishipping @ e31faa84c9 53bdbfc64d MMIShipping : Add options to show shipments warnings better há 11 meses atrás
mmistats @ b4ed9eaff4 24ea6ec375 MMIFilters & MMIStats modules update há 11 meses atrás
mmivateec @ 834837f73e 5b0007135b MMI module Number há 2 anos atrás
mmiworkflow @ a3c5ba87d7 5aaa88dfa1 MMIStats MMIWorkflow module update há 11 meses atrás
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories há 2 anos atrás
nomenclature @ 84d3749d82 3e80a163f0 Modules ATM : btp nomenclature há 1 ano atrás
propalehistory @ 6d36c1b67d d43402c67a Module ATM propalehistory há 2 anos atrás
sfycustom @ 6987821348 040e6f90a0 SFYCustom : Fix extrafield bonbons default value and display há 1 ano atrás
stocktransfers @ 80ea48edf7 3c80c80c65 Add modules repositories há 2 anos atrás
subtotal @ 5a501003cb 88b84e9988 Module Subtotal MMI Fix 19 há 1 ano atrás
supplierorderfromorder @ 0f5bf2ec96 9a80a3c7d4 Module update missing action return value há 2 anos atrás
zenfusionmaps @ 521c9a1b1f 3c80c80c65 Add modules repositories há 2 anos atrás
.gitignore ab71be5d5b custom content was deleted há 6 anos atrás
README.md 0565e0a84f clean markdown há 5 anos atrás
concatpdf 3c80c80c65 Add modules repositories há 2 anos atrás
ecotaxdeee 3c80c80c65 Add modules repositories há 2 anos atrás
ovh 3c80c80c65 Add modules repositories há 2 anos atrás
zipautofillfr 3c80c80c65 Add modules repositories há 2 anos atrás

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