change tax profile overide

This commit is contained in:
phyusin
2018-05-25 13:26:55 +06:30
parent 36fe726fbe
commit 49453a22c0
7 changed files with 199 additions and 136 deletions

View File

@@ -71,6 +71,7 @@ class Ability
can :rounding_adj, :payment
can :foc, :payment
can :print, :payment
can :change_tax, :payment
can :move_dining, :movetable
can :moving, :movetable
@@ -154,6 +155,7 @@ class Ability
can :rounding_adj, :payment
can :foc, :payment
can :print, :payment
can :change_tax, :payment
can :move_dining, :movetable
can :moving, :movetable
@@ -249,6 +251,7 @@ class Ability
can :rounding_adj, :payment
can :print, :payment
can :foc, :payment
can :change_tax, :payment
can :manage, Commission
can :manage, Commissioner