|
id
|
bigint(20) unsigned
|
|
|
|
|
ticket_no
|
varchar(30)
|
|
|
|
|
ticket_type
|
enum
|
-- |
|
|
|
entry_type
|
varchar(10)
|
|
|
|
|
entry_date
|
date
|
|
|
|
|
ledger_id
|
tinyint(4)
|
|
|
|
|
customer_name
|
varchar(150)
|
|
|
|
|
contact_person
|
varchar(100)
|
|
|
|
|
phone
|
varchar(20)
|
|
|
|
|
whatsapp
|
varchar(20)
|
|
|
|
|
city
|
varchar(100)
|
|
|
|
|
pincode
|
varchar(10)
|
|
|
|
|
address
|
varchar(255)
|
|
|
|
|
sales_person_id
|
int(10)
|
|
|
|
|
other_reference
|
varchar(50)
|
|
|
|
|
reference_notes
|
longtext
|
|
|
|
|
is_exchange
|
enum
|
-- |
|
N
|
|
new_machine_price
|
decimal(10,2)
|
|
|
|
|
total_exchange
|
decimal(10,2)
|
|
|
|
|
net_payable
|
decimal(10,2)
|
|
|
|
|
exchange_status
|
varchar(50)
|
|
|
|
|
inspection_by
|
int(10)
|
|
|
|
|
pickup_date
|
date
|
|
|
|
|
pickup_location
|
varchar(50)
|
|
|
|
|
exchange_remark
|
longtext
|
|
|
|
|
status_id
|
int(10) unsigned
|
|
|
|
|
branch_id
|
int(10) unsigned
|
|
|
|
|
finance_year_id
|
int(10) unsigned
|
|
|
|
|
company_id
|
int(10) unsigned
|
|
|
|
|
created_by
|
int(10) unsigned
|
|
|
|
|
updated_by
|
int(10) unsigned
|
|
|
|
|
created_at
|
datetime
|
|
|
current_timestamp()
|
|
updated_at
|
datetime
|
|
|
current_timestamp()
|
|
delete_status
|
tinyint(1)
|
|
|
0
|