Mathieu Moulin 324c3a991b MMI Modules restructuration 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
btp @ 5af6e92529 3e80a163f0 Modules ATM : btp nomenclature 1 year ago
contacttracking @ 7c19b28227 86ba8753b5 Module Contacttracking update 2 years ago
discountrules @ 23ef74d881 84fcba931b Module discountrules 1 year 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 @ 6eeffdaf56 c12c194948 Margincontrol : If no product or service, permit to validate 1 year ago
mbietransactions @ dd2d63940c 84c76d5a4c MMIEtransactions module fix 2 years ago
milestone @ 3766fb3d71 0563bba7c9 Milestone : fix lines twice when creating order from propal & co, remove Hook printOriginObjectLine 1 year 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 @ d238374023 324c3a991b MMI Modules restructuration 1 year ago
mmicompta @ ec9621e137 3f6ca51ec2 MMICompta : Add option to simplify Quadra libalpha 1 year ago
mmicrm @ 30e7565278 b394ce69b7 MMICRM : Add special field to specify email sender name for user 1 year ago
mmidocuments @ d44fbc091e 276d958b28 Display progress proprely on situation invoices 1 year ago
mmientrepots @ 8a21c260c4 98c14fb196 MMIEntrepots :Fix display Localisation AND main category in shipping with config param SHIPPING_PDF_LOCATION 1 year ago
mmifilters @ 9e9c38739b 41ba840d47 MMIFilters : Search by product ref in propal, order and invoice lists 1 year ago
mmifournisseurprice @ bd20fb987f efc7199858 MMIFournisseurPrice : Fix bug missing class 1 year ago
mmipayments @ 23a0800d18 0e83a5cd54 MMIPayments SFYCustom : Auto create shipping on payment & close shipping when using user in store 1 year ago
mmiprestasync @ e3ea48dc9a 324c3a991b MMI Modules restructuration 1 year ago
mmiproduct @ ad006856af 324c3a991b MMI Modules restructuration 1 year ago
mmiproductdluo @ 11029b2ca8 ff6194c152 MMIProductDLUO : Fix eatby/sellby in lot_ddm_old_remove() 1 year ago
mmiproject @ a0ae3a53c5 3d46f3d05d MMIProject : Fix filter Extrafield_fk_jalon_commandedet 1 year ago
mmisecurity @ 36049eb5ad 672e9b32ee MMISecurity Module add 1 year ago
mmishipping @ 11acc8c2ee 8bf998b97f MMIShipping : autoliquidation problems script 1 year ago
mmistats @ 7b4e261f06 55c49cb4a0 MMIStats : Fix index page 1 year ago
mmivateec @ 834837f73e 5b0007135b MMI module Number 2 years ago
mmiworkflow @ 6a81e057e6 324c3a991b MMI Modules restructuration 1 year ago
multismtp @ 8390f88ff4 3c80c80c65 Add modules repositories 2 years ago
nomenclature @ 84d3749d82 3e80a163f0 Modules ATM : btp nomenclature 1 year ago
propalehistory @ 6d36c1b67d d43402c67a Module ATM propalehistory 2 years ago
sfycustom @ 30493f15fa 1445a10198 MMIWorkflow : DDM shipping bug if multiple times same batch and not enought stock 1 year ago
stocktransfers @ 80ea48edf7 3c80c80c65 Add modules repositories 2 years ago
subtotal @ d9a52cf6c5 2e19a917e9 SubTotal : updates 1 year 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/';