|
id
|
int(11)
|
|
|
|
|
type
|
varchar(20)
|
|
|
sell
|
|
is_profit
|
tinyint(1)
|
|
|
1
|
|
is_hide
|
tinyint(1)
|
|
|
0
|
|
store_id
|
int(10) unsigned
|
|
|
|
|
invoice_id
|
varchar(100)
|
|
|
|
|
reference_no
|
varchar(100)
|
|
|
|
|
pmethod_id
|
int(10) unsigned
|
|
|
|
|
transaction_id
|
varchar(50)
|
|
|
|
|
capital
|
decimal(25,4)
|
|
|
0.0000
|
|
amount
|
decimal(25,4)
|
|
|
0.0000
|
|
details
|
text
|
|
|
|
|
attachment
|
text
|
|
|
|
|
note
|
text
|
|
|
|
|
total_paid
|
decimal(25,4)
|
|
|
0.0000
|
|
pos_balance
|
decimal(25,4)
|
|
|
0.0000
|
|
created_by
|
int(11)
|
|
|
|
|
created_at
|
timestamp
|
|
|
current_timestamp()
|