|
id
|
bigint(20) unsigned
|
|
|
|
|
voucher_no
|
varchar(50)
|
|
|
|
|
voucher_type_id
|
int(10)
|
|
|
|
|
voucher_date
|
date
|
|
|
|
|
contra_type
|
enum
|
-- |
|
BANK_TO_BANK
|
|
from_account_id
|
bigint(20) unsigned
|
|
|
|
|
to_account_id
|
bigint(20) unsigned
|
|
|
|
|
instrument_type
|
enum
|
-- |
|
CASH
|
|
bank_name
|
varchar(100)
|
|
|
|
|
instrument_number
|
varchar(100)
|
|
|
|
|
amount
|
decimal(18,2)
|
|
|
0.00
|
|
narration
|
text
|
|
|
|
|
branch_id
|
int(10) unsigned
|
|
|
|
|
finance_year_id
|
int(11)
|
|
|
|
|
created_by
|
bigint(20) unsigned
|
|
|
|
|
updated_by
|
bigint(20)
|
|
|
|
|
delete_status
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|