report generator

S

stig

hi.
are there any "good ways" or any modules that can be used to create report forms
in a simple manner.

from time to time users demand new reports to be created from data in a
database, the reports are presented in a web interface.

the problem is that every time the users need a new report, the developers need
to write a few lines of code and change a few templates.
if possible it would be good if the users could specify new reports themselfs or
at least if the developers could use some report genarator to speed up the process.

any ideas?

/stig
 
B

Brian Wakem

stig said:
hi.
are there any "good ways" or any modules that can be used to create report
forms in a simple manner.

from time to time users demand new reports to be created from data in a
database, the reports are presented in a web interface.

the problem is that every time the users need a new report, the developers
need to write a few lines of code and change a few templates.
if possible it would be good if the users could specify new reports
themselfs or at least if the developers could use some report genarator to
speed up the process.

any ideas?

/stig


You could teach them basic SQL and give them read-only access to the
database.

or

Build an SQL query generating form like phpMyAdmin's 'select' function.

Without knowing what kind of data and what a 'report' is, it is difficult to
suggest anything specific.
 
J

John Bokma

stig said:
hi.
are there any "good ways" or any modules that can be used to create
report forms in a simple manner.

from time to time users demand new reports to be created from data in
a database, the reports are presented in a web interface.

the problem is that every time the users need a new report, the
developers need to write a few lines of code and change a few
templates. if possible it would be good if the users could specify new
reports themselfs or at least if the developers could use some report
genarator to speed up the process.

So to boil it down, you look for a module that renders an SQL query as an
HTML table?

http://search.cpan.org/~aaronjj/Class-DBI-Plugin-HTML-0.9/HTML.pm
( http://search.cpan.org/search?query=DBI+HTML&mode=all )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top