0
votes
1answer
185 views

Display Invoice via HTML rathen than PDF?

I'm using Prawn to generate invoices as PDFs on the fly, which open in Adobe Acrobat. Is there a quick way to have that same invoice display as HTML, or at least be viewable from within my web app ...
0
votes
1answer
878 views

sites that showcase the nicest table and css based html invoice template [closed]

I will be generating pdf invoices from html pages with TCPDF or mPDF. I guess it is safest to base the grid of the invoice on table markup, like email newsletters. Support for css varies, output is ...
0
votes
2answers
723 views

print all invoices

I am building an order system for a client and would like to give them the ability to print all invoices but i have no idea how to do it the invoices will be stored in a mysql db and I would like ...
0
votes
1answer
343 views

Why won't my page display unless I put an .html at the end of URL?

For some reason after transferring to a new server my invoices page and script aren't working. When a customer enters his information it is put in the database and it creates an invoice like so: ...
2
votes
2answers
149 views

How can I let the user download the HTML-file?

I would like to create an Invoice in HTML instead of a PDF-file. And I would like to let the user easyli download the HTML-file via a link. How can I do this? If I simply link to the HTML file, it is ...
0
votes
1answer
2k views

How to change the background color of default magento generated invoice pdf that's generated to print?

Can anyone give any idea on where the html files are located that generates the invoice pdf while trying to print it out(in admin).Also I need to modify the background color from the one as in the ...