|
info_id
|
int(10) unsigned
|
|
|
|
|
invoice_id
|
varchar(100)
|
|
|
|
|
inv_type
|
varchar(32)
|
|
|
purchase
|
|
store_id
|
int(10) unsigned
|
|
|
1
|
|
sup_id
|
int(10) unsigned
|
|
|
|
|
total_item
|
decimal(25,4)
|
|
|
0.0000
|
|
status
|
enum
|
-- |
|
stock
|
|
total_sell
|
decimal(25,4)
|
|
|
0.0000
|
|
purchase_note
|
text
|
|
|
|
|
attachment
|
text
|
|
|
|
|
is_visible
|
tinyint(1) unsigned
|
|
|
1
|
|
payment_status
|
varchar(20)
|
|
|
due
|
|
checkout_status
|
tinyint(1)
|
|
|
0
|
|
shipping_status
|
enum
|
-- |
|
received
|
|
created_by
|
int(10)
|
|
|
|
|
purchase_date
|
datetime
|
|
|
|
|
created_at
|
datetime
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|