easyappointments_ynh/README_fr.md

61 lines
3.1 KiB
Markdown
Raw Normal View History

2022-06-01 05:16:25 +03:00
<!--
2024-03-29 09:01:07 +03:00
Nota bene: ce README est automatiquement généré par <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
Il NE doit PAS être modifié à la main.
2022-06-01 05:16:25 +03:00
-->
2021-08-14 19:18:52 +03:00
# Easy!Appointments pour YunoHost
2024-07-07 15:20:28 +03:00
[![Niveau dintégration](https://dash.yunohost.org/integration/easyappointments.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2023-03-29 20:23:53 +03:00
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)
2024-03-29 09:01:07 +03:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2021-08-14 19:18:52 +03:00
2024-03-29 09:01:07 +03:00
> *Ce package vous permet dinstaller Easy!Appointments rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](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
2024-07-07 15:20:28 +03:00
**Version incluse:** 1.5.0~ynh1
2021-08-14 19:18:52 +03:00
2024-03-29 09:01:07 +03:00
**Démo:** <https://demo.easyappointments.org/>
2021-08-14 19:18:52 +03:00
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
2024-03-29 09:01:07 +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>
- YunoHost Store: <https://apps.yunohost.org/app/easyappointments>
- Signaler un bug: <https://github.com/YunoHost-Apps/easyappointments_ynh/issues>
2021-08-14 19:18:52 +03:00
## Informations pour les développeurs
2024-03-29 09:01:07 +03:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/easyappointments_ynh/tree/testing).
2021-08-14 19:18:52 +03:00
2024-03-29 09:01:07 +03:00
Pour essayer la branche `testing`, procédez comme suit:
2022-06-01 05:16:25 +03:00
2024-03-29 09:01:07 +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
```
2024-03-29 09:01:07 +03:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>