print settings

This commit is contained in:
phyusin
2018-04-06 10:45:14 +06:30
parent 55e2a06422
commit dac1a58b64
4 changed files with 12 additions and 3 deletions

View File

@@ -4,7 +4,9 @@ class CreatePrintSettings < ActiveRecord::Migration[5.1]
t.string :name, :null => false
t.string :unique_code, :null => false
t.string :template
t.string :font, :default => ""
t.string :font, :default => ""
t.integer :header_font_size, :null => false, :default => 11
t.integer :item_font_size, :null => false, :default => 9
t.string :printer_name, :null => false
t.string :api_settings
t.string :brand_name