merge with origin master

This commit is contained in:
Yan
2017-06-29 14:08:20 +06:30
25 changed files with 369 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ class CreatePaymentJournals < ActiveRecord::Migration[5.1]
t.string :payment_method,:null => false, :default => "CASH"
t.string :payment_status,:null => false, :default => "NEW"
t.string :payment_method_references
t.integer :created_by, :null => false
t.timestamps
end
end