1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invoiceninja5_ynh.git synced 2024-09-03 19:26:23 +02:00

Merge pull request #265 from YunoHost-Apps/ci-auto-update-5.8.48

Upgrade to v5.8.48
This commit is contained in:
Sebastian Gumprich 2024-04-13 08:36:42 +02:00 committed by GitHub
commit 60c80dcff8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 59 additions and 7 deletions

View file

@ -4,3 +4,4 @@
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [阅读中文(简体)的 README](README_zh_Hans.md)

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
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.47~ynh1
**Shipped version:** 5.8.48~ynh1
**Demo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Paketatutako bertsioa:** 5.8.47~ynh1
**Paketatutako bertsioa:** 5.8.48~ynh1
**Demoa:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
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.47~ynh1
**Version incluse:** 5.8.48~ynh1
**Démo:** <https://react.invoicing.co/demo>

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**Versión proporcionada:** 5.8.47~ynh1
**Versión proporcionada:** 5.8.48~ynh1
**Demo:** <https://react.invoicing.co/demo>

51
README_zh_Hans.md Normal file
View file

@ -0,0 +1,51 @@
<!--
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
请勿手动编辑。
-->
# YunoHost 的 InvoiceNinja 5
[![集成程度](https://dash.yunohost.org/integration/invoiceninja5.svg)](https://dash.yunohost.org/appci/app/invoiceninja5) ![工作状态](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/invoiceninja5.maintain.svg)
[![使用 YunoHost 安装 InvoiceNinja 5](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=invoiceninja5)
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 InvoiceNinja 5。*
> *如果您还没有 YunoHost请参阅[指南](https://yunohost.org/install)了解如何安装它。*
## 概况
Invoice Ninja is a self-hosted invoicing platform to create & email invoices, track payments and expenses, and time billable tasks & projects for clients.
**分发版本:** 5.8.48~ynh1
**演示:** <https://react.invoicing.co/demo>
## 截图
![InvoiceNinja 5 的截图](./doc/screenshots/Create-Invoices-in-Seconds.png)
## 文档与资源
- 官方应用网站: <https://invoiceninja.org>
- 官方用户文档: <https://invoiceninja.github.io/>
- 官方管理文档: <https://invoiceninja.github.io/>
- 上游应用代码库: <https://github.com/invoiceninja/invoiceninja>
- YunoHost 商店: <https://apps.yunohost.org/app/invoiceninja5>
- 报告 bug <https://github.com/YunoHost-Apps/invoiceninja5_ynh/issues>
## 开发者信息
请向 [`testing` 分支](https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing) 发送拉取请求。
如要尝试 `testing` 分支,请这样操作:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
sudo yunohost app upgrade invoiceninja5 -u https://github.com/YunoHost-Apps/invoiceninja5_ynh/tree/testing --debug
```
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>

View file

@ -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.47~ynh1"
version = "5.8.48~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.47/invoiceninja.zip"
sha256 = "2bad0fdd27fbfeecddd6dc38e2a0ceaf938a4936a013f687a16c199fa40338ed"
url = "https://github.com/invoiceninja/invoiceninja/releases/download/v5.8.48/invoiceninja.zip"
sha256 = "b74a2be92246f6676d65d674dcc3e5636343b9493cf08686bb52937f3c44cad5"
in_subdir = false
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "invoiceninja.zip"