Project

General

Profile

Feature #7924

Updated by Pavan Kumar Murala 19 days ago

Implemented multiple enhancements in the Enquiry module across backend and frontend: 

 Added "Others" option in enquiry creation. When selected, users can enter a custom value. 

 Implemented Follow-up Date functionality with time support (default 12 AM). Validation allows selection from today up to the next 2 weeks. 

 Backend: 

 Implemented filters for enquiry listing. 

 Added soft delete functionality using isDeleted (true/false). 

 Created Restore API to recover deleted records. 



 

 Dashboard API updated to return card statistics. 

 Dashboard updated to show last 6 enquiry records. 

 Frontend: 

 Integrated dashboard card data and last 6 enquiry details. 

 Integrated delete and restore functionality. 

 Added Action History in enquiry detail and list page. 

 Implemented filter support (including deleted and non-deleted records). 

 Not passing time value (12 AM) from frontend in filter requests.

Back