mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
d1dbbd59cf
3 changed files with 56 additions and 1 deletions
51
README_it.md
Normal file
51
README_it.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
<!--
|
||||
N.B.: Questo README è stato automaticamente generato da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
|
||||
NON DEVE essere modificato manualmente.
|
||||
-->
|
||||
|
||||
# InvoiceNinja 5 per YunoHost
|
||||
|
||||
[![Livello di integrazione](https://dash.yunohost.org/integration/invoiceninja5.svg)](https://dash.yunohost.org/appci/app/invoiceninja5) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.maintain.svg)
|
||||
|
||||
[![Installa InvoiceNinja 5 con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=invoiceninja5)
|
||||
|
||||
*[Leggi questo README in altre lingue.](./ALL_README.md)*
|
||||
|
||||
> *Questo pacchetto ti permette di installare InvoiceNinja 5 su un server YunoHost in modo semplice e veloce.*
|
||||
> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.*
|
||||
|
||||
## Panoramica
|
||||
|
||||
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
|
||||
|
||||
|
||||
**Versione pubblicata:** 5.8.38~ynh1
|
||||
|
||||
**Prova:** <https://react.invoicing.co/demo>
|
||||
|
||||
## Screenshot
|
||||
|
||||
![Screenshot di InvoiceNinja 5](./doc/screenshots/Create-Invoices-in-Seconds.png)
|
||||
|
||||
## Documentazione e risorse
|
||||
|
||||
- Sito web ufficiale dell’app: <https://invoiceninja.org>
|
||||
- Documentazione ufficiale per gli utenti: <https://invoiceninja.github.io/>
|
||||
- Documentazione ufficiale per gli amministratori: <https://invoiceninja.github.io/>
|
||||
- Repository upstream del codice dell’app: <https://github.com/invoiceninja/invoiceninja>
|
||||
- Store di YunoHost: <https://apps.yunohost.org/app/invoiceninja5>
|
||||
- Segnala un problema: <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
|
||||
|
||||
## Informazioni per sviluppatori
|
||||
|
||||
Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing).
|
||||
|
||||
Per provare la branch di `testing`, si prega di procedere in questo modo:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
o
|
||||
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Maggiori informazioni riguardo il pacchetto di quest’app:** <https://yunohost.org/packaging_apps>
|
|
@ -5,3 +5,5 @@ 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.
|
||||
|
||||
If the application only shows a blank page instead of the login screen, you can try turning off 'Enhanced Tracking Protection' in Firefox. See https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues/184
|
||||
|
|
|
@ -4,4 +4,6 @@ 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.
|
||||
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.
|
||||
|
||||
Si l'application n'affiche qu'une page blanche à la place de la page de connexion, vous pouvez essayer de désactiver la 'Protection Avancée contre le pistage' sous Firefox. Voir https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues/184
|
||||
|
|
Loading…
Reference in a new issue