SQL2Report

Print

SQL2Report

With Sql2report for magento plugin, you can simply generate report from a SQL, create filters y used as params in sql statements.

Magento brings a number of report, but in many cases not enough, you need specific information or change it, in this case you have two options, find a plugin in Magento Connect and get lucky that is the the specific report you want or develop it on you own, search Google: “How to develop a custom report in magento” and find that you have to create a plugin, with a folder structure, own class extending Magento class, PHP programming, generate the sentence, find how to insert a new filter, reuse magneto grid itself,… and in the end if you haven’t a much experience the learning curve is very large and create various report have several plugin makes a huge cost in hours.

To solve this, I created sql2report plugin, with this plugin you can: