Remove Grand Total from Estimate?

Is there a way to remove the total from the bottom of the estimates? My customers often want options to choose from and the total at the bottom of all these options is loosing me work.

Hello @Peterborough-Print

You can add the below CSS to a copy of your invoice/estimate design.

https://support.quickfile.co.uk/t/10-basic-css-tricks-for-styling-your-invoices/8835

Note this would hide the text from the view the clients sees

.invoice-footer-tbl {
    display: none;
}

If the client agrees (or tells you which option). You would have to amend the Quote to get the correct values prior to converting it to an invoice

image

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.