ruckus / quickbooks-ruby

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

Question re Connection #370

Closed jemagee closed 7 years ago

jemagee commented 7 years ago

My company has recently started using Quickbooks Enterprise through RightNetworks. I've found the available for pay plug ins for importing quite lacking. Will this gem connect to Quickbooks Enterprise accounts?

Didn't see it in the Wiki...thanks

ruckus commented 7 years ago

This gem is only used for QB Online. QB Enterprise sounds like QB Desktop. To integrate with QB Desktop you will need to use the Web Connector and communicate via HTTP / SOAP (also called QBXML). See this landing page for further information: https://developer.intuit.com/docs/0200_quickbooks_desktop/0100_essentials/0000_overview

jemagee commented 7 years ago

Thank you for the quick response though bummer it doesn’t work -

On Mar 31, 2017, at 10:51 AM, Cody Caughlan notifications@github.com wrote:

This gem is only used for QB Online. QB Enterprise sounds like QB Desktop. To integrate with QB Desktop you will need to use the Web Connector and communicate via HTTP / SOAP (also called QBXML). See this landing page for further information: https://developer.intuit.com/docs/0200_quickbooks_desktop/0100_essentials/0000_overview https://developer.intuit.com/docs/0200_quickbooks_desktop/0100_essentials/0000_overview — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ruckus/quickbooks-ruby/issues/370#issuecomment-290782188, or mute the thread https://github.com/notifications/unsubscribe-auth/ADCtQyPj0LUmc7f8C86a3Ex6lEYNoIW9ks5rrT01gaJpZM4Mv2Hg.

ruckus commented 7 years ago

I've needed to integrate with QB desktop installations from a Ruby/Rails apps and some gems that have proven to be awesome are:

I've also found this blog post to be useful: http://ruckus.tumblr.com/post/88152229186/rails-quickbooks-web-connector-qwc