QuickBooks is popular small to medium-sized business accounting software created by Intuit, Inc. QuickBooks Pro/Premier/Enterprise for Windows all include support for programmatic access to QuickBooks via Intuit's SDK/XML-based APIs. QuickBooks Online edition also supports an XML-based API. QuickBooks for Mac does not support any SDK/API/programmatic access.
8
votes
3answers
7k views
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 ...
7
votes
1answer
3k views
Example of .iif file format
I'm looking for an example of a .IIF file format, so that I can write a file to be read by quickbooks. I'm not able to google anything that is very specific.
Any good reference?
7
votes
7answers
12k views
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: ...
6
votes
6answers
3k views
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 ...
5
votes
1answer
98 views
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!
...
5
votes
2answers
1k views
Connecting remote PHP/Apache server to Quickbooks/Windows
We have a Linux box with Apache, running PHP.
We have a regular Desktop computer in the network running Quickbooks Enterprise Edition 9.0.
I am trying to build a custom web application hosted on the ...
4
votes
2answers
737 views
JAXB element name based on object property
I have to create object model for following XMLs:
XML sample 1:
<InvoiceAdd>
<TxnDate>2009-01-21</TxnDate>
<RefNumber>1</RefNumber>
<InvoiceLineAdd>
...
4
votes
1answer
2k views
Create a Web Service(WCF) to integrate with QuickBooks
I am in the process of integrating our custom web app with QuickBooks Enterprise 9. My thought is that I could use QuickBooks as my "database" of sorts. When a person creates an invoice, the invoice ...
4
votes
1answer
780 views
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.
3
votes
3answers
316 views
Where to start with QuickBooks development?
Does QuickBooks allow people to develop custom modules for their software? If so, are there any good resources out there for getting started with QuickBooks development?
I would prefer something ...
3
votes
2answers
260 views
It it possible to grab SQL tables from a QuickBooks QBM file. Perhaps there is an SQLite Database in there?
It would simplify data import for our software if I could export the tables to SQL or CSV or other workable format. We often export from QuickBooks and import into our software and it would be simpler ...
3
votes
1answer
670 views
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.
...
2
votes
1answer
41 views
How to manage the extra xml declaration for QuickBooks XML
I've come across the following xml when dealing with Quickbooks xml integration:
<?xml version="1.0" ?>
<?qbxml version="5.0" ?>
<QBXML>
<QBXMLMsgsRq onError="stopOnError">
...
2
votes
4answers
231 views
What is the best way to integrate with quickbooks from C# code?
from my research it looks like there are basically 3 options.
1: Using COM
2: Using A Webservice and the web connector
3: Using a 3rd party component (and there appears to be quite a few)
Each of ...
2
votes
2answers
280 views
Querying Quickbooks from an ASP.NET Web Application
I'm trying to enable a web application I've written in ASP.NET MVC2 to be able to send and receive data to and from Quickbooks on-demand, without a delay/intermediate database/sync operation. (Please ...
2
votes
1answer
277 views
Best Dot.Net eCommerce Open Source that connects successfully with QuickBooks
It seems that there are many Dot.Net Open Source "eCommerce" sites out there but few might be connecting successfully to QuickBooks.
...and I don't know which ones :--)
Any help will be truly ...
2
votes
5answers
862 views
Need to get data into Quickbooks
I'm looking for an existing Java (or JVM'able language) library that will create IIF files for import into Quickbooks. Free or Commercial. Anyone know of something?
UPDATE:
After reading a comment ...
2
votes
1answer
124 views
Sync Customers even when deleted in Quickbooks with qbXML
I synched a customer from my SaaS application into quickbooks using qbXML and web connector, I used the field ExternalGUID to be able to associate it to my internal customer in my application.
The ...
2
votes
2answers
959 views
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: ...
2
votes
1answer
489 views
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 ...
2
votes
5answers
3k views
QuickBooks vs. MYOB vs. PeachTree
I've been trying to choose between the three accounting software. However, I can't decide which one should I use. In terms of user interface, I would go for PeachTree and QuickBooks. MYOB seems too ...
2
votes
4answers
2k views
A rails web app, quickbooks, and mysql
I've gotta use the inventory from quickbooks in my rails web app...it would be nice if I could get quickbooks to use mysql, as that way I could just use mysql between the app and quickbooks, which ...
2
votes
6answers
5k views
Connecting an ASP.NET application to QuickBooks Online Edition
I am trying to create an ASP.NET page that connects to QuickBooks Online Edition, read a couple of values, and display the results. So far I have downloaded the QuickBooks SDK but I have been unable ...
2
votes
2answers
2k views
PHP Class to export data to QuickBooks import format?
Seeing lots of SOAP/RDS stuff, but just want to dump some MySQL data and/or CSV files to IIF/QIF/OFX format and don't want to reinvent the wheel (laziness ensues).
2
votes
2answers
445 views
Quickbooks Text Format
I want to start exporting data to a text format from my web based system to a format that can be imported into Quickbooks, what is the best text format for doing this?
2
votes
2answers
708 views
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 ...
2
votes
5answers
7k views
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 - ...
2
votes
3answers
2k views
Import data from Google Checkout into Quickbooks?
Is there any way to import data from Google Checkout into Quickbooks? (Or another accounting package)?
2
votes
4answers
451 views
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 ...
1
vote
1answer
66 views
I need to update customer information in one SQL Server database from another
I am new to databases, and I am looking for some help. We have a custom app that was written that keeps its data in a SQL Server database. We also have a POS system which is based upon QuickBooks ...
1
vote
1answer
99 views
Is it possible to integrate my opencart application with Quickbook desktop software?
When I make a sale on my opencart web site, I would like to be able to make the corresponding journal entry in my accounting books in desktop quickbook software.
Can I do it on free API..? or any ?
1
vote
1answer
76 views
Connecting to QuickBooks desktop
I'm trying to connect to QuickBooks Accountant 2011 using the usual QBFC classes (C#).
QBSessionManager sessionManager = new QBSessionManager();
sessionManager.OpenConnection("", "Application");
A ...
1
vote
0answers
16 views
Relating Entires from QBSDK to IPP?
We're currently using the Windows QBSDK to interact with QuickBooks. We're evaluating IPP going forward. However, the QBSDK uses ListID's / TransactionID's to identify objects and IPP uses a different ...
1
vote
0answers
57 views
+50
How to do Intuit Scheduled Billing for QBMS by PHP SDK?
I ask you for a help.
I did a hosted model application, and I use quickbooks-php-devkit to connect to the service.
I do the requests by using the class Quickbooks_MerchantService.
All is OK with ...
1
vote
2answers
73 views
DNN and Quickbooks Integration
Has anyone got any success with integrating any of the existing DNN Store or Shopping cart module with Quickbooks.
I know there is something called Quickbook SDk but did'nt know much about its ...
1
vote
1answer
500 views
Get all possible configurable product SKU's and option SKU's from Magento Database
I'm not a coder (just a script fiddler) and I've got a particular problem with Magento that I cannot explain in terms of code or data, so I need to explain the situation.
I sell configurable products ...
1
vote
1answer
214 views
Remote Connection to QuickBooks Data using RSSBus
I'm using the RSSbus ADO.net library to access a QuickBooks file for import and exporting from an application I'm working on. I have had success connecting and getting data using the local file ...
1
vote
1answer
87 views
are there any open source shopping carts that integrate with quickbooks
i am looking for a open source shopping card ecommerce solution that integrates with quick books. I am currently hosting on windows IIS but would look at others based on suggestions. is there any ...
1
vote
1answer
179 views
Python Soap Server for the Quickbooks Webconnector
I'm writing a Soap Server to interact with the quickbooks webconnector, and I really don't even know where to start. I have the wsdl file, and a list of all the functions and arguments that the web ...
1
vote
1answer
255 views
Programmatically connecting to Quickbooks Online on a Mac
I'm looking to programmatically connect to QuickBooks Online using a Python script. I understand that the SDK is not available for the Mac platform. Is there a simple way for me to do http post of ...
1
vote
2answers
622 views
Web application's payroll data integration with QuickBooks
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 ...
1
vote
2answers
257 views
Does Quickbooks support backups using Volume Shadow Copy?
Does Quickbooks support backups using Volume Shadow Copy?
1
vote
1answer
187 views
Using Quickbooks SDK: how should we import commissions?
One of my developers is attempting to import commissions (related to payroll) from one our products via the QuickBooks SDK.
So far the only solution he's been able to come up with is to create a pay ...
1
vote
5answers
280 views
Exporting to Quickbooks?
I have an Access 2000 program handling the receiving of goods in the company.
I need to Export Inventory Items and Quantities to Quickbook (enterprise 2007?). I have a good handle on the Access ...
1
vote
0answers
105 views
Name on Check in QuickBooks SDK
I have a customer requirement to export the checks written in QuickBooks into a specific format because their bank allows fraud prevention by uploading a file and they verify the name on the check ...
1
vote
4answers
504 views
Quickbooks SQL dump Code from QODBC
I need to extract Quickbooks SQL structure to make a Diagram about the tables that I need to work with. Could this be possible ?
I think QODC could solve my connection issue but I don't know how to ...
1
vote
2answers
599 views
QuickBooks on Mac, PHP5 (NO Web Connector)
I have a client using quickbooks on a Mac platform. I have a PHP5-based web application that needs to export customer/sales records. I would love to try the quickbooks web connect soap framework that ...
1
vote
1answer
111 views
Move Quickbooks Online Company to the Development Site
Anyone know how to move a live Quickbooks Online company to the Test site?
I think the address for the test site is:
https://qbo.idnbeta.quickbooks.com/
1
vote
3answers
574 views
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...
...
1
vote
1answer
1k views
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 ...