Intuit QBO OAuth2 Client ID
Intuit QBO OAuth2 Client Secret
Intuit QBO Webhook Token
OAuth2 Access Token Expires At <%= if Qbo.exists? then Qbo.first.expire end %>

Note: You need to authenticate with Quickbooks after saving your key and secret above



Customer Count: <%= Customer.count%>
Item Count: <%= QboItem.count %>
Employee Count: <%= QboEmployee.count %>
Invoice Count: <%= QboInvoice.count %>
Estimate Count: <%= QboEstimate.count %>

Last Sync: <%= Qbo.last_sync if Qbo.exists? %> <%= link_to " Sync Now", qbo_sync_path %>