tax profile and lookup seed data

This commit is contained in:
Min Zeya Phyo
2017-04-04 01:09:17 +06:30
parent 2c1ac3191c
commit 4dc0c762e3
11 changed files with 103 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ class CreateOrderItems < ActiveRecord::Migration[5.0]
t.string :order_item_status, :null => false, :default => "new"
t.string :item_code, :null => false
t.string :item_name, :null => false
t.integer :qty, :null => false
t.decimal :qty, :precision => 10, :scale => 2, :null => false, :default => 0.00
t.string :item_order_by #person who order this
t.string :remark
t.string :options