mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
commit
04a946b74f
9 changed files with 21 additions and 11 deletions
|
@ -16,10 +16,10 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
## Overview
|
||||
|
||||
Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
|
||||
|
||||
**Shipped version:** 5.8.2~ynh1
|
||||
**Shipped version:** 5.8.9~ynh1
|
||||
|
||||
**Demo:** https://react.invoicing.co/demo
|
||||
|
||||
|
|
|
@ -16,10 +16,10 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
## Vue d’ensemble
|
||||
|
||||
Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients.
|
||||
|
||||
|
||||
**Version incluse :** 5.8.2~ynh1
|
||||
**Version incluse :** 5.8.9~ynh1
|
||||
|
||||
**Démo :** https://react.invoicing.co/demo
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
* The first user gets created after installing Invoice Ninja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing.
|
||||
* The first user gets created after installing InvoiceNinja. The email-address is the one of your administrator user of the app. The password is the administration password you provided while installing.
|
||||
* Other users can be created from inside the application
|
||||
|
|
2
doc/ADMIN_fr.md
Normal file
2
doc/ADMIN_fr.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
* Le premier utilisateur est créé après l'installation d'InvoiceNinja. L'adresse e-mail est celle de votre utilisateur administrateur de l'application. Le mot de passe est le mot de passe d'administration que vous avez fourni lors de l'installation.
|
||||
* D'autres utilisateurs peuvent être créés depuis l'application
|
|
@ -1 +1 @@
|
|||
Invoice Ninja is the the leading self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
|
|
1
doc/DESCRIPTION_fr.md
Normal file
1
doc/DESCRIPTION_fr.md
Normal file
|
@ -0,0 +1 @@
|
|||
Invoice Ninja est une plate-forme de facturation auto-hébergée permettant de créer et d'envoyer des factures par courrier électronique, de suivre les paiements et les dépenses, ainsi que de chronométrer les tâches et projets facturables pour les clients.
|
|
@ -1,7 +1,7 @@
|
|||
Please open your __APP__ domain: https://__DOMAIN____PATH_URL__
|
||||
Please open your __APP__ domain: https://__DOMAIN____PATH__
|
||||
|
||||
The username is the administrator's email address
|
||||
The password is the administrator one you filled during the installation
|
||||
The secret is: __API_SECRET__
|
||||
|
||||
Please note that if you did NOT install the application in public mode, you should go to the Yunohost login portal first to authenticate yourself in order to access to the application.
|
||||
Please note that if you did NOT install the application in public mode, you should go to the YunoHost login portal first to authenticate yourself in order to access to the application.
|
||||
|
|
7
doc/POST_INSTALL_fr.md
Normal file
7
doc/POST_INSTALL_fr.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
Veuillez ouvrir votre domaine __APP__ : https://__DOMAIN____PATH__
|
||||
|
||||
Le nom d'utilisateur est l'adresse email de l'administrateur
|
||||
Le mot de passe est celui de l'administrateur que vous avez renseigné lors de l'installation
|
||||
Le secret est : __API_SECRET__
|
||||
|
||||
Veuillez noter que si vous n'avez PAS installé l'application en mode public, vous devez d'abord vous rendre sur le portail de connexion YunoHost pour vous authentifier afin d'accéder à l'application.
|
|
@ -5,7 +5,7 @@ name = "InvoiceNinja 5"
|
|||
description.en = "Create and email invoices, track payments, expenses, and time tasks"
|
||||
description.fr = "Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses et les tâches horaires"
|
||||
|
||||
version = "5.8.2~ynh1"
|
||||
version = "5.8.9~ynh1"
|
||||
|
||||
maintainers = ["Sebastian Gumprich"]
|
||||
|
||||
|
@ -58,8 +58,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.2/invoiceninja.zip"
|
||||
sha256 = "baf7e6ab080149a2793e8ddead1fefa3fff3cf0b24f5ab280088d39bb6c55d6f"
|
||||
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.9/invoiceninja.zip"
|
||||
sha256 = "67b27ed3c15fcaf1d13386b25b6e52172d7660f1ad6ea6d71cb6028248ded501"
|
||||
in_subdir = false
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "invoiceninja.zip"
|
||||
|
|
Loading…
Reference in a new issue