Removed Qbo index & sync html, methods, & routes

This stuff isn't really used for anything
This commit is contained in:
2022-03-09 23:06:54 -05:00
parent a75f1abd71
commit 47a19a7e77
4 changed files with 3 additions and 77 deletions

View File

@@ -22,18 +22,6 @@ class QboController < ApplicationController
params.permit(:code, :state, :realmId, :id)
end
#
# Called when the QBO Top Menu us shown
#
def index
@qbo = Qbo.first
@customer_count = Customer.count
@item_count = QboItem.count
@employee_count = Employee.count
@invoice_count = Invoice.count
@estimate_count = Estimate.count
end
#
# Called when the user requests that Redmine to connect to QBO
#