Hide VAT on quotes

Question asked by Andrew Aguilar 7 years ago

Hi

I want to create a Quote template (or modify an existing one) so that it shows the prices without any VAT on them. (I have a footnote that says "prices are ex VAT and delivery unless otherwise stated).

I have set up my quote template to select "hide tax" in the respective fields however VAT is still shown on the quote - so it appears this setting does not work.

Does anyone know of a way of doing what I am trying to do please?

Thanks

Andy

3 Replies

HI Andrew,

I haven't used the quote function myself, but could you not hide the VAT and Total fields with the advanced template editor and CSS?

If it is the standard invoice template you would add the following to the CSS:

body > div:nth-child(2) > div > table.cb-invoice-items > tfoot > tr:nth-child(3), body > div:nth-child(2) > div > table.cb-invoice-items > tfoot > tr:nth-child(4) { display:none; }

Hi Andrew,

Unfortunately, we currently do not support hiding VAT for quotes.

Tommy

HI Andrew,

I haven't used the quote function myself, but could you not hide the VAT and Total fields with the advanced template editor and CSS?

If it is the standard invoice template you would add the following to the CSS:

body > div:nth-child(2) > div > table.cb-invoice-items > tfoot > tr:nth-child(3), body > div:nth-child(2) > div > table.cb-invoice-items > tfoot > tr:nth-child(4) { display:none; }

Hi Chris,

Much appreciated for sharing the CSS knowledge! I really hope this helps out.

Thanks,

Tommy

Reply to this question

Attach images by dragging and dropping or upload
 

Your comments will be public and can be answered by anyone in the Clear Books community.

Find out what we do and who we are