|
id
|
int(10)
|
|
|
|
|
ref_no
|
varchar(100)
|
|
|
|
|
store_id
|
int(10) unsigned
|
|
|
1
|
|
item_id
|
int(10) unsigned
|
|
|
|
|
category_id
|
int(10) unsigned
|
|
|
0
|
|
brand_id
|
int(10)
|
|
|
|
|
sup_id
|
int(10)
|
|
|
0
|
|
item_name
|
varchar(100)
|
|
|
|
|
item_price
|
decimal(25,4)
|
|
|
0.0000
|
|
item_discount
|
decimal(25,4)
|
|
|
0.0000
|
|
item_tax
|
decimal(25,4)
|
|
|
0.0000
|
|
tax_method
|
enum
|
-- |
|
exclusive
|
|
taxrate_id
|
int(10) unsigned
|
|
|
|
|
tax
|
varchar(20)
|
|
|
|
|
gst
|
varchar(20)
|
|
|
|
|
cgst
|
decimal(25,4)
|
|
|
|
|
sgst
|
decimal(25,4)
|
|
|
|
|
igst
|
decimal(25,4)
|
|
|
|
|
item_quantity
|
int(10) unsigned
|
|
|
|
|
item_total
|
decimal(25,4)
|
|
|
0.0000
|
|
created_at
|
datetime
|
|
|
|