How to view the invoice/quote inside the browser window?

Hi,

I’m trying to build my invoice and quote’s templates but after each modification of the PHP/CSS, I have to download again the invoice/quote to see the result.

Is there a way to view the invoice inside the browser ? Because I could use the CSS debuging tool and win a lot of time !!!

Thanks :slight_smile:

CSS debugging won’t help as everything you see in the browser may look different on the PDF file because it’s generated by the PDF engine.

Yes I can understand this, but I some buggy styles on the table products, and a debuging tool help me a lot…

Maybe there is a URL to access to the HTML invoice version, before the mPDF conversion ?

No you would have to change the PDF generation to open the PDF in the browser. Not sure if you can just view the blank HTML…

ok thanks.