pull master

This commit is contained in:
Yan
2017-06-01 12:11:23 +06:30
29 changed files with 727 additions and 18 deletions

View File

@@ -145,7 +145,12 @@ Rails.application.routes.draw do
end
end
#--------- Transactions Sections ------------#
namespace :transactions do
resources :sales
end
#--------- Reports Controller Sections ------------#
namespace :reports do
resources :sales, :only => [:index, :show]
resources :orders, :only => [:index, :show]