Plugins Directory » Redmine QBO
|
Author: | Rick Barrette |
---|---|---|
Website: | https://github.com/rickbarrette/redmine_qbo | |
Code repository: | git@github.com:rickbarrette/redmine_qbo.git | |
Registered on: | 2017-03-23 (about 8 years ago) | |
Current version: | 1.1.4 | |
Compatible with: | Redmine 4.2.x, 4.1.x, 4.0.x | |
User ratings: |
A plugin for Redmine to connect to Quickbooks Online
The goal of this project is to allow Redmine to connect with Quickbooks Online to create Time Activity Entries for completed work when an Issue is closed.
Installation notes
Prerequisites
Sign up to become a developer for Intuit https://developer.intuit.com/
Create your own aplication to obtain your API keys
Set up webhook service to https://redmine.yourdomain.com/qbo/webhook
See https://developer.intuit.com/docs/0100_accounting/0300_developer_guides/webhooks
The Install
To install, clone this repo into your plugin folder
git clone git@github.com:rickbarrette/redmine_qbo.git
Migrate your database
rake redmine:plugins:migrate RAILS_ENV=production
Navigate to the plugin configuration page and suppy your own OAuth key & secret.
After saving your key & secret, you need to click on the Authenticate link on the plugin configuration page to authenticate with QBO.
Assign an Employee to each of your users via the User Administration Page
Changelog
1.1.4 (2022-03-13)
Compatible with Redmine 4.2.x, 4.1.x, 4.0.x.
Updated for Redmine 4.0+ support
0.4.3 (2017-03-23)
Compatible with Redmine 3.2.x.