|
id
|
bigint(20) unsigned
|
|
|
|
|
transaction_id
|
bigint(20)
|
|
|
|
|
voucher_type_id
|
bigint(20)
|
|
|
|
|
voucher_date
|
date
|
|
|
|
|
ledger_id
|
bigint(20) unsigned
|
|
|
|
|
ledger_account_id
|
bigint(20) unsigned
|
|
|
|
|
ledger_account_name
|
varchar(200)
|
|
|
|
|
instrument_type
|
varchar(50)
|
|
|
|
|
instrument_number
|
varchar(100)
|
|
|
|
|
amount
|
decimal(12,2)
|
|
|
0.00
|
|
branch_id
|
int(10) unsigned
|
|
|
|
|
narration
|
text
|
|
|
|
|
received_status
|
enum
|
-- |
|
N
|
|
move_to_receipt
|
enum
|
-- |
|
N
|
|
delete_status
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|