mbianchi Posted June 10, 2004 Share Posted June 10, 2004 Is it possible to download a CSV file of all orders? What I am looking for is a way to get a file that contains both the customer info and the products ordered by that customer. All orders by all customers in one easy CSV file. A date range would be cool, too. I have looked through the contributions but I can't find anything that does exactly what I am looking for. If I were a PHP/MySQL god like some of you here, I would just write it myself! Has anyone else here considered such a feature? Any suggestions? Thanks! Mark Bianchi Dayton, Ohio Link to comment Share on other sites More sharing options...
cali_cobra Posted July 2, 2004 Share Posted July 2, 2004 You can access your PHPMYADMIN tool in your host control panel under mySQL and run your query to get your file there. Link to comment Share on other sites More sharing options...
Guest Posted July 3, 2004 Share Posted July 3, 2004 The MYOB contribution does this. Matti Link to comment Share on other sites More sharing options...
mbianchi Posted July 3, 2004 Author Share Posted July 3, 2004 Thanks for the response. Must I use MYOB to get the orders? Why can't I just download a CSV file and open it in Excel? Thanks for all your help! Mark Link to comment Share on other sites More sharing options...
AlanR Posted July 4, 2004 Share Posted July 4, 2004 Thanks for the response. Must I use MYOB to get the orders? Why can't I just download a CSV file and open it in Excel? Thanks for all your help! Mark You can. That's what the contribution does. It's your choice what to do with the CSV file. Finally, here it is. What does it do? Exports sales and customer information on a daily basis to a Comma Seperated file suitable for import into MYOB. Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
mbianchi Posted July 4, 2004 Author Share Posted July 4, 2004 Thanks, AlanR! None of the documentation for the MYOB contribution made reference to the fact that any program could use to data. Guess I could have figured that one out on my own with a little testing. Works great. I appreciate it! Mark Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.