By Juan Carlos on
Hello guys,
I want to know if there is a module or if there an easy way to print reports based on a MySQL query result using Drupal?
I installed everything with success and currently I'm testing the commerce module and i'm very happy with the results. One of the additional requirements for the development is to print the shipping address directly to a label printer and other reports based on the customers data, payments, etc , and i'm wondering how to accomplish this. I'm a Delphi programmer trying to switch to php but i'm still learning.
Do I need to make a lot of custom php programming to get the print report?
Appreciate any help or direction to a documented source.
Saludos,
Juan
Comments
have a look at the
have a look at the devel.module and/or the selenium.module.
one or both of these may fill the void.
OK, thanks
Thanks VeryMisunderstood ,
I will take a look.
Juan