2022-06-27 14:00:26 +02:00
<!--
2024-03-29 07:00:34 +01: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-27 14:00:26 +02:00
-->
2019-06-27 12:56:48 +02:00
# Dolibarr pour YunoHost
2019-06-16 00:06:51 +02:00
2023-03-13 19:27:22 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/dolibarr.svg )](https://dash.yunohost.org/appci/app/dolibarr) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/dolibarr.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/dolibarr.maintain.svg )
2021-01-07 14:24:42 +01:00
[![Installer Dolibarr avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=dolibarr)
2019-06-16 00:06:51 +02:00
2024-03-29 07:00:34 +01:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2019-06-16 00:06:51 +02:00
2024-03-29 07:00:34 +01:00
> *Ce package vous permet d’ installer Dolibarr rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2019-06-16 00:06:51 +02:00
2023-03-13 19:27:22 +01:00
## Vue d’ ensemble
2019-06-16 00:06:51 +02:00
2021-09-25 14:42:49 +02:00
Dolibarr ERP & CRM est un logiciel moderne de gestion de votre activité professionnelle ou associative (contacts, factures, commandes, stocks, agenda, etc.).
2019-06-16 00:06:51 +02:00
2024-05-22 03:32:54 +02:00
**Version incluse :** 19.0.2~ynh1
2022-08-08 11:40:20 +02:00
2024-03-29 07:00:34 +01:00
**Démo :** < https: / / www . dolibarr . org / onlinedemo >
2019-06-16 00:06:51 +02:00
2023-03-13 19:27:22 +01:00
## Captures d’ écran
2019-06-16 00:06:51 +02:00
2023-03-13 19:27:22 +01:00
![Capture d’ écran de Dolibarr ](./doc/screenshots/screenshot.jpg )
2019-06-16 00:06:51 +02:00
2021-09-25 14:42:49 +02:00
## Documentations et ressources
2019-06-16 00:06:51 +02:00
2024-03-29 07:00:34 +01:00
- Site officiel de l’ app : < https: // www . dolibarr . org />
- Documentation officielle utilisateur : < https: // www . dolibarr . org /# features >
- Documentation officielle de l’ admin : < https: // www . dolibarr . org / documentation-home >
- Dépôt de code officiel de l’ app : < https: // github . com / Dolibarr / dolibarr >
- YunoHost Store : < https: // apps . yunohost . org / app / dolibarr >
- Signaler un bug : < https: // github . com / YunoHost-Apps / dolibarr_ynh / issues >
2019-06-16 00:06:51 +02:00
2021-01-07 14:24:42 +01:00
## Informations pour les développeurs
2019-06-16 00:06:51 +02:00
2024-03-29 07:00:34 +01:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/dolibarr_ynh/tree/testing ).
2019-06-16 00:06:51 +02:00
2024-03-29 07:00:34 +01:00
Pour essayer la branche `testing` , procédez comme suit :
2022-06-27 14:00:26 +02:00
2024-03-29 07:00:34 +01:00
```bash
2019-07-07 00:42:51 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/dolibarr_ynh/tree/testing --debug
2019-06-16 00:06:51 +02:00
ou
2019-07-07 00:42:51 +02:00
sudo yunohost app upgrade dolibarr -u https://github.com/YunoHost-Apps/dolibarr_ynh/tree/testing --debug
2019-06-16 00:06:51 +02:00
```
2021-09-25 14:42:49 +02:00
2024-03-29 07:00:34 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >