I was wondering if someone would be kind enough to create a static template that could serve to be the default invoice template for the e-Commerce release.
This doesn't have to be in drupal or have any PHP in it, I just need the html and css for an invoice template that can be used to create the default view of the template.
This will mean that people can take this template and create their own template. I would like this to be a CSS based layout, and it can be fixed width because ultimately it will be used to create PDF versions and also be able to print to create hard copy.
Please remember to test the printing of the invoice as no matter if it is printed to a PDF or paper it generally will be printed by someone.
1 thing to remember. The invoice needs to look good, but it can't be complex, as people will be taking this as a starting point.
Thanks in advance.
Gordon.

Comments
Does this help
A bunch of free templates available here.
http://www.microsoft.com/nz/smallbusiness/templates/default.mspx
I downloaded the invoice template and converted it to html with open office (attached) (InvoiceWithTaxCalculation.html, 10.6KB)
The footer image can be modified to what ever. If not removed entirely.
I also cleaned up the CSS a little by removing some of the inline CSS.
ed: Printing may require some patch up with the number of rows to make things fit. Currently printing via firefox includes headers, you would need to disable these if you want things to fit as is on a single page.
Although, with invoices it is very common to for them to be printer split in practice, and the nature of them requires code hacks to ensure otherwise, I can't think of anyway around it.. is there a css/browser fit to page option? heh.