Official seven module for DOLIBARR ERP CRM
- Send SMS to Contacts, third-party associated with Projects, Invoice, Supplier Order
- Send Bulk SMS to specific third parties (prospect, customer, countries + many more)
- Automatic SMS dispatch after disabling/enabling contacts
- Automatic SMS dispatch after an invoice has been created, validated, updated or paid
- Automatic SMS dispatch after status changes to prospection, qualification, proposal or negotiation
- Automatic SMS dispatch after an order has been is created, validated, approved, refused, dispatched
- User Property Placeholders
Translations can be completed manually by editing files into directories langs.
- 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 installationFor 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';
-
- Clone the repository in
$dolibarr_main_document_root_alt/seven
cd ....../custom
git clone git@github.com:seven-io/dolibarr.git seven
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