Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seven-io/dolibarr
Send SMS and make text-to-speech calls in bulk
https://github.com/seven-io/dolibarr
crm dolibarr dolibarr-erp erp sms
Last synced: about 2 months ago
JSON representation
Send SMS and make text-to-speech calls in bulk
- Host: GitHub
- URL: https://github.com/seven-io/dolibarr
- Owner: seven-io
- License: mit
- Created: 2021-09-09T12:40:56.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-05T14:55:49.000Z (about 1 year ago)
- Last Synced: 2023-12-05T16:09:49.786Z (about 1 year ago)
- Topics: crm, dolibarr, dolibarr-erp, erp, sms
- Language: PHP
- Homepage: https://www.seven.io/en/docs/third-party-solutions/dolibarr/
- Size: 238 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Official [seven](https://www.seven.io) module for [DOLIBARR ERP CRM](https://www.dolibarr.org)
## Features
- 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
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](https://www.dolistore.com)), 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:```php
//$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:
```php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
```- Windows:
```php
$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```
```sh
cd ....../custom
git clone [email protected]: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[![MIT](https://img.shields.io/badge/License-MIT-teal.svg)](LICENSE)