Stimulsoft
Budget: $30 – $250 AUD
Basically i have a record in a sql server database that has the parameters to yse for the php stimulsoft dashboard or dashboards i want to create. I would pass the seq number on the url. So your script would look at the url, get the parameters from the sql server record, and create a dashboard for each store, and export to one pdf. The datasources for the dashboard can be dummy stored procedures that return one row of data to be used, and maybe a recordset if data to show in the dashboard
I want a php script that will obtain a seq number via the url
then read a record from sql server for that seq number
and get a date value and a comma delimited list of store numbers
then run a Stimulsoft report that looks like a dashboard or a stimulsoft dashboard
using data from another sql server table
even one datasource is fine
just just a stored procedure and return say 10 rows of data
and put a chart or two on the report.
The important part is that if there are 4 store numbers, it needs to create 4 pages of dashboards, and then export all 4 pages to 1 pdfr
and display to the user
That's about it
I want a php script that will obtain a seq number via the url
then read a record from sql server for that seq number
and get a date value and a comma delimited list of store numbers
then run a Stimulsoft report that looks like a dashboard or a stimulsoft dashboard
using data from another sql server table
even one datasource is fine
just just a stored procedure and return say 10 rows of data
and put a chart or two on the report.
The important part is that if there are 4 store numbers, it needs to create 4 pages of dashboards, and then export all 4 pages to 1 pdfr
and display to the user
That's about it