order item split bill process

This commit is contained in:
phyusin
2018-02-06 09:46:30 +06:30
parent 3dc6f42bd5
commit 991bc48505
10 changed files with 309 additions and 505 deletions

View File

@@ -132,6 +132,10 @@ class Ability
can :manage, Commissioner
can :manage, Promotion
can :manage, Product
#ability for split_bill
can :index, :split_bill
can :create, :split_bill
elsif user.role == "account"