From e45ff68cfad971f65d9c7d52937c3a90db57e162 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 8 Jan 2016 23:07:34 -0500 Subject: [PATCH] Updated README --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b623796..ca442ea 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,19 @@ This is a simple plugin for Redmine to connect to Quickbooks Online -This is under heavy development +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. + +####How it works +* A QBO customer and service item can now be assigned to an issue. +* When a issue is closed, a new QBO Time Activity is created + - The total time for the Time Activity will be total spent time. + - The rate will be the set be the service item + +*Warning: * This is under heavy development + +##Prerequisites + +Sign up to become a developer for Intuit https://developer.intuit.com/ ##The Install @@ -12,6 +24,8 @@ To install, clone into your plugin folder and migrate your database. Then naviga After saving your key & secret, you need to click on the Authenticate link on the plugin configuration page to authenticate with QBO. +Once you are authenticated with QBO, you need to synchronize your database with QBO by clicking the sync link in the Quickbooks top menu (https://your.redmine.com/redmine/qbo) + ##License The MIT License (MIT)