mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
commit
226993c2a8
4 changed files with 4 additions and 13 deletions
|
@ -29,10 +29,7 @@ Create and email invoices, track payments, expenses, and time tasks
|
|||
|
||||
### Warning
|
||||
|
||||
This is the new version of InvoiceNinja. There are several things not working at the moment:
|
||||
|
||||
* installation into a sub-directory
|
||||
* sending mails
|
||||
This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -25,10 +25,7 @@ Créer et envoyer des factures par e-mail, suivre les paiements, les dépenses e
|
|||
|
||||
### Warning
|
||||
|
||||
This is the new version of InvoiceNinja. There are several things not working at the moment:
|
||||
|
||||
* installation into a sub-directory
|
||||
* sending mails
|
||||
This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ DB_USERNAME=__DB_NAME__
|
|||
DB_PASSWORD=__DB_PWD__
|
||||
DB_PORT=3306
|
||||
|
||||
MAIL_MAILER=smtp
|
||||
MAIL_MAILER=sendmail
|
||||
MAIL_HOST=localhost
|
||||
MAIL_PORT=25
|
||||
MAIL_USERNAME=null
|
||||
|
|
|
@ -1,9 +1,6 @@
|
|||
### Warning
|
||||
|
||||
This is the new version of InvoiceNinja. There are several things not working at the moment:
|
||||
|
||||
* installation into a sub-directory
|
||||
* sending mails
|
||||
This is the new version of InvoiceNinja. Installation into a sub-directory is currently impossible.
|
||||
|
||||
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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue