d79daa7a28
Fixed migration for purchases
2016-01-26 12:32:49 -05:00
6bcf210f79
Create 013_create_qbo_purchases.rb
2016-01-26 12:24:48 -05:00
e65d78bb25
Create qbo_purchase.rb
...
Initial & untested commit for billable-purchases.
TODO:
Create database table
Add relationships
Attach to Issues
2016-01-25 12:31:26 -05:00
0b74f2cf52
Added Invoice Support
2016-01-24 18:54:34 -05:00
98b89e7875
Added Patch to Users to add releation ship for Users to Employees
2016-01-24 17:35:07 -05:00
b1996aa309
Update users_show_hook_listener.rb
...
Cleaned up nil checks
2016-01-22 05:43:06 -05:00
f4712ad849
Update issues_show_hook_listener.rb
...
Cleaned up nil checks
2016-01-22 05:38:31 -05:00
a8546934ee
Cleaned up issue save hook
2016-01-22 05:22:09 -05:00
a7b7db690d
Fixed Issue Save Hook
2016-01-22 04:08:21 -05:00
0ed61b191f
Update issues_save_hook_listener.rb
...
Removed un-needed code, and added parenthesis on line 33
2016-01-21 13:37:30 -05:00
0fb4ec1157
Update issues_save_hook_listener.rb
...
Fixed conventions, Removed explicit non-nil checks, updated comments
2016-01-21 13:27:08 -05:00
d22257e8ab
Update issues_form_hook_listener.rb
...
Fixed conventions, Removed explicit non-nil checks
2016-01-21 13:09:49 -05:00
e1bb565c59
Update qbo_controller.rb
...
Updating to the following conventions
https://github.com/bbatsov/ruby-style-guide
2016-01-21 12:19:13 -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
80ee5287a0
Update README.md
2016-01-21 09:52:37 -05:00
26d8d9d3e9
Update README.md
2016-01-21 09:49:29 -05:00
f0c08e155f
Update LICENSE
...
Formating
2016-01-21 06:08:55 -05:00
afb3af18d4
Update README.md
2016-01-20 12:46:24 -05:00
20be533a19
Update issues_save_hook_listener.rb
...
to ues Qbo.get_base
2016-01-20 12:21:08 -05:00
f07809eacb
Update qbo_employee.rb
2016-01-20 12:16:51 -05:00
d1653da540
Update qbo_estimate.rb
...
to use Qbo.get_base
2016-01-20 12:16:15 -05:00
d9b1b45f89
Update qbo_item.rb
...
to use Qbo.get_base
2016-01-20 12:15:42 -05:00
2f85d2f56d
Updated QBO Customer touse Qbo.get_base
2016-01-20 12:13:44 -05:00
430579d622
Removed nil check
2016-01-20 12:12:37 -05:00
2357b002c6
Update qbo.rb
...
Added get_base convenience method
2016-01-20 06:39:42 -05:00
191cfd5fff
Fixed issue hooks
2016-01-20 06:27:26 -05:00
eb911f195c
Removed unneeded code
2016-01-17 10:45:18 -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
2365fc2cf8
Corrected get_base to use :customer
2016-01-15 14:26:24 -05:00
6556197dd0
Readded nil checks
2016-01-14 21:49:26 -05:00
e19688a525
Fixed QBO#Index
2016-01-13 21:00:15 -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
98e94da39b
Added qbo_estimate_id to issues safe attribute list
2016-01-12 21:08:04 -05:00
3a4b3c0646
Added qbo_estimate to issues
2016-01-12 21:00:57 -05:00
ddb4f40486
Updated to quickbooks-ruby-base and added QboEstimate
2016-01-12 20:55:56 -05:00
a10b075ab8
Rename columns of QBO table
2016-01-12 20:55:00 -05:00
77448e8dc1
Create table qbo_estimates
2016-01-12 19:40:20 -05:00
cf97b341ab
Updated Gemfile to work off my branch
2016-01-12 19:39:30 -05:00
7637a6fa28
Updated Gemfile to use my copy of quickbooks-ruby
...
Also Added quickbooks-ruby-base
2016-01-12 19:01:33 -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
84acf5f775
Update README.md
0.0.2
2016-01-10 10:34:36 -05:00
95301261c7
Added Screenshots
2016-01-10 10:24:54 -05:00