receipt no and print pdf
This commit is contained in:
@@ -3,6 +3,9 @@ class CreateShops < ActiveRecord::Migration[5.1]
|
||||
create_table :shops do |t|
|
||||
t.string :logo
|
||||
t.string :name, :null => false
|
||||
t.string :shop_code, :null => false
|
||||
t.string :client_name, :null => false
|
||||
t.string :client_code, :null => false
|
||||
t.string :address, :null => false
|
||||
t.string :township, :null => false
|
||||
t.string :city, :null => false
|
||||
|
||||
Reference in New Issue
Block a user