|
info_id
|
int(10)
|
|
|
|
|
invoice_id
|
varchar(100)
|
|
|
|
|
edit_counter
|
int(10) unsigned
|
|
|
0
|
|
inv_type
|
enum
|
-- |
|
sell
|
|
store_id
|
int(10) unsigned
|
|
|
1
|
|
customer_id
|
int(10) unsigned
|
|
|
0
|
|
customer_mobile
|
varchar(20)
|
|
|
|
|
ref_invoice_id
|
varchar(100)
|
|
|
|
|
ref_user_id
|
int(10) unsigned
|
|
|
0
|
|
invoice_note
|
text
|
|
|
|
|
total_items
|
smallint(6)
|
|
|
|
|
is_installment
|
tinyint(1)
|
|
|
0
|
|
status
|
tinyint(1) unsigned
|
|
|
1
|
|
pmethod_id
|
int(10)
|
|
|
|
|
payment_status
|
varchar(20)
|
|
|
|
|
checkout_status
|
tinyint(1)
|
|
|
0
|
|
created_by
|
int(10) unsigned
|
|
|
0
|
|
created_at
|
datetime
|
|
|
|
|
updated_at
|
timestamp
|
|
|
|