插件目录 » Redmine QBO
|
作者 | Rick Barrette |
---|---|---|
网站 | https://github.com/rickbarrette/redmine_qbo | |
代码仓库 | [email protected]:rickbarrette/redmine_qbo.git | |
注册于 | 2017-03-23(7年前) | |
当前版本 | 1.1.4 | |
兼容 | Redmine 4.2.x, 4.1.x, 4.0.x | |
用户评分 |
Redmine 连接 Quickbooks Online 的插件
本项目的目标是允许 Redmine 与 Quickbooks Online 连接,以便在关闭问题时代码完成工作创建时间活动条目。
安装说明
先决条件
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
安装过程
To install, clone this repo into your plugin folder
git clone [email protected]: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
变更日志
1.1.4 (2022-03-13)
兼容 Redmine 4.2.x, 4.1.x, 4.0.x。
更新以支持 Redmine 4.0+
0.4.3 (2017-03-23)
兼容 Redmine 3.2.x。