Posted: Tue Jul 11, 2006 7:35 am
I took a brief look at I-Report and Jasper reports.
I think a lot of the things that a report writer is used for is already built into SQL. That is the query end of it. Totals. Things like that.
So I think at least some of the things can be done simply with smarty templates. At least in our case any LETTER based reports. Like a mail merge.
Now when we start to get to headers, footers, orders, invoices and so on...the question I have is, is it worth my time in that case to start to look at smarty itself. And if so, would that be easy enough to integrate into dataface?
Now those report writers look great. I am thinking from a users perspective. So maybe a report writer isnt exactly the thing to call what I am thinking about.
Like with smarty..I could set up a letter template. Call it to display a letter. But the contents of the letter, who it is addressed to, the date fields and so on and so forth, would all be content which would be taken from a table. (As far as I understand my brief reading thus far)?
So could smarty in many cases be used for reports?
Holler
I think a lot of the things that a report writer is used for is already built into SQL. That is the query end of it. Totals. Things like that.
So I think at least some of the things can be done simply with smarty templates. At least in our case any LETTER based reports. Like a mail merge.
Now when we start to get to headers, footers, orders, invoices and so on...the question I have is, is it worth my time in that case to start to look at smarty itself. And if so, would that be easy enough to integrate into dataface?
Now those report writers look great. I am thinking from a users perspective. So maybe a report writer isnt exactly the thing to call what I am thinking about.
Like with smarty..I could set up a letter template. Call it to display a letter. But the contents of the letter, who it is addressed to, the date fields and so on and so forth, would all be content which would be taken from a table. (As far as I understand my brief reading thus far)?
So could smarty in many cases be used for reports?
Holler