I asked this question 4 months ago, and while I did receive a few responses, I never really got what I needed resolved...
What I was hoping to find is probably what diafol was talking about dusting off and taking another look at, and that is a PHP based script designed to take variable data requests and produce a report based on a DB Query for that data...
As an example. I have an application that has multiple admins managing membership records, adding, editing, terminating, etc...
The owner of the company would like to be able to pull up a report online that would enumerate what has taken place in that regard.
But would like to pull the report in various formats, i.e. All transactions by a specific admin ID, or All transactions based on a single Member ID, or All Termination Transactions.... that type of thing.
At the same time, they would like to define the Date Range for any of these reports to cover, and how many entries should be displayed on each page of the report.
Then, on top of displaying the report on the monitor, they would like to push a button to send it to the printer, or download it as a PDF...
What I'm wondering is if anyone knows of any scripts / plugins / whatever that are available so I don't have to start this from scratch, but could use what is available as a basis to develop around.
I'm not looking for a service that I need to pay a monthly fee for, and not looking for something that will cause me to have to learn additional programming/scripting languages like js/jq to accomplish, but something that I can use to manipulate data from a query and produce the required reports with nothing more than PHP and MySql knowledge.
Any Suggestions from anyone that would fall within those parameters?
Thanks in advance.
Douglas