control for member create and member discount

This commit is contained in:
Yan
2017-07-27 18:53:41 +06:30
parent 0408c6d498
commit bf3e30c70f
7 changed files with 125 additions and 57 deletions

View File

@@ -38,6 +38,7 @@ class Ability
can :index, :receipt_no
can :index, :shiftsale
can :get_customer, Customer
can :add_customer, Customer
can :update_sale_by_customer, Customer
@@ -74,7 +75,7 @@ class Ability
can :read, Sale
can :update, Sale
can :get_customer, Customer
can :add_customer, Customer
can :update_sale_by_customer, Customer