Quickbooks is an accounting software package developed and marketed by Intuit. This implementation uses the Quickbooks v3 API through the quickbooks-ruby gem.
Please visit the wiki for further info on how to connect this integration, but here's a quick tip:
This is a fully hosted and supported integration for use with FlowLink. With this integration you can perform the following functions:
- Send orders to Quickbooks as Sales Receipts
- Send products to Quickbooks as Items
- Send returns to Quickbooks as Credit Memo
- Poll for inventory stock levels in Quickbooks
FlowLink allows you to connect to your own custom integrations. Feel free to modify the source code and host your own version of the integration or better yet, help to make the official integration better by submitting a pull request!
This integration is 100% open source an licensed under the terms of the New BSD License.
If your having problems with it, this transform should help:
//nomustache
payload.order.number = payload.order.number.substring(0, 21);