Question

Hi everyone. I have been looking high and low for a solution to my issue below.

I am trying to have a PHP application post information to Quick Books Desktop edition via the webconnector. I have found examples at various sources, however none I have found have a solution to post payroll information.

The solutions I see are:

  • Mysql Mirror QB using consolibytes library (How do I get it to include payroll data?) Can you only post via this method instead of mirroring?
  • Using the consolibytes library to somehow insert payroll data without mirror
  • Using QBXML to post

Does anyone have any examples of any solutions, or know of any good online resources in which it is documented. Unfortunately Intuit seems to have updated their website over the last week or so and now all forum links are defunct.

Any help is much appreciated, I am stumped!

Was it helpful?

Solution

The QuickBooks APIs (e.g. QuickBooks itself) do NOT support directly adding payroll information directly to QuickBooks. This is a limitation of QuickBooks itself.

Usually, the work-around/way to get this data is in via time sheets. You can add the time sheets to QuickBooks, and then use the payroll stuff in QuickBooks to do your payroll/cut checks from the time sheets.

If you're considering using the SQL mirror stuff, make sure you read this first:

The more appropriate way to do what you're asking is to use the Web Connector, and adapt the quick-start script to send TimeTrackingAdd requests to QuickBooks.

Use the OSR to look up TimeTrackingAdd (use the Select Message drop-down box, and click the XMLOps tab):

If/when you have QuickBooks, either ask on StackOverflow, or feel free to use our QuickBooks PHP developer forums.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top