Added QBO Form

This commit is contained in:
2016-01-07 21:51:09 -05:00
parent 78768519e9
commit 9506a4b854
3 changed files with 33 additions and 0 deletions

View File

@@ -15,9 +15,13 @@ class QboController < ApplicationController
# Called when the QBO Top Menu us shown
#
def index
@qbo = Qbo.first
@qbo_customer_count = QboCustomers.count
@qbo_item_count = QboItem.count
@qbo_employee_count = QboEmployee.count
@selected_customer
@selected_item
@selected_employee
end
#