M
|
mid3vil author 5/1/2012 |
any ideas? |
T
|
Tempus_Erus 5/4/2012 |
any ideas?
|
M
|
mid3vil author 5/4/2012 |
Hi, Not sure I quite understand your question.................... What about a cusotm view? A
|
M
|
malnak 5/4/2012 |
What I mean is clicking the invoice number below Takes you to the child records, then you have to select each and hit print selected to get to the invoice below
|
M
|
mid3vil author 5/6/2012 |
1- Create a HTML document that is the form for your invoice. 2- Create a SQL statement using your masterrecord id as the 'where' select * from invoices where invoiceid=<record selected> 3- this is some help for you -http://www.asprunner.com/forums/topic/19089-sending-templated-email-messages/ 4- search and replace field names with the content in your html document. I have a post that I created earlier today that is similar. Native to the product I don't think this can be done. Not difficult to expand though.
|