Skip to content

joshideas/qbosdk3260

Repository files navigation

QBO SDK for Drupal 7/8 JI QuickBooks Module

This SDK was adapted from the original work from QuickBooks programmers. I needed to rewrite parts of their work to disable some features, enable others, fix bugs, and allow it to work with Drupal 7 and Drupal 8.

Getting Started

Please contact https://joshideas.com using the form on the bottom of the page if you professional support or wish to submit a question.

Prerequisites

The JI QuickBooks module (https://www.drupal.org/project/ji_quickbooks). A QuickBooks Online account (https://qbo.intuit.com). Drupal 7 or Drupal 8's Ubercart or Commerce modules. Composer (https://getcomposer.org/) installed on the web server.

Additional requirements:

Installing

Drupal 7

/sites/all/libraries/qbosdk3260

Drupal 8

/libraries/qbosdk3260

or

composer require drupal/ji_quickbooks

Authors

  • Intuit.com - Initial work - Intuit
  • JoshIdeas.com - Minor modifications and improvements - JoshIdeas

License

This project is licensed under the MIT License - see the LICENSE.md file for details