|
id
|
bigint(20) unsigned
|
|
|
|
|
voucher_number
|
varchar(50)
|
|
|
|
|
voucher_type
|
tinyint(1)
|
|
|
|
|
voucher_date
|
date
|
|
|
|
|
due_date
|
date
|
|
|
|
|
ledger_id
|
int(10) unsigned
|
|
|
|
|
voucher_type_id
|
int(10) unsigned
|
|
|
|
|
finance_year_id
|
int(10) unsigned
|
|
|
|
|
invoice_no
|
varchar(50)
|
|
|
|
|
invoice_date
|
date
|
|
|
|
|
price
|
decimal(12,2)
|
|
|
0.00
|
|
total_discount
|
decimal(12,2)
|
|
|
0.00
|
|
applied_discount_category_id
|
int(11)
|
|
|
|
|
tax_amount
|
decimal(12,2)
|
|
|
0.00
|
|
freight_charges
|
decimal(12,2)
|
|
|
0.00
|
|
add_charges
|
decimal(12,2)
|
|
|
0.00
|
|
sgst_amount
|
decimal(12,2)
|
|
|
0.00
|
|
cgst_amount
|
decimal(12,2)
|
|
|
0.00
|
|
igst_amount
|
decimal(12,2)
|
|
|
0.00
|
|
cess_amount
|
decimal(12,2)
|
|
|
0.00
|
|
payment_status
|
enum
|
-- |
|
|
|
narration
|
text
|
|
|
|
|
branch_id
|
int(11)
|
|
|
|
|
delete_status
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
|