added commission report

This commit is contained in:
Zin Lin Phyo
2017-08-28 10:52:14 +06:30
parent 4fd4fdaeb7
commit 36b4b15688
7 changed files with 681 additions and 198 deletions

View File

@@ -323,6 +323,7 @@ Rails.application.routes.draw do
resources :shiftsale, :only => [:index, :show]
resources :credit_payment, :only => [:index, :show]
resources :void_sale, :only => [:index, :show]
resources :commission, :only => [:index, :show]
get "receipt_no/get_shift_by_date", to: "receipt_no#get_shift_by_date", as: "get_shift_by_date"
end