Finished Request Bill print function

This commit is contained in:
Aung Myo
2017-06-03 17:04:17 +06:30
parent 138850fb24
commit a2c9996b76
7 changed files with 131 additions and 19 deletions

View File

@@ -2,6 +2,6 @@ class Account < ApplicationRecord
validates_presence_of :title, :account_type
has_many :menu_items
# belongs_to :lookup , :class_name => "Lookup" ,:foreign_key => :tax_type
# belongs_to :lookup , :class_name => "Lookup"
end