Intuit QBO OAuth Consumer Key
Intuit QBO OAuth Consumer Secret
Intuit QBO Webhook Token
Token Expires At
<%= if Qbo.exists? then Qbo.first.token_expires_at end %>
Reconnect Token At
<%= if Qbo.exists? then Qbo.first.reconnect_token_at end %>
Note: You need to authenticate 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 %>