seven-io / dolibarr

Send SMS and make text-to-speech calls in bulk

Home Page:https://www.seven.io/en/docs/third-party-solutions/dolibarr/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Official seven module for DOLIBARR ERP CRM

Features

  • Bulk SMS
  • Bulk Voice
  • User Property Placeholders

Translations

Translations can be completed manually by editing files into directories langs.

Installation

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

From a GIT repository

  • Clone the repository in $dolibarr_main_document_root_alt/seven
cd ....../custom
git clone git@github.com:seven-io/dolibarr.git seven

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

MIT

About

Send SMS and make text-to-speech calls in bulk

https://www.seven.io/en/docs/third-party-solutions/dolibarr/

License:MIT License


Languages

Language:PHP 100.0%