invoiceninja / dockerfiles

Docker files for Invoice Ninja
https://hub.docker.com/r/invoiceninja/invoiceninja
GNU General Public License v2.0
398 stars 264 forks source link

Tax line item not displaying in Totals area of invoice #548

Closed Condolas closed 10 months ago

Condolas commented 10 months ago

Setup information docker-compose

Describe the bug The tax line does not display on the invoice in the totals area. The tax is correctly calculated, and updates the other totals values, however the tax line itself does not display. I have set the invoice design to include the tax.

To reproduce Steps to reproduce the behavior:

  1. Create invoice with some products/tasks
  2. Scroll down to totals
  3. Unable to see tax line item

Expected behavior On the invoice, I should see the tax as a line item in the totals area as shown in the invoice designer preview.

Screenshots/logs image image image

Docker/Kubernetes/Helm:

Server: Docker Engine - Community Engine: Version: 24.0.7 API version: 1.43 (minimum version 1.12) Go version: go1.20.10 Git commit: 311b9ff Built: Thu Oct 26 09:08:26 2023 OS/Arch: linux/arm64 Experimental: false containerd: Version: 1.6.24 GitCommit: 61f9fd88f79f081d64d6fa3bb1a0dc71ec870523 runc: Version: 1.1.9 GitCommit: v1.1.9-0-gccaecfc docker-init: Version: 0.19.0 GitCommit: de40ad0

turbo124 commented 10 months ago

Are you on the latest release? i believe this has been fixed in the latest.

Condolas commented 10 months ago

Pulled the latest release and confirmed the issue is resolved. Thanks!