quickbooks

Listing QuickBooks customer information in web app using QWC

I am writing a simple web application that needs to retrieve a list of customers from QuickBooks and display it in a DataGrid. I have the web connector installed and setup on the server hosting the QB data file using the web service example included in the SDK. I can add the service to my project and interact with it, but when I try to...

Connect R to Quickbooks

Has anyone connected the R package to QuickBooks? I know there is an ODBC driver than can be bought. Just wondering if anyone has already gone down this road. Any insight will be much appreciated! ~ Brock ...

Shall we use Quickbooks SDK 8.0 for Quickbooks online?

Hi Guys, I am new to Quickbooks. I want to know whether Quickbooks has any seperate SDK for Online vesrion or shall we use SDK 8 for developing applications for Online version also. Thanks in Advance Janu ...

Quickbooks integration: IPP/IDS: can these by used for actual data exchange?

Poking around options for integrating an online app with Quickbooks, I've made a lot of headway with QBWC, but it's fairly ugly. From an end user perspective the usability of QBWC is pretty low. Intuit is now pushing Intuit Partner Platform (IPP) and Intuit Data Services (IDS). I can't quite figure out what these are about: Is IPP lim...

Does Quickbooks support backups using Volume Shadow Copy?

Does Quickbooks support backups using Volume Shadow Copy? ...

QuickBooks: unresolved SDK reference?

When I build the MCInvoiceAddQBFC C# application of the sample QuickBooks SDK code, the build fails with C:\Windows\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3245: Could not resolve this reference. Could not locate the assembly "Interop.QBFC8, Version=8.0.0.28, Culture=neutral, PublicKeyToken=31d8aec643e18...

QuickBooks SDK: error running MCInvoiceAddQBFC sample

When I run the MCInvoiceAddQBFC sample from the Quickbooks SDK version 8 I get the following error: An error requires the application to close: Logging File: CRITICAL Log File: C:\ProgramData\Intuit\QBSDK\log\MCInvoiceAddQBFCLog.txt Exception Caught: The version of QBXML that was requested is not supported or is unknown. I get this er...

Could not load file or assembly 'Interop.QBFC8Lib' or one of its dependencies

I am using a quickbooks sdk that containst the QBFC8Lib dll everything works fine on my dev machine. when I publish to my live server I get the following error: System.BadImageFormatException: Could not load file or assembly 'Interop.QBFC8Lib' or one of its enter code heredependencies. An attempt was made to load a program with a...

Any luck with Drupal 6 and Quickbooks inventory export

Looking at the Quickbooks API I only see options to sync users. I may just need to export the fields I need directly from the database? Just hoping someone had some scripts/templates to work with this already. I am not too worried about sync as long as the client could manually import web transactions at the beginning of the day ...

Web application's payroll data integration with QuickBooks

Dear All, I want to Integrate my C#.NET web application with QuickBook online edition. I am new to this and using asp.net 3.5 framework for my application. I want to integrate my application's employee payroll data to QBOE for creating PayChecks. So what API should I use? I have read and downloaded QBWC, but not getting much idea or s...

QuickBooks SDK, using Perl, works in command console, not as CGI?

I'm using the QBXML method to communicate with QuickBooks on a local machine (not remotely, not using web connector). I have a very basic script which just connects to QuickBooks and checks to see if a Customer exists or not. The script works perfectly when run through the command console (Windows XP) but the same exact script, no chan...

Export Quickbooks IIF from command line

Is there a method of exporting a company file to IIF from the command line in QuickBooks? I'm running QuickBooks Enterprise 9.0 Professional Services Edition. ...