Questions tagged [qbxml]

Quickbooks XML is used communicate with most versions of Quickbooks, including Online Edition

Quickbooks XML is a data format that is used to make SDK calls to most versions of Quickbooks. It is preferred over the legacy IIF format because it runs through the API, and is thus constrained to behave more like the QB frontend. QBXML is also bi-directional, while IIF can only insert data.

If you do not have a local Microsoft COM program running on your machine to connect to your instance of QB directly, you can use to make your QBXML calls via a remote web server.

The complete QBXML reference can be found in the Intuit OSR

307 questions
3
votes
3 answers

How to integrate Quickbooks desktop Application with a PHP(web app)?

In my application, i want to use php to integrate QuickBooks by PHP. So From a web server(with PHP), I want to call QuickBooks Desktop version App to push data and retrieve data. I am stuck here. I do not know where to start? Someone asked me to…
swarup sahu
  • 95
  • 3
  • 11
3
votes
1 answer

Desktop Version Quickbooks integration with Windows service

I want to integrate quickbooks with my windows service. Currently I am using quickbooks SDK. Its working with windows application. In windows service it shows "Could not start QuickBooks." Exception. How to solve this issue
Golda
  • 3,823
  • 10
  • 34
  • 67
3
votes
1 answer

How to use filter option in InvoiceQueryRq

I am fetching the invoice details using InvoiceQueryRq. It fetch all the information from the quickbooks. But i need to fetch the data based on condition. How can i use filter option in InvoiceQueryRq?
Golda
  • 3,823
  • 10
  • 34
  • 67
3
votes
2 answers

How to connect to QuickBooks online from a desktop application

OK. This question has been asked a number of times and answered. However, it seems Intuit changed things on their part so: Their own latest documentation is no longer correct All the answers I found so far on the Internet no longer work Therefore,…
3
votes
5 answers

Can i query a quickbooks customer by name and email

I write a code to integrate a shopping cart with quickbooks, using quickbooks web connector. The problem is when i try to find out if there is a customer in quickbooks filtered by name and email. I tried with this:
bksi
  • 1,606
  • 1
  • 23
  • 45
3
votes
1 answer

Rails, QBOE, qbXML and integrating them all together

I am currently developing a Ruby/Rails app that will be used in-house as a sort of Enterprise application to support our business. Our company uses Quickbooks Online to do almost all of our accounting, most importantly for invoicing. I am looking…
3
votes
2 answers

How to add other data to Quickbook with qbXML

I try this code it's work.(now, I can add Name : TestCustomer3) And I want to add other data to Quickbook. Can you Help me about qbXML Language. Example : I want to add "Company Name", "Full Name", "Bill To" Example Code string input = @"
user1931659
  • 31
  • 1
  • 2
3
votes
1 answer

QuickBooks AccountQuery - FullName doesn't include parent name

I have an app that syncronizes with QuickBooks using qbXml and the Intuit Web Connector. I've noticed some unusual behavior when querying accounts. According to the spec, an account's FullName should include the names of any of its ancestors,…
2
votes
1 answer

Quickbooks online access using QBXML

Is there a way to have a 'Intuit anywhere' Saas app talk to quickbook online accounts via QBXML? Our Saas app already connects to desktop versions using QBXML and it would be great if I can reuse same QBXML parsing code and logic, looks like data…
Anurag Uniyal
  • 85,954
  • 40
  • 175
  • 219
2
votes
1 answer

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…
Yishai
  • 90,445
  • 31
  • 189
  • 263
2
votes
0 answers

Quickbooks Consolibyte PHP issue, says XML is incorrect

I'm trying to use this system to sync my database from postgresql to quickbooks web connector https://github.com/consolibyte/quickbooks-php, but it's giving me all sorts of XML issues. Here is my QWC file:
jfreak53
  • 2,239
  • 7
  • 37
  • 53
2
votes
1 answer

Quickbooks Export GL Information - Advice SDK, QBFC, QBxml

We are looking at providing Quickbooks integration into a BI tool we have developed that analyses a third party system. (we've never used Quickbooks before) The basic requirements are to export the GL information by GL Account, Amount, Customer,…
chuck
  • 21
  • 2
2
votes
1 answer

Quick Books Qbxml to create an invoice with No line items (empty transaction)

At the company where I work, we have the following technologies in Dev environment - company's own C# web application called companyABCDevapplication - installation of Quick Books Web Connector - installation of Quick books Quickbooks Desktop 2017…
crazyTech
  • 1,379
  • 3
  • 32
  • 67
2
votes
0 answers

How to post $1.69 amount to Canadian QuickBooks Online Tax Inclusive Invoice with QBXML

I cannot seem to post an item to a Canadian QuickBooks Online Tax Inclusive Invoice with QBXML for an amount of $1.69. The tax rate involved is 13%. Per How do i push a bill with taxes included response, I am dividing the desired amount of $1.69…
RJBreneman
  • 787
  • 7
  • 21
2
votes
1 answer

How can I get all invoices for one month and save them all as PDFs using QBFC13 and C#?

I am making an application that gets all invoices for one month, and then saves each of those invoices as a PDF, I have never developed with QuickBooks so I have very little knowledge about it. Would someone be able to give me any source code that…
Jake Farley
  • 72
  • 1
  • 8
1
2
3
20 21