Sync My Timesheets to QuickBooks in Rails App

307 Views Asked by At

I have an rails application, where employees are creating their weekly time sheets, now i want to upload those weekly time sheets on quick books using my rails app.

How can i do this in ROR ?

Thank You,

1

There are 1 best solutions below

3
On BEST ANSWER
  1. Create an account on https://developer.intuit.com
  2. Create an app and sandbox after logging in.
  3. Hook up Rails to talk to the sandbox.
  4. See my tutorials to help with these 3 steps.
  5. TimeActivity is supported by the quickbooks-ruby gem so check the docs and specs for implementation.
  6. You will need to implement the Employee or Vendor entity as that reference is required to sync TimeActivity.
  7. When ready for production enable this within your app at https://developer.intuit.com and then follow steps similar to 1-3 to configure.