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
Describe the bug
When I apply a withholding on the invoice, which deducts an amount from the total, the tax report should display this amount. This value represents the withholding made by the customer, which the customer then pays to the tax authorities.
Expected behavior
The withholding amount is expected to appear (not as a negative value), but this amount should not be added to the VAT amount. I believe we should calculate totals by item and not sum everything together. The VAT amount is paid by the issuer of the invoice, but the withholding is paid by the customer; they are two different things. If it is negative, it should be in a separate section, such as "Withheld Amounts," and listed separately.
Screenshots
Please complete the following information:
Crater version:
PHP version:
Database type and version:
Optional info
OS: [e.g. Ubuntu]
Browser: [e.g. chrome, safari]
The text was updated successfully, but these errors were encountered:
Describe the bug
When I apply a withholding on the invoice, which deducts an amount from the total, the tax report should display this amount. This value represents the withholding made by the customer, which the customer then pays to the tax authorities.
Expected behavior
The withholding amount is expected to appear (not as a negative value), but this amount should not be added to the VAT amount. I believe we should calculate totals by item and not sum everything together. The VAT amount is paid by the issuer of the invoice, but the withholding is paid by the customer; they are two different things. If it is negative, it should be in a separate section, such as "Withheld Amounts," and listed separately.
Screenshots
Please complete the following information:
Optional info
The text was updated successfully, but these errors were encountered: