From 787ae1b8dfdf730d9a1a083fe43b46251a5e37e4 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Thu, 4 Aug 2016 10:03:28 -0400 Subject: [PATCH] Update _settings.html.erb --- app/views/qbo/_settings.html.erb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/app/views/qbo/_settings.html.erb b/app/views/qbo/_settings.html.erb index be125f9..0cb3f0f 100644 --- a/app/views/qbo/_settings.html.erb +++ b/app/views/qbo/_settings.html.erb @@ -75,3 +75,29 @@ 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 %> +