Forum Moderators: buckworks
Next you just need to learn about the Quickbooks API and figure out how to stuff a sales order or invoice into QB. Not too tough really. You can sign up for the QuickBooks developer web site and get a copy of the API - I think there's info at quickbooks.com that will lead you down that path.
If you're thinking that the act of an order being placed by a customer on the web site is going to result in new data showing up automatically in QB on the seller's computer, you might be mistaken. More than likely, you'll need to write an "import" utility that they run from QB, which pulls orders from the web site (presumably there's a database with the order info?) into QB.
I wrote such a wedge for my web site several months ago and it works like a charm. Previously, we had to manually enter every order into QB. Now I press a button once a day and pull all orders in just a minute or so. Made life a whole lot better all the way around.
I think the QB POS program has an internet shopping cart built in. Check it out. I got an evaluation copy, but haven't tried it yet.
The auto import idea sounds great to me. I'll use it the future.