quickbooks

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 Linux box that would be able to talk to Quickbooks. I'm new to Quickbooks, which makes it hard for me. While looking around I found many t...

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/ ...

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? ...

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). ...

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 to find a simple step-by-step example on how to create an asp.net page to connect to QuickBooks Online. The QuickBooks SDK documentation a...

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 would make things easy. Does anyone know how to get quickbooks to use mysql? Or will I be forced to have my app communicate directly with qu...

Valid XML for posting to QuickBooks Online Edition - Receiving (400) Bad Request Error

I am trying to post the below xml to https://apps.quickbooks.com/j/AppGateway and all I keep getting is the error: The remote server returned an error: (400) Bad Request. Does anyone have any ideas what I am doing wrong? See below for the C# code that I am using to post the xml. Thanks, -Jeff UPDATE: To add more to my question, I am ...

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 Keith developed but that system is not supported on Mac. I've read that IIF is not the best way to handle it, but at this point it seems t...

How to get list of customers, jobs, and employeers using Quickbooks QBFC (8.0 SDK)

Hey guys, I have been given the painful task of writing a C# application to sync up employee time entries in a separate database with Quickbooks. Since I'm brand new to QB programming, I'm trying to peform basic tasks, such as getting a list of customers, then jobs for each customer, then employees. I've been reading the SDK documentati...

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 is actually stored only in QuickBooks. When a person views a list of invoices, they are actually viewing a list of QuickBooks invoices. ...

EXE remains in Task Manager after quitting

Hi All, I have an windows application written in WPF and WF which also interacts with external web services and a local copy of Quickbooks via Quickbooks API. Everything is working nicely, however the only problem is even after we quit the windows application and Quickbooks, we still see the windows application executable sitting in ...

Quickbooks/QBFC 8.0 - Multiple Criteria of an Identical Request Filter Type

I would like to query an Employee by matching First and Last name. Ideally, I'd like to be able to specify that in one EmployeeQueryRq QBFC object. I think I have a start: Dim EmployeeQueryRq As IEmployeeQuery EmployeeQueryRq = requestMsgSet.AppendEmployeeQueryRq() EmployeeQueryRq.ORListQuery.ListFilter.ORNameFilter.NameFilter.MatchCri...

Is there a QuickBooks Online Edition test environment?

I am working on an application that will automatically insert into my clients QuickBooks Online Edition database. I have the xml format but now I need to do some testing to make sure the inserts go into the QBOE database correctly. Is there a QuickBooks Online Edition test environment? ...

QuickBooks Online Edition - Integration with ASP.NET using client certificate

I want to integrate QuickBooks Online Edition (QBOE) with my web application. I have been able to subscribe, get connection/temp session ticket etc but the only problem is that I am unable to setup the server to use the certificate required by Intuit. It has been almost 3 weeks but I could not find the exact steps to install and POST a Q...

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? ...

QuickBooks vs. MYOB vs. PeachTree

Hi, 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 old IMHO. In terms of using for software development, I would go for QuickBooks because I think there are many developers using it and th...

Quickbooks SQL dump Code from QODBC

Hello, 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 extract SQL dump from it. Thanks in advance ...

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 against what you give them before clearing it. I looked at the QuickBooks SDK (we use the XML to communicate in general) and It references a ...

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 program, but know nothing about quickbooks. Can this be done? What would I need for it? ...

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 type with a pay rate per hour and convert the actual commission amount to an hour rate based on that. It's ugly and will very likely break....