Developed as a project for my first-semester course CSE103: Structured Programming, this Coffee Shop Management System is a console-based C program that allows admins and customers to efficiently manage and order menu items.
A simple yet functional system for managing a coffee shopโs daily operations. It supports menu management, stock tracking, order processing, and automated sales reporting โ all implemented using file handling in C.
- ๐ Admin Login (password-protected)
- โ Add / Delete / Update menu items
- ๐ฆ Manage stock and pricing
- โ Take customer orders and auto-update stock
- ๐ Generate and view sales reports
- ๐ Change admin password
- ๐พ Persistent data storage using files
| File Name | Purpose |
|---|---|
admin_password.txt |
Stores admin password |
menu.txt |
Stores menu items and stock |
orders.txt |
Records customer orders |
sales_report.txt |
Stores generated sales reports |