VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: welrachid on July 16, 2015, 10:41:22 AM

Title: Im looking for a plugin similar to interamind reports that works with VM3/J3.4.3
Post by: welrachid on July 16, 2015, 10:41:22 AM
Hi
Im looking for at plugin similar to
http://www.interamind.com/index.php?option=com_content&view=article&id=64&Itemid=71

but that actually works on newest VM/J!

Specifically i need to be able to make a report that tells me exactly how many of each item i've sold in a given period. (i should be able include all orders that DOESNT have status CANCELLED)

Thanks
Wel Rachid
Title: Re: Im looking for a plugin similar to interamind reports that works with VM3/J3.4.3
Post by: AH on July 16, 2015, 11:47:13 AM
Why not do it use SQL and Excel

That way you have greater flexibility

Read reply #1

http://forum.virtuemart.net/index.php?topic=125441.msg429565#msg429565 (http://forum.virtuemart.net/index.php?topic=125441.msg429565#msg429565)
Title: Re: Im looking for a plugin similar to interamind reports that works with VM3/J3.4.3
Post by: welrachid on July 17, 2015, 00:51:57 AM
Thanks
well.. i ended up linking to my own script that does the SQL needed.. since it was this simple. took me 30 min..

good day
Title: Re: Im looking for a plugin similar to interamind reports that works with VM3/J3.4.3
Post by: AH on July 17, 2015, 10:09:25 AM
 :)

Yes and you will have a very flexible solution

It should be noted that this solution may not work for some installations as hosting companies sometimes block direct access to the database from external ports
Title: Re: Im looking for a plugin similar to interamind reports that works with VM3/J3.4.3
Post by: welrachid on July 17, 2015, 10:38:54 AM
No worries about that. Its a dedicated server :)
also.. i made it as a J! administrator component, so the customer will be able to get to it from his admin panel.