Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.1, Thu Aug 21 12:31:27 2008 UTC | revision 1.1.2.1, Thu Aug 21 12:31:27 2008 UTC | |
|---|---|---|
| # | Line 0 | Line 1 |
| 1 | ******************************************************************** | |
| 2 | D R U P A L M O D U L E | |
| 3 | ******************************************************************** | |
| 4 | Name: Quickbooks Ubercart Integration | |
| 5 | Author: Sarva Bryant <sarva at aliandesign dot com> | |
| 6 | Drupal: 5.0.x | |
| 7 | ******************************************************************** | |
| 8 | DESCRIPTION: | |
| 9 | ||
| 10 | Integrate Ubercart with QuickBooks using the QuickBooks API and | |
| 11 | Web Connector. Simply install the required modules, install the | |
| 12 | web connector and quickbooks will automatically import the latest | |
| 13 | order information from an Ubercart periodically. | |
| 14 | ||
| 15 | ******************************************************************** | |
| 16 | REQUIREMENTS: | |
| 17 | ||
| 18 | * SOAP | |
| 19 | * PHP5 | |
| 20 | * HTTPS setup for https://yoursite.com/qbwc with a valid certificate | |
| 21 | * Quickbooks installed | |
| 22 | * Quickbooks SDK installed (requires login) | |
| 23 | http://developer.intuit.com/technical_resources/default.aspx?id=1492 | |
| 24 | * Quickbooks Web Connector installed | |
| 25 | http://marketplace.intuit.com/webconnector | |
| 26 | * Quickbooks API and Web Connector modules patched | |
| 27 | http://drupal.org/project/qb | |
| 28 | http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/qb/ | |
| 29 | http://drupal.org/node/298079 | |
| 30 | http://drupal.org/files/issues/qb.patch | |
| 31 | ||
| 32 | ||
| 33 | ******************************************************************** | |
| 34 | INSTALLATION: | |
| 35 | ||
| 36 | 1. Download the Quickbooks API module | |
| 37 | ||
| 38 | Project Page: http://drupal.org/project/qb | |
| 39 | CVS: http://cvs.drupal.org/viewvc.py/drupal/contributions/modules/qb | |
| 40 | ||
| 41 | 2. Apply the patch that ports the module to 5.x and upgrades the code. | |
| 42 | ||
| 43 | Issue Page: http://drupal.org/node/298079 | |
| 44 | Patch: http://drupal.org/files/issues/qb.patch | |
| 45 | ||
| 46 | 3. Install the Quickbooks API, Web Connector, and this module. | |
| 47 | ||
| 48 | 4. Setup Web Connector settings | |
| 49 | http://yoursite.com/admin/settings/qb/qbwc | |
| 50 | ||
| 51 | 5. Download the Web Connector Configuration file | |
| 52 | http://yoursite.com/admin/settings/qb/qbw | |
| 53 | ||
| 54 | 6. Setup Ubercart Quickbook settings if needed | |
| 55 | http://yoursite.com/admin/store/settings/qb | |
| 56 | ||
| 57 | 7. Make sure Quickbooks and Web Connector are running and load the | |
| 58 | QBW configuration file you downloaded into the Web Connector. | |
| 59 | ||
| 60 | 8. Enter the password of the user you set for the Web Connector settings. | |
| 61 | ||
| 62 | 9. Check the application and click "Update" or let it run if set to | |
| 63 | auto-run. | |
| 64 | ||
| 65 | 10. Watch QuickBooks populate with your Ubercart data! | |
| 66 | ||
| 67 | ||
| 68 | ******************************************************************** | |
| 69 | ||
| 70 | TODO: | |
| 71 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |