The Laundry Management System (LMS) is a compact C program designed for laundromats to efficiently manage customer registrations, laundry orders, progress tracking, billing, and feedback.
- Customer Registration: Capture customer details (name, age, contact) and assign a unique Laundry ID.
- Laundry Order Management: Log clothes under the assigned Laundry ID with type and washing instructions.
- Progress Tracking: Track the status of each laundry order from washing to ready-for-pickup.
- Automated Billing: Automate billing based on service type and quantity.
- Customer Interaction: Use the Laundry ID for status checks, payments, and pickups.
- Feedback Recording: Record customer feedback for continual service improvement.
- Data Archiving: Archive past orders for efficient data management.
-
Installation:
- We install CodeBlocks on our system,from (http://www.codeblocks.org/).
-
Clone the Repository:
- Clone this repository to local :
git clone https://github.com/aasthaasb/LaundryManagementSystem.git
- Clone this repository to local :
-
Open Project in CodeBlocks:
- Launch CodeBlocks and open the project file
b22ee002_b22ch005_b22bb007.cbp
.
- Launch CodeBlocks and open the project file
-
Build the Project:
- Build the project within CodeBlocks to compile the source code.
-
Run the Program:
- After building, run the program within CodeBlocks.
-
Follow On-Screen Instructions:
- The program will prompt you for actions such as customer registration, laundry order entry, status checks, payments, and pickups.
- Follow on-screen instructions for each operation.
-
Provide Feedback:
- After completing a laundry order, you may be prompted to provide feedback. Enter feedback if desired.
- This program is designed to run on any system with a standard C compiler.
- No additional external libraries or dependencies are required.
- Ensure that CodeBlocks is configured correctly, and the project is built successfully before running the program.
- B22EE002 Aastha Sanjay Bhore