added orders to confirm report / phone allows more digits now / added reports to rails admin navigation

This commit is contained in:
Senad Uka
2015-05-11 11:35:24 +02:00
parent 0490800ab3
commit fe452d359f
11 changed files with 661 additions and 19 deletions

View File

@@ -1,9 +1,11 @@
class ReportsController < ApplicationController
class ReportsController < ApplicationController
def items_to_order
@report = Item.items_to_order
end
def orders_to_confirm
@report = Item.orders_to_confirm
end
end