Nathan Fretz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
7 additions and
3 deletions
-
invoice-ninja/docker-compose.yml
-
invoice-ninja/umbrel-app.yml
|
@ -18,7 +18,7 @@ services: |
|
|
- app |
|
|
- app |
|
|
|
|
|
|
|
|
app: |
|
|
app: |
|
|
image: invoiceninja/invoiceninja:5.10.42@sha256:cc79cc97ed75b64be5c07048e25e68e41e9ea5398ad44cdd55a411d5cc7c2e6f |
|
|
image: invoiceninja/invoiceninja:5.10.43@sha256:8af684a37856df8a48a2910e64aad9c180f7a5a9c81301dab9fc85e3564293e9 |
|
|
# We're forced to run user/group 1500 |
|
|
# We're forced to run user/group 1500 |
|
|
# More detail here: https://github.com/invoiceninja/dockerfiles/blob/ad3ffc227d63740330f761dad6e8c87768577847/alpine/5/Dockerfile#L70-L80 |
|
|
# More detail here: https://github.com/invoiceninja/dockerfiles/blob/ad3ffc227d63740330f761dad6e8c87768577847/alpine/5/Dockerfile#L70-L80 |
|
|
user: "1500:1500" |
|
|
user: "1500:1500" |
|
|
|
@ -2,7 +2,7 @@ manifestVersion: 1.1 |
|
|
id: invoice-ninja |
|
|
id: invoice-ninja |
|
|
category: finance |
|
|
category: finance |
|
|
name: Invoice Ninja |
|
|
name: Invoice Ninja |
|
|
version: "5.10.42" |
|
|
version: "5.10.43" |
|
|
tagline: We'll help with the invoicing |
|
|
tagline: We'll help with the invoicing |
|
|
description: >- |
|
|
description: >- |
|
|
Invoicing, Quotes, Expenses, Tasks. |
|
|
Invoicing, Quotes, Expenses, Tasks. |
|
@ -21,7 +21,11 @@ gallery: |
|
|
- 3.jpg |
|
|
- 3.jpg |
|
|
path: '' |
|
|
path: '' |
|
|
releaseNotes: >- |
|
|
releaseNotes: >- |
|
|
This release includes fixes for credit sent events and other improvements. |
|
|
This release includes improvements to PDF generation and e-invoicing: |
|
|
|
|
|
- Fixed PDF generation with Projects |
|
|
|
|
|
- Added PEPPOL e-invoicing support |
|
|
|
|
|
- Improved task time logging |
|
|
|
|
|
- Updated translations |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases. |
|
|
Full release notes are available at https://github.com/invoiceninja/invoiceninja/releases. |
|
|