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 %>