ruckus / quickbooks-ruby

Quickbooks Online REST API V3 - Ruby
MIT License
374 stars 302 forks source link

Can I connect quickbooks windows/desktop (QBD) using quickbooks-ruby gem? #67

Closed neeraji2it closed 10 years ago

neeraji2it commented 10 years ago

Hi, since, quickbooks gem was supporting QBD V2, I am curious, does this gem support QBD V3? Can anyone please help me connecting QBD V3 with rails.

ruckus commented 10 years ago

For QBO V3 checkout my other gem:

https://github.com/ruckus/quickbooks-ruby

neeraji2it commented 10 years ago

@ruckus : it supports QBO V3, but I was asking whether it supports for QBD(desktop/windows) V3 or not?

ruckus commented 10 years ago

Oh sorry for not understanding your inquiry correctly.

No, Quickeebooks only handles V2 (QBO / QBD). quickbooks-ruby only handles QBO V3.

QBD V3 is deprecated and doesn't have any direct support, so its basically dead in the water.

On Mar 4, 2014, at 8:56 AM, neeraji2it notifications@github.com wrote:

@ruckus : it supports QBO V3, but I was asking whether it supports for QBD(desktop/windows) V3 or not?

— Reply to this email directly or view it on GitHub.

ruckus commented 10 years ago

Since Intuit has deprecated their REST interface to QBD the only route of integration is via the Web Services connector / qbXML:

https://developer.intuit.com/us#QuickBooksDesktopSDK

On Mar 5, 2014, at 12:09 AM, neeraji2it notifications@github.com wrote:

Thanks a lot for your response. One last query, If QBD V2 and V3 both are deprecated, can you suggest me the alternative for QBD except QBO. I mean how to access QBD data now? sorry for bothering you but, it will really be helpful for me.

Thanks

— Reply to this email directly or view it on GitHub.