Add CB payment in transactions and reports
This commit is contained in:
@@ -6,6 +6,7 @@ class Sale < ApplicationRecord
|
||||
#before_create :generate_receipt_no
|
||||
belongs_to :cashier, :optional => true
|
||||
belongs_to :customer, :optional => true
|
||||
belongs_to :employees
|
||||
has_many :sale_items
|
||||
has_many :sale_discount_items
|
||||
has_many :sale_discounts
|
||||
|
||||
Reference in New Issue
Block a user