<%=t(:label_client_id)%>
<%=t(:label_client_secret)%>
<%=t(:label_webhook_token)%>
<%=t(:label_sandbox)%> <%= check_box_tag 'settings[sandbox]', @settings['sandbox'], @settings['sandbox'] %>
<%=t(:label_oauth_expires)%> <%= if Qbo.exists? then Qbo.first.oauth2_access_token_expires_at end %>
<%=t(:label_oauth2_refresh_token_expires_at)%> <%= if Qbo.exists? then Qbo.first.oauth2_refresh_token_expires_at end %>

<%=t(:label_oauth_note)%>



<%=t(:label_customer_count)%>: <%= Customer.count%>
<%=t(:label_employee_count)%>: <%= Employee.count %>
<%=t(:label_invoice_count)%>: <%= Invoice.count %>
<%=t(:label_estimate_count)%>: <%= Estimate.count %>

<%=t(:label_last_sync)%> <%= Qbo.last_sync if Qbo.exists? %> <%= link_to t(:label_sync_now), qbo_sync_path %>