
id : bigint(20) unsigned
|

voucher_number : varchar(50)
|

voucher_type_id : bigint(20)
|

entry_mode : enum('Cash','Party')
|

proforma_ref_id : int(11)
|

proforma_status : enum('Y','N')
|

sales_channel : varchar(50)
|

sales_person_id : int(10) unsigned
|

source_quotation_id : bigint(20) unsigned
|

source_sales_id : int(11)
|

quotation_moved_status : varchar(20)
|

voucher_date : date
|

voucher_time : time
|

due_date : date
|

ledger_id : int(10) unsigned
|

party_cat_id : int(11)
|

invoice_amount : decimal(12,2) unsigned
|

price : decimal(10,2)
|

subsidy_scheme_id : tinyint(4)
|

pri_discount : decimal(10,2)
|

proportionate_discount : decimal(10,2)
|

total_discount : decimal(10,2)
|

discount_coupon_code : varchar(50)
|

applied_discount_category : enum('SCHEME','CATEGORY')
|

applied_discount_category_id : int(11)
|

taxable_amount : decimal(12,2)
|

item_tax_amout : decimal(10,2)
|

add_charges_fixed_tax_amount : decimal(10,2)
|

add_charges_proportionate_tax_amount : decimal(10,2)
|

total_tax_amount : decimal(10,2)
|

tds_amount : decimal(10,2)
|

freight_charges : decimal(10,2)
|

add_charges : decimal(10,2)
|

sgst_amount : decimal(10,2)
|

cgst_amount : decimal(10,2)
|

igst_amount : decimal(10,2)
|

cess_amount : decimal(10,2)
|

payment_status : enum('Pending','Paid','Partial')
|

narration : text
|

discount_details : longtext
|

receiver_name : varchar(100)
|

receiver_contact_number : varchar(20)
|

branch_id : int(11)
|

user_id : bigint(20) unsigned
|

finance_year_id : bigint(20) unsigned
|

delete_status : tinyint(1)
|

created_at : datetime
|

updated_at : datetime
|

round_off : decimal(12,2)
|

total_amount : decimal(12,2)
|

irn : varchar(64)
|

ack_no : bigint(20)
|

ack_date : datetime
|

qr_code : text
|

einvoice_status : enum('PENDING','GENERATED','FAILED')
|

einvoice_error : text
|

ewaybill_no : bigint(20)
|

ewaybill_date : datetime
|

ewaybill_status : enum('PENDING','GENERATED','FAILED')
|

ewaybill_error : text
|

posting_status : enum('Pending','Posted')
|