Description
The Online Laundry Portal is a web-based application designed to streamline and digitize the process of laundry service management. Traditional laundry operations often face inefficiencies due to manual booking systems, lack of real-time updates, and communication gaps between customers and service providers. This portal aims to address these challenges by offering a user-friendly and automated solution.
Online Laundry Portal leverages Django (Python) for the backend logic, HTML/CSS for the frontend interface, and MySQL for the database system. This portal consists two models i.e admin and users.
Admin:
Administrators module is main module of the system which do following activities:
- Cloth Type: In this section, admin can add and delete cloth type that customers submit for the laundry services.
- Services: This section allow admin to manage different types of laundry services offered to customer.
- Add Services: Admin can create new laundry services such as Washing, Dry Cleaning, Ironing, Folding, Express Delivery, etc.
- Update Services: The admin can modify the details of existing services.
- Delete Services: Admin can remove services that are no longer offered.
- Register Users: Admin has the capability to manage registered users of the laundry portal. This ensures administrative control over user activities and provides transparency into user engagement with the platform.
- Laundry Request: This section allows the admin to manage laundry service requests submitted by customers. It is one of the core functions of the portal, enabling efficient workflow tracking and service handling. Admin can change the status of each laundry request to reflect its current stage in the process.
- Reports: This section allows the admin to generate detailed reports for Laundry Requests and Sales within a specific date range. It provides valuable insights into service activity and business performance.
- Search Request: With the help of this section admin able to search laundry request with the help of booking number.
Admin can also update their profile and change their password.
Users:
This modules helps user to schedule their laundry pickups which is shown on their dashboard and track their laundry request and view invoices.
Key Features:
- Request For Laundry Pickup:
- Users can request laundry service by choosing:
- Pickup date and time
- Pickup address
- Type and weight of clothing
- Service type (e.g., washing, ironing, dry cleaning)
- Requests are submitted directly to the admin for processing.
- Users can request laundry service by choosing:
- Track Laundry Status:
- Users can view the real-time status of their laundry (e.g., Pending, Approved, In Progress, Finished).
- This status is regularly updated by the admin based on progress.
- View & Print Invoices:
- users can:
- View detailed invoice containing pricing, weight, service details, and total amount.
- Download and print the invoice directly from the dashboard.
- users can:
There are no reviews yet.