| id |
bigint(20)
|
|
|
|
| voucher_no |
varchar(50)
|
utf8mb4_unicode_ci
|
|
|
| voucher_type_id |
int(10)
|
|
|
|
| voucher_date |
date
|
|
|
|
| contra_type |
enum('BANK_TO_BANK', 'BANK_TO_CASH', 'CASH_TO_BANK', 'CASH_TO_CASH')
|
utf8mb4_unicode_ci
|
|
|
| from_account_id |
bigint(20)
|
|
|
|
| to_account_id |
bigint(20)
|
|
|
|
| instrument_type |
enum('CASH', 'CHEQUE', 'NEFT', 'RTGS', 'IMPS', 'UPI', 'DD', 'OTHERS', 'ONLINE')
|
utf8mb4_unicode_ci
|
|
|
| bank_name |
varchar(100)
|
utf8mb4_unicode_ci
|
|
|
| instrument_number |
varchar(100)
|
utf8mb4_unicode_ci
|
|
|
| amount |
decimal(18,2)
|
|
|
|
| narration |
text
|
utf8mb4_unicode_ci
|
|
|
| branch_id |
int(10)
|
|
|
|
| finance_year_id |
int(11)
|
|
|
|
| created_by |
bigint(20)
|
|
|
|
| updated_by |
bigint(20)
|
|
|
|
| delete_status |
tinyint(1)
|
|
|
|
| created_at |
datetime
|
|
|
|
| updated_at |
datetime
|
|
|
|