html view that opens records into another html view

html view that opens records into another html view

Is there a way to create an html view that has a link that will bring up a record into another html view?

I want a listing of all my transactions but to have a link that a user can click that will bring up another view that has data displayed into an html table that looks like an invoice. This way i can create invoices right inside of creator.

How would i do this?


Also i would like to be able to email and print this invoice html view, how would i do this?

The print command i think would be easy.

The email one, i figure needs to convert it to pdf first then email the pdf.

Any help would be great.

Thanks

PS, if there was a way to import data into zoho invoice i would think about using that solution.