Commit Graph

82 Commits

Author SHA1 Message Date
d22257e8ab Update issues_form_hook_listener.rb
Fixed conventions, Removed explicit non-nil checks
2016-01-21 13:09:49 -05:00
03e1e7e0b2 Update users_show_hook_listener.rb
Updating to the following conventions
https://github.com/bbatsov/ruby-style-guide
2016-01-21 12:15:20 -05:00
aa3fefd628 Update issues_show_hook_listener.rb
Updating to the following conventions
https://github.com/bbatsov/ruby-style-guide
2016-01-21 12:13:00 -05:00
5e635f9e2b Update issues_form_hook_listener.rb
Updating to the following conventions
https://github.com/bbatsov/ruby-style-guide
2016-01-21 12:09:40 -05:00
2aad7115c4 Update issues_save_hook_listener.rb
Updating to the following conventions
https://github.com/bbatsov/ruby-style-guide
2016-01-21 12:07:36 -05:00
20be533a19 Update issues_save_hook_listener.rb
to ues Qbo.get_base
2016-01-20 12:21:08 -05:00
191cfd5fff Fixed issue hooks 2016-01-20 06:27:26 -05:00
98cd3d51e9 Estimate PDF is now dowloaded and served
TODO: The routes are somehow messed up and need to be fixed.

example: example.com/redmine/redmine/qbo/estimate/1
in lieu: example.com/redmine/qbo/estimate/1
2016-01-17 10:40:37 -05:00
6556197dd0 Readded nil checks 2016-01-14 21:49:26 -05:00
ec1c263347 Added relationship to issues, renamed qbp_customer, started cleaning up
listeners
2016-01-13 20:37:02 -05:00
6f194e37bd Cleaned up the show_issue hook 2016-01-12 22:39:45 -05:00
135850b74d Estimates are now attached to issues and displayed on the issue 2016-01-12 21:45:56 -05:00
ddb4f40486 Updated to quickbooks-ruby-base and added QboEstimate 2016-01-12 20:55:56 -05:00
aad4597265 Removed unneeded Code & Fixed Estimate Field Check 2016-01-11 23:37:01 -05:00
f9e271cbcb Added sanity checks for QBO info 2016-01-11 23:24:35 -05:00
2ec9e43951 Added estimate generation capability
TODO: check to see if we can get the PDF link
2016-01-11 23:20:27 -05:00
c2808c7e8f Broke billing of time into a seprate method 2016-01-11 22:18:40 -05:00
8b78e113f9 Only pull QBO Service Items & Auto sync QBO Items 2016-01-10 10:11:15 -05:00
b9e5ace6cd Redirect to QBO Sync after Authentication & reverse item order 2016-01-09 23:13:24 -05:00
6d357f27f9 It's in Production!
Made some tweaks and error checks
2016-01-09 10:11:13 -05:00
ed66b7b7b4 Added QBO Sync to Issue and User views
This will allow the databases to automaticly "Refresh" with a simple
page refresh
2016-01-09 09:27:58 -05:00
9781ad39c1 Changed the word Ticket to Issue.Tracker 2016-01-09 09:00:22 -05:00
deb3b7cac5 Check if spent hours is > 0 before billing 2016-01-09 08:56:32 -05:00
def2bf068e Added QBO Billed Flag to Time Entries
This allows prevents duplicate billing for Time Entries
2016-01-09 08:45:52 -05:00
7abf20f35d Added QBO Employee setting to the User.
This allows the a QBO Employee ID to be assigned to a redmine user
2016-01-09 00:51:02 -05:00
9acc1cb516 Split qbo_hook_listener into 3 specific classes 2016-01-08 22:39:59 -05:00
6594ef6488 Added Item dropdown box for Issues 2016-01-08 22:19:07 -05:00
78768519e9 Updated QBO Auth Token to new convention 2016-01-07 21:10:53 -05:00
168c53b71b Added nil check for qbo_customer_id when closing 2016-01-02 10:25:20 -05:00
f8ff28f955 Added TimeActivty Creation
A new Time Activity is now created when an issue is closed.
2016-01-02 10:05:02 -05:00
b3b3d8b435 Fixed Customer Selection box while
The previously saved customer is now selected in the drop down box when
editing an issue
2016-01-01 22:56:26 -05:00
84f1f8dacc Initial commit 2016-01-01 10:36:43 -05:00