You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you reported this to Slack/forum before posting? NO
Have you inspected the logs in storage/logs/laravel.log for any errors? YES
Describe the bug
I use two taxes in my invoices., that are applied to the invoice net total to calculate the final invoiced amount.
The first tax is 21% and then there is -15%. for personal tax income withholding.
Both taxes are calculated using the net amount, and then to calculate the total, just add the 21% and subtract the 15% to the net amount.
In the error i found, it was like this:
Tax Free amount (Net/Subtotal): 1393,50 €
21% VAT : 292,64€. (rounded ok)
-15% WITHOLD: -209,03€ (rounded ok) Total: 1.477,12€.
Total should be : 1.477,11€.
This happens in the edit screen of the react web, but only in the web interface. In the PDF preview and the final PDF invoice it shows the proper amount: 1.477,11€
The Flutter app works fine, showing the proper amount in the interface: 1.477,11€
Steps To Reproduce
Create two taxes : One 21% and another -15%.
Set the total amount of an invoice to 1393,50 €
Set the two taxes for that invoice.
total shown in the screen for the invoice should be 1.477,11€, but actually shows 1477,12€
Expected Behaviour
The expected behaviour is for the total to be 1477,11€, but it shows 1.477,12€
Additional context
Screenshots
Logs
The text was updated successfully, but these errors were encountered:
Setup
Interface
Checklist
Describe the bug
I use two taxes in my invoices., that are applied to the invoice net total to calculate the final invoiced amount.
The first tax is 21% and then there is -15%. for personal tax income withholding.
Both taxes are calculated using the net amount, and then to calculate the total, just add the 21% and subtract the 15% to the net amount.
In the error i found, it was like this:
Tax Free amount (Net/Subtotal): 1393,50 €
21% VAT : 292,64€. (rounded ok)
-15% WITHOLD: -209,03€ (rounded ok)
Total: 1.477,12€.
Total should be : 1.477,11€.
This happens in the edit screen of the react web, but only in the web interface. In the PDF preview and the final PDF invoice it shows the proper amount: 1.477,11€
The Flutter app works fine, showing the proper amount in the interface: 1.477,11€
Steps To Reproduce
Create two taxes : One 21% and another -15%.
Set the total amount of an invoice to 1393,50 €
Set the two taxes for that invoice.
total shown in the screen for the invoice should be 1.477,11€, but actually shows 1477,12€
Expected Behaviour
The expected behaviour is for the total to be 1477,11€, but it shows 1.477,12€
Additional context
Screenshots
Logs
The text was updated successfully, but these errors were encountered: