|
price_id
|
int(10)
|
|
|
|
|
invoice_id
|
varchar(100)
|
|
|
|
|
store_id
|
int(10) unsigned
|
|
|
1
|
|
subtotal
|
decimal(25,4)
|
|
|
|
|
discount_type
|
enum
|
-- |
|
plain
|
|
discount_amount
|
decimal(25,4)
|
|
|
0.0000
|
|
interest_amount
|
decimal(25,4)
|
|
|
0.0000
|
|
interest_percentage
|
int(10)
|
|
|
0
|
|
item_tax
|
decimal(25,4)
|
|
|
0.0000
|
|
order_tax
|
decimal(25,4)
|
|
|
0.0000
|
|
cgst
|
decimal(25,4)
|
|
|
|
|
sgst
|
decimal(25,4)
|
|
|
|
|
igst
|
decimal(25,4)
|
|
|
|
|
total_purchase_price
|
decimal(25,4)
|
|
|
0.0000
|
|
shipping_type
|
enum
|
-- |
|
plain
|
|
shipping_amount
|
decimal(25,4)
|
|
|
0.0000
|
|
others_charge
|
decimal(25,4)
|
|
|
0.0000
|
|
payable_amount
|
decimal(25,4)
|
|
|
|
|
paid_amount
|
decimal(25,4)
|
|
|
|
|
due
|
decimal(25,4) unsigned
|
|
|
0.0000
|
|
due_paid
|
decimal(25,4)
|
|
|
0.0000
|
|
return_amount
|
decimal(25,4) unsigned
|
|
|
0.0000
|
|
balance
|
decimal(25,4)
|
|
|
0.0000
|
|
profit
|
decimal(25,4)
|
|
|
0.0000
|
|
previous_due
|
decimal(25,4)
|
|
|
0.0000
|
|
prev_due_paid
|
decimal(25,4)
|
|
|
0.0000
|