- Add tabular and Graphical View for the total product sold and total sales
- Add State and District name for the mela list in Participant,mela sale, helper and customer feedback reports
- Assign and Withdraw normal and organizer stalls using number input instead of adding selecting from master list
Add Filter for stall and Shgs in daily sales
Update the mela logo and SRLM logo for mela participant and coordinator I Card
- Shg and Coordinator Mapping
- Coordinator List Limit Increase
Enter Daily Sales 2PM to 2PM
- Implement multiple enhancements across sales functionality, coordinator mapping, and UI/UX improvements. Add support for recording sales using the Participant Attendance QR code by integrating QR scanning with the sales entry flow.
- Improve the SHG–Coordinator mapping and unmapping experience by enhancing search functionality, making it more intuitive and user-friendly. Additionally, implement pagination for the added coordinators list to improve performance and introduce sorting by coordinator name for better usability.
- Prepare required changes in Sales and Attendance APIs to align with the updated business logic and overall system improvements.
- Implemented SMS notification service for nomination
- acceptance.
- Created a new SmsService class to handle SMS integration.
- Updated NominationService to trigger SMS on acceptance
- events.
- Removed stall limit validation logic from StallService in
admin module
- Updated service flow to allow stall creation/update without
limit restriction
Cleaned up related conditional checks and validation code
Ensured no impact on existing stall data processing
- Map and unmap shg feature implemented.
Null handled in get and patch APIs
Fixed issues in coordinator mapping flow logic
Adjusted service-level handling for correct mapping behavior
Fixed inconsistencies in sales data retrieval
Updated reporting logic for accurate results
Cleaned up queries and optimized service handling