mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
60 lines
2.7 KiB
Markdown
60 lines
2.7 KiB
Markdown
<!--
|
||
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.
|
||
-->
|
||
|
||
# InvoiceNinja pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/invoiceninja.svg)](https://dash.yunohost.org/appci/app/invoiceninja) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/invoiceninja.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/invoiceninja.maintain.svg)
|
||
[![Installer InvoiceNinja avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=invoiceninja)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d'installer InvoiceNinja rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||
|
||
## Vue d'ensemble
|
||
|
||
Invoice Ninja est la plate-forme open source n°1 pour créer et envoyer des factures par e-mail, suivre les paiements et les dépenses, ainsi que les tâches et projets facturables pour les clients.
|
||
|
||
|
||
**Version incluse :** 4.5.50~ynh1
|
||
|
||
|
||
**Démo :** https://app.invoiceninja.com/dashboard
|
||
|
||
## Captures d'écran
|
||
|
||
![Capture d'écran de InvoiceNinja](./doc/screenshots/screenshot.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
:warning: Vous êtes invité à regarder [InvoiceNinja 5](https://github.com/YunoHost-Apps/invoiceninja5_ynh) :warning:
|
||
|
||
* Il n'y a pas de support LDAP officiel
|
||
* Le premier utilisateur est créé après l'installation d'Invoice Ninja
|
||
* D'autres utilisateurs peuvent être créés depuis l'intérieur de l'application
|
||
|
||
* La configuration se produit dans l'application elle-même.
|
||
|
||
## Documentations et ressources
|
||
|
||
* Site officiel de l'app : <https://invoiceninja.org>
|
||
* Documentation officielle de l'admin : <https://docs.invoiceninja.com/index.html>
|
||
* Dépôt de code officiel de l'app : <https://github.com/invoiceninja/invoiceninja>
|
||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_invoiceninja>
|
||
* Signaler un bug : <https://github.com/YunoHost-Apps/invoiceninja_ynh/issues>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing).
|
||
|
||
Pour essayer la branche testing, procédez comme suit.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade invoiceninja -u https://github.com/YunoHost-Apps/invoiceninja_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|