add ability for Manager Role

This commit is contained in:
phyusin
2018-11-19 15:51:36 +06:30
parent 2d36221c33
commit 436b629768

View File

@@ -39,6 +39,7 @@ class Ability
can :index, :dailysale
can :index, :saleitem
can :index, :receipt_no
can :index, :receipt_no_detail
can :index, :shiftsale
can :index, :credit_payment
can :index, :void_sale
@@ -48,6 +49,7 @@ class Ability
can :show, :dailysale
can :show, :saleitem
can :show, :receipt_no
can :show, :receipt_no_detail
can :show, :shiftsale
can :show, :credit_payment
can :show, :void_sale
@@ -208,6 +210,7 @@ class Ability
can :index, :dailysale
can :index, :saleitem
can :index, :receipt_no
can :index, :receipt_no_detail
can :index, :shiftsale
can :index, :credit_payment
can :index, :void_sale
@@ -216,6 +219,7 @@ class Ability
can :show, :dailysale
can :show, :saleitem
can :show, :receipt_no
can :show, :receipt_no_detail
can :show, :shiftsale
can :show, :credit_payment
can :show, :void_sale