From 26d8d9d3e9e2c14a9134b3aa22d106a7dbfb30ae Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 21 Jan 2016 09:49:29 -0500 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22bda7c..202c923 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ 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. +`Note: This project is under heavy development. Currently the initial functionality goal has been meet, however I am still working on adding other features. Tags should be stable` + ####How it works * Issues can be assigned to a QBO Customer and QBO Service Item via drop down in issues form - The QBO Employee for the issue is assigned via the assigned redmine user @@ -12,7 +14,6 @@ The goal of this project is to allow redmine to connect with Quickbooks Online t - The rate will be the set via the QBO Service Item Price * Issues with the Tracker `Quote` will generate an estimate based on the estimated hours and Service Item cost. - Needs to have a QBO Customer & QBO Service Item Assiged - - TODO Add rake file to create Quote tracker??? * Users will be assigned a QBO Employee via a drop down in the user admistration page. ##Prerequisites @@ -38,6 +39,13 @@ The goal of this project is to allow redmine to connect with Quickbooks Online t 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` +## TODO + * Abiltiy to add line items to a ticket in a dynamic table so they can be added to the invoice upon closing of the issue + * Add a rake file to create required Trackers or statuses required + * Add link Invoice PDF to issue after creation. + * Clean up view hook code, possibly use a controller hook and reder partial views + * Add Setting for Sandbox Mode + ##License The MIT License (MIT)