|
id
|
int(11)
|
|
|
|
|
invoice_id
|
int(11)
|
|
|
|
|
exchange_id
|
tinyint(1)
|
|
|
0
|
|
exchange_item_age
|
tinyint(1)
|
|
|
0
|
|
exchange_value
|
decimal(10,2)
|
|
|
|
|
exchange_company_name
|
varchar(250)
|
|
|
|
|
discount_coupon_code
|
varchar(50)
|
|
|
|
|
credit_note_discount_type
|
varchar(50)
|
|
|
|
|
credit_note_discount_value
|
decimal(10,2)
|
|
|
0.00
|
|
discount_details
|
longtext
|
|
|
|
|
total_fixed_discount
|
decimal(12,2)
|
|
|
0.00
|
|
total_prop_discount
|
decimal(12,2)
|
|
|
0.00
|
|
remarks
|
varchar(255)
|
|
|
|
|
selected_prop_discount_items
|
longtext
|
|
|
|
|
delete_status
|
tinyint(1)
|
|
|
0
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|