salesagility / SuiteCRM-Core

SuiteCRM - Open source CRM for the world
https://www.suitecrm.com
GNU Affero General Public License v3.0
179 stars 132 forks source link

[BUG] QUOTES - Print PDF - VAT is always 0% #405

Open rmendes-13 opened 11 months ago

rmendes-13 commented 11 months ago

General Summary

When printing quotes, the TAX is always ZERO, despite:

Previous or similar issues

This issue has been posted at the SuiteCRM forums, like: Quotes Tax field empty - Error Generating PDF Tax rate in pdf quotes always shows 0% - a bug?

Issue

When printing quotes, the quote should be printed correctly with the relevant fields correctly populated. This includes:

And the printed quote:

Expected Behavior

Quotes should be printed correctly with the relevant information as viewed on SuiteCRM.

Actual Behavior

Doesn't print the VAT/TAX amount nor it adds the currency symbols to the quote. Have you ever seen an invoice or quote without a currency?

Steps to Reproduce

  1. Create a quote with taxed items
  2. Print the quote

Context

Trying to get a proper quote with the fields showing the correct values.

Your Environment

johnM2401 commented 10 months ago

Hey!

Thanks for getting in touch!

For future reference: Not 100% certain as of yet, but this looks like it may be due to the selected TAX having extra text in the label.

Set the following as per the linked forum post: image

Selected one custom item, one regular item: image

Displays as such on printed PDF: image

--

Changing the Custom one to just be "23%": image

Causes it to then render as: image

Thank you again!

rmendes-13 commented 9 months ago

Hi there,

Ok so I need labels on the tax rates. I believe that is the whole nature of something being a label, not the actual value. So when is this expected to be fixed?

On another note but on the same topic, why not implement a proper VAT system? There's a whole topic about it on the forums.