maketrandevu_ynh/README_fr.md

60 lines
3.0 KiB
Markdown
Raw Normal View History

2022-06-01 05:16:25 +03:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-08-14 19:18:52 +03:00
# Easy!Appointments pour YunoHost
2023-03-29 20:23:53 +03:00
[![Niveau dintégration](https://dash.yunohost.org/integration/easyappointments.svg)](https://dash.yunohost.org/appci/app/easyappointments) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/easyappointments.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/easyappointments.maintain.svg)
2021-08-14 19:18:52 +03:00
[![Installer Easy!Appointments avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=easyappointments)
*[Read this readme in english.](./README.md)*
2023-03-29 20:23:53 +03:00
> *Ce package vous permet dinstaller Easy!Appointments rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2021-08-14 19:18:52 +03:00
2023-03-29 20:23:53 +03:00
## Vue densemble
2021-08-14 19:18:52 +03:00
2023-09-10 10:02:53 +03:00
Easy!Appointments est une application Web hautement personnalisable qui permet aux clients de prendre rendez-vous avec vous via une interface Web sophistiquée. De plus, il offre la possibilité de synchroniser vos données avec Google Agenda afin que vous puissiez les utiliser avec d'autres services. Il s'agit d'un projet open source que vous pouvez télécharger et installer même pour un usage commercial. Easy!Appointments fonctionnera sans problème avec votre site Web existant car il peut être installé dans un seul dossier du serveur et bien sûr partager une base de données existante.
2021-09-03 13:44:11 +03:00
2023-09-10 10:02:53 +03:00
### Caractéristiques
2021-09-03 13:44:11 +03:00
2023-09-10 10:02:53 +03:00
- Gestion des clients et des rendez-vous.
- Organisation des services et prestataires.
- Plan de travail et règles de réservation.
- Synchronisation de Google Agenda.
- Système de notifications par e-mail.
- Installation auto-hébergée.
- Interface utilisateur traduite.
2021-09-03 14:03:32 +03:00
2021-08-14 19:18:52 +03:00
2023-09-10 10:02:53 +03:00
**Version incluse :** 1.4.3~ynh3
2021-08-14 19:18:52 +03:00
**Démo :** https://demo.easyappointments.org/
2023-03-29 20:23:53 +03:00
## Captures décran
2021-08-14 19:18:52 +03:00
2023-03-29 20:23:53 +03:00
![Capture décran de Easy!Appointments](./doc/screenshots/screenshots.png)
2021-08-14 19:18:52 +03:00
## Documentations et ressources
2023-03-29 20:23:53 +03:00
* Site officiel de lapp : <https://easyappointments.org/>
* Documentation officielle de ladmin : <https://easyappointments.org/docs.html#1.4.3/readme.md>
* Dépôt de code officiel de lapp : <https://github.com/alextselegidis/easyappointments>
2023-10-31 17:08:16 +03:00
* YunoHost Store: <https://apps.yunohost.org/app/easyappointments>
2022-06-01 05:16:25 +03:00
* Signaler un bug : <https://github.com/YunoHost-Apps/easyappointments_ynh/issues>
2021-08-14 19:18:52 +03:00
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-06-01 05:16:25 +03:00
``` bash
2021-08-14 19:18:52 +03:00
sudo yunohost app install https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug
ou
sudo yunohost app upgrade easyappointments -u https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing --debug
```
2023-03-29 20:23:53 +03:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>