I have a free app built on LAMP and I have created around 10 common reports for customers to be able to use - the challenge is I am increasingly being asked to create bespoke reports for customers and it is both laborious and time consuming.
Is there any way I could enable users to create their own reports via the web application? I have been looking at PHP Report Maker but it is a client install so it may help me to create these custom reports but does not directly enable a customer to create their own reports.
For example, I have table called warnings - my standard report allows the user to choose a person from the employee table and generate a standard layout report listing all the data in that table row. Users are asking me if they can choose which fields to show or if they can filter further and so on so I would like to try and give them this ability.
I would like them to be able to add their own filters based on the fields in the table, choose which fields to display and to change the layout of the report - if possible!
I don't mind paying for the feature though I don't want to pay over the odds as it is a free application.
count == 1 then layout = page else layout = table....