ATM-Consulting / dolibarr_module_externalaccess

Add external access for customers or suppliers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOLIBARR MODULE EXTERNAL ACCESS

Last realease

External Access is a Dolibarr module usefull to create a customer gate

LICENSE

Copyright (C) 2019 ATM Consulting contact@atm-consulting.fr External Access is released under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version (GPL-3+).

See the COPYING file for a full copy of the license.

INSTALL

Note : This module need the abricot module to be installed on your dolibarr

Requirement

Need module abricot installed

From the ZIP file and GUI interface

  • If you get the module in a zip file (like when downloading it from the market place Dolistore), go into menu Home - Setup - Modules - Deploy external module and upload the zip file.

Note: If this screen tell you there is no custom directory, check your setup is correct:

  • In your Dolibarr installation directory, edit the htdocs/conf/conf.php file and check that following lines are not commented:

    //$dolibarr_main_url_root_alt ...
    //$dolibarr_main_document_root_alt ...
  • Uncomment them if necessary (delete the leading //) and assign a sensible value according to your Dolibarr installation

    For example :

    • UNIX:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
    • Windows:

      $dolibarr_main_url_root_alt = '/custom';
      $dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';

if needed rename dolibarr_module_externalaccess folder to externalaccess

From a GIT repository

  • Clone the repository in $dolibarr_main_document_root_alt/externalaccess
cd ....../custom
git clone git@giturl:gitlogin/externalaccess.git externalaccess

Final steps

From your browser:

  • Log into Dolibarr as a super-administrator
  • Go to "Setup" -> "Modules"
  • You should now be able to find and enable the module

About

Add external access for customers or suppliers


Languages

Language:PHP 99.4%Language:JavaScript 0.6%