quickbooks

Integrating QuickBooks with your e-commerce site

I've recently been tasked with integrating QuickBooks with a custom built e-commerce site. What is the most painless way to go about integrating QuickBooks with my code? Are there any F/OSS or commercial software packages available that will simplify this process? Are there any F/OSS shopping cart solutions out there that include supp...

Has anyone connected BizTalk with QuickBooks?

We use QuickBooks for financial management, and feed it from a variety of sources. I now need to hook it up to BizTalk, and I'd hate to reinvent the wheel. I've done searches, and as far as I can tell there's no QuickBooks adapter for BizTalk. Does anyone know of anything that'll do the job, preferably something that doesn't suck? ...

Quickbooks 2005 Web Integration

A customer of ours has Quickbooks 2005 and is looking to have their web data (orders, customers, tax) sent as it is collected from the web in a format that can be imported into Quickbooks 2005 Pro. Does anyone have any experience with this? If so, what was your experience, and what component/method would you recommend for importing t...

PHP + Quickbooks integration (API)

Has anyone found a working PHP API/framework for syncing my custom built ecommerce web site back to Quickbook for accounting? Update: I've looked into using the framework found at: http://idnforums.intuit.com/messageview.aspx?catid=56&threadid=9164 But I'm amazed to not find any other viable solutions. How else are people runn...

ReceivePayment Pending for Quickbooks XML and Merchant Services

In the Quickbooks SDK Manual, there is a section called "Using ReceivePayment for Credit Card Authorization and Capture". It reads... Using ReceivePayment for Credit Card Authorization and Capture If the company is subscribed to QBMS, you can record a ReceivePaymentAdd that is basically a pending transaction. That is, in this u...

PHP + Quickbook Online Edition (API Integration)?

Is it possible to integrate my PHP web-based ecommerce application with Quickbook Online Edition? When I make a sale on my web site, I would like to be able to make the corresponding journal entry in my accounting books. Note, I'm referring to Quickbook Online Edition, not the desktop software. ...

QuickBooks Item Query help needed.

I'm sure this is going to be a long shot, but I need help with a query involving QuickBooks Items. I need to query for all QuickBooks Items that are linked to an Income account. Is there an easy way to do this, or do I need to make 2 queries (one for items ans one for accounts) and then check the account reference? albeit not much, I h...

Excel / Quickbooks data to c#

I know how to use the OleDbConnection class to open an excel file and select from it, but is there a simple method to read the data from an excel file that has been read into a Stream? And is there also a similar method for QuickBooks? ...

Automate the import of an IIF into Quickbooks

I need to be able to import an IIF file into a QuickBooks 2008 application, via a .NET application. I do not know the first thing about Quickbook automation. Where should I look? ...

Working example of connecting a Windows Service to QuickBooks...?

Can anyone provide a working example of a Windows Service that connects to QuickBooks desktop editions? I can get my console application to connect fine using their sample code in the QuickBooks SDK, but it doesn't seem to do anything as a Windows Service... ...

Import data from Google Checkout into Quickbooks?

Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)? ...

Quickbooks: Adding a negative value to an invoice using the QBDSK

Is there any way to add a line item containing a negative amount to an existing invoice? I'm using QBSDK7 and QB Enterprise. (and if it matters .Net 3.5) What we're attempting to do is automate the way we're creating invoices. We're already pulling in employee's time and applying it to the correct invoices, but when we go to add credi...

connecting to quickbooks database via odbc with php?

[edit] We're collecting credit application data from users on a web form. I have not tied my web form directly into QB. I have no idea what the QB table structure is for this collection of data - nor of how it displays it to the user because I've never actually worked directly with QB. Others in my office do however. I would still ...

use accented characters with quickbooks SDK

Using the Quickbooks SDK QBFC 7.0. When I attempt to get a list of all customers in quickbooks, if any of the customers have an accented character in their name like è then I get an exception: An Exception occurred! Type:UTFDataFormatException, Message: invalid byte 2 (<) of a 3-byte sequence. SAXParseException: error ar line 1, colum...

Bulk process invoices with QuickBooks SDK including cover letter

Is there a way to print, via the SDK (I'm using qbXML and the QuickBooks web connector to connect to a Java application server, SDK version 7.0, QuickBooks enterprise 9.0) invoices with their cover letter? It may take a third party tool, because it seems that QuickBooks has a nice little checkbox of "to be printed" which lets you go and ...

PHP + Quickbooks integration script

Please provide the script to integrate Quickbooks with PHP databse (XML) Thanks, Pragya ...

Approaches to building reports with Quickbooks 2008+ Data

I am looking to build some reports for Quickbooks data, without using Quickbooks built-in reporting, or through a third party library (like QODBC). Quickbooks 2008 and newer are built on a SQL backend.. In looking around there seems to be several products and angles to do this from. Ideally I would like to be able to do direct SQL hit...

QuickBooks invoice modify has different address behavior than create, how to compensate?

I'm writting a function to take an invoice file in a defined format and import it into QuickBooks via qbXML. One of the requrements is that it be possible to reimport the same invoice number than that the existing invoice be modified rather than create a new one with the same number. The problem I have is with how QuickBooks handles add...

Any python library to access quickbooks?

I want to integrate my mobile POS system with quickbooks (I need customers, sellers, inventory & post orders & invoices). I have not not been able to find a python library for this. ...

Looking for resources and advice on C# to Quickbooks 2008 Enterprise custom integration

I am writing an application to integrate invoices into Quickbooks via their latest API. I haven't worked with this API, but have subscribed to their developer program, looked through the docs, etc... The integration I'm doing is with a standalone C# WinForm application used to enter invoices. Wondering if anyone has real world experie...