Difference between revisions of "Module HelloAsso"
(→Usage) |
(→Usage) Tag: 2017 source edit |
||
Line 56: | Line 56: | ||
=Usage= | =Usage= | ||
The only thing to do for the use of the module is to give the payment link to the customer. | The only thing to do for the use of the module is to give the payment link to the customer. | ||
+ | |||
[[File:Exemple payment page Helloasso.png|border|968x968px]]<br /> | [[File:Exemple payment page Helloasso.png|border|968x968px]]<br /> | ||
+ | |||
=Development and contributions= | =Development and contributions= | ||
The development of this Open Source application 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 {{TemplateURLDoliCloud}} on GitHub: | The development of this Open Source application 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 {{TemplateURLDoliCloud}} on GitHub: |
Revision as of 10:29, 20 March 2024
Informations
Module name | HelloAsso |
Editor / Editeur | DoliCloud - www.dolicloud.com |
Download or buy page / Page achat ou téléchargement | |
Status / Statut / Estado | Development / Développement |
Prerequisites / Prérequis |
Dolibarr min version: 20 Dolibarr max version: {{{maxversion}}} |
Last update date / Date mise à jour fiche / Fecha última actualización | 2024-03-20 |
Note / Nota |
Features
Add into Dolibarr, a HelloAsso online payment page (credit/debit cards). This can be used to allow your customers to make ad-hoc payments or payments related to a specific Dolibarr object (invoice, order etc...)
Prerequisites
This module requires an instance of Dolibarr version 20 or +.
Installation
From the application
- Download the archive file of module (.zip file)
- Go on menu Home -> Setup -> Modules -> Deploy external module and submit the file.
- Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.
Manually
- Download the archive file of module (.zip file)
- Put the file into the root directory of Dolibarr.
- Uncompress the archive file, for example with command
unzip modulefile.zip
- Module is then visible into list of available modules (Home -> Setup -> Modules) and can be activated.
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.
1) First go on the setup page of HelloAsso module in Dolibarr
2) Then you need to set the Bank account for payments to be saved
Setup for sandbox mode
3) Next you need to connect to your HelloAsso-sandbox account to get and fill 3 fields in Dolibarr:
- Client organization test with the organization you want the checkout to be done
- Client id test key (Blue square on the image)
- Client secret test key (Red square on the image)
The two keys can be found on your HelloAsso-sandbox account in the menu My Account > Integrations and APIs
Setup for live mode
3) The next thing you need to do is enable the Live mode by setting On Helloasso live enabled button.
4) Next you need to connect to your HelloAsso account to get and fill 3 fields in Dolibarr:
- Client organization live with the organization you want the checkout to be done
- Client id live key (Blue square on the image)
- Client secret live key (Red square on the image)
The two keys can be found on your HelloAsso account in the menu My Account > Integrations and APIs
HelloAsso Api page
Usage
The only thing to do for the use of the module is to give the payment link to the customer.
Development and contributions
The development of this Open Source application 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 https://www.dolicloud.com on GitHub:
- Repository: https://github.com/DoliCloud/DoliMods.git
Your Pull request for fixes or enhancements are welcome.