menu ui update

This commit is contained in:
Yan
2017-08-16 18:26:30 +06:30
parent e791ce8809
commit 0eee1fd0af
19 changed files with 260 additions and 96 deletions

View File

@@ -3,11 +3,7 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
create_table :print_settings do |t|
t.string :name, :null => false
t.string :unique_code, :null => false
t.string :template
t.string :db_name
t.string :db_type
t.string :db_username
t.string :db_password
t.string :template
t.string :printer_name, :null => false
t.string :api_settings
t.decimal :page_width, :null => false, :default => 200