|
id
|
bigint(20) unsigned
|
|
|
|
|
voucher_number
|
varchar(50)
|
|
|
|
|
voucher_type_id
|
int(11)
|
|
|
|
|
voucher_date
|
date
|
|
|
|
|
journal_date
|
date
|
|
|
|
|
branch_id
|
int(11) unsigned
|
|
|
|
|
finance_year_id
|
int(11) unsigned
|
|
|
|
|
narration
|
text
|
|
|
|
|
posting_status
|
enum
|
-- |
|
Draft
|
|
delete_status
|
tinyint(1)
|
|
|
0
|
|
created_by
|
tinyint(1)
|
|
|
|
|
updated_by
|
tinyint(1)
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|