Module OVH (SMS, ClickToDial, ...)
Informations
Module name | |
Editor / Editeur | NLTechno (www.nltechno.com) - www.dolistore.com |
Download or buy page / Page achat ou téléchargement | |
Status / Statut / Estado | Stable |
Prerequisites / Prérequis |
Dolibarr min version: 3.1.0 Dolibarr max version: {{{maxversion}}} |
Last update date / Date mise à jour fiche / Fecha última actualización | 2012-09-3 |
Note / Nota |
Features
Add features to link Dolibarr between OVH web hosting services.
Installation
- Télécharger le fichier archive du module (.zip) depuis le site web www.dolistore.com ou le récupérer par tout autre manière.
- Placer le répertoire du module dans le répertoire custom de Dolibarr:
- Pour cela, aller dans Accueil - Configuration - Modules - Déployer/installer une app/module externe
- Téléverser le fichier. Note: Si cela échoue, vous pouvez manuellement dézipper le fichier dans le répertoire custom via la ligne de commande: aller dans le répertoire *custom* et décompressez le zip avec la commande: unzip fichiermodule.zip
- Le module est opérationnel et peut être activé.
Setup
Pour utiliser ce module, il vous faut d'abord l'activer. Pour cela, après s'être connecté avec un compte administrateur, aller sur la page "Accueil - Configuration - Modules".
Choisissez l'onglet dans lequel apparaît le module puis cliquez sur "Activer".
Le module est alors activé.
Si un pictogramme apparaît sur la vignette ou à la fin de la ligne du module, cliquez dessus pour accéder à la page de paramétrage spécifique à ce module.
Then go on setup page, and add your OVH account:
* Nic handle * Mot de passe
For field "URL of SOAP OVH service", type the value provided as example.
* https://www.ovh.com/soapi/soapi-re-1.26.wsdl
Once information are input, you can click onto "Test connexion" to check that Dolibarr can communicate with OVH server.
- To send SMS, go on SMS tab and add name of SMS group to use (groups created from your online OVH manager). - To use ClickToDial, go on ClickToDial tab, take URL provided on page and paste it into ClickToDial module setup page, once module ClickToDial was activated.
Usage
SMS
- Go into card of a Thirdparty, Contact or Member. A new tab is visible to send SMS.
ClickToDial
- If you ClickToDial module was activated and URL as described at previous chapter was filled, a picto must be visible near to each phone number. Clicking on picto will launch phone numbering and launch your OVH phoning system.
Fetching invoices
See page Script importovhinvoice.php
Development
The development of this module is not included inside the standard GIT repository of Dolibarr but inside a repository dedicated to modules not supported by the Dolibarr development team but supported by DoliCloud team:
- GIT Repository: git clone https://github.com/DoliCloud/DoliMods.git
Note that the code of all modules developed by DoliCloud team are presents in the same repository (1 sub-directory of htdocs = 1 module). They are all Open Source modules.