From 84acf5f775607decf0996c49dc6fc8577848383d Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 10 Jan 2016 10:34:36 -0500 Subject: [PATCH] Update README.md --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d2ac5b0..1622349 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ #Redmine Quickbooks Online -##About - -This is a simple plugin for Redmine to connect to Quickbooks Online +A simple 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. @@ -32,12 +30,12 @@ The goal of this project is to allow redmine to connect with Quickbooks Online t ' rake redmine:plugins:migrate RAILS_ENV=production ' 3. Navigate to the plugin configuration page (https://your.redmine.com/settings/plugin/redmine_qbo) and suppy your own OAuth key & secret. + 4. After saving your key & secret, you need to click on the Authenticate link on the plugin configuration page to authenticate with QBO. + 5. Enjoy -Note: Customers and Employees with automaticly update during normail usage of redmine i.e. a page refresh - -Note:nService Items do not automaticly update at this time, if you add/remove service items you will need to synchronize your database with QBO by clicking the sync link in the Quickbooks top menu (https://your.redmine.com/redmine/qbo) +Note: Customers, Employees, and Service Items with automaticly update during normal usage of redmine i.e. a page refresh. You can also manualy force redmine to sync its database with QBO clicking the sync link in the Quickbooks top menu page (https://your.redmine.com/redmine/qbo) ##License