
price_id : int(10)
|

invoice_id : varchar(100)
|

store_id : int(10) unsigned
|

subtotal : decimal(25,4)
|

discount_type : enum('plain','percentage')
|

discount_amount : decimal(25,4)
|

interest_amount : decimal(25,4)
|

interest_percentage : int(10)
|

item_tax : decimal(25,4)
|

order_tax : decimal(25,4)
|

cgst : decimal(25,4)
|

sgst : decimal(25,4)
|

igst : decimal(25,4)
|

total_purchase_price : decimal(25,4)
|

shipping_type : enum('plain','percentage')
|

shipping_amount : decimal(25,4)
|

others_charge : decimal(25,4)
|

payable_amount : decimal(25,4)
|

paid_amount : decimal(25,4)
|

due : decimal(25,4) unsigned
|

due_paid : decimal(25,4)
|

return_amount : decimal(25,4) unsigned
|

balance : decimal(25,4)
|

profit : decimal(25,4)
|

previous_due : decimal(25,4)
|

prev_due_paid : decimal(25,4)
|