Difference between revisions of "Module OVH (SMS, ClickToDial, ...)"
m (→Informations) |
|||
Line 10: | Line 10: | ||
|webbuy={{LinkToPluginDownloadDoliStore|keyword=}} | |webbuy={{LinkToPluginDownloadDoliStore|keyword=}} | ||
|status=stable | |status=stable | ||
− | |prerequisites=Un compte OVH. Pour l'utilisation de Click2Dial, il faut aussi un abonnement SIP et les identifiants fournis par OVH | + | |prerequisites=Un compte OVH. |
+ | Pour l'utilisation de Click2Dial, il faut aussi un abonnement SIP et les identifiants fournis par OVH | ||
|minversion=3.4.0 | |minversion=3.4.0 | ||
|note= | |note= |
Revision as of 13:24, 28 February 2014
Informations
Module name | OVH |
Editor / Editeur | NLTechno - www.nltechno.com |
Download or buy page / Page achat ou téléchargement | External module - www.dolistore.com |
Status / Statut / Estado | Stable |
Prerequisites / Prérequis | Un compte OVH.
Pour l'utilisation de Click2Dial, il faut aussi un abonnement SIP et les identifiants fournis par OVH Dolibarr min version: See on Dolistore Dolibarr max version: See on Dolistore |
Last update date / Date mise à jour fiche / Fecha última actualización | 2014-02-28 |
Note / Nota |
Features
Add features to link Dolibarr between OVH web hosting services. Current version allows to:
- Send SMS to a thirdparty or member
- Import your OVH invoices
- Use the ClickToDial OVH system
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
To use this module, you must first enable it using an administrator account, via the menu option "Home - Setup - Modules".
Choose the tab where the module is listed. Then click on "Activate".
The module is now activated.
If a cog icon appears on module thumb or at end of the line of the module, click on it to access the setup page specific to the module.
Common setup
All services of this module use OVH API. So you must have an OVH (www.ovh.com) account.
Then go on Dolibarr, OVH module setup, tab "Common", 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.
SMS setup
Sending of SMS need to buy SMS packages at OVH, so with your OVH account, select number of SMS to buy at OVH website. OVH commercial page for this is http://www.ovh.co.uk/sms_and_fax/
Once this is done, go into Dolibarr, setup of module OVH, "SMS" tab and add name of SMS group to use (groups created from your online OVH manager).
ClickToDial setup
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.
Import OVH invoices setup
Just select the supplier third party to have imported invoices linked to.
Usage
SMS
- Go into card of a Thirdparty, Contact or Member. A new tab is visible to send SMS.
ClickToDial
- If the ClickToDial module (it's another module provided by default with all Dolibarr) was also activated, and URL provided by at previous chapter was filled into its setup page, 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
Go into menu "Home - Modules tools - OVH invoices import". If this menu does not exists onto your instance, call URL page http://yourdolibarr/ovh/importovhinvoice.php
You can the choose which invoice to import.
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.