Welcome to the Pharmacy Management System!
This C program provides a simple, user-friendly interface to manage your pharmacy's inventory, customer records, and billing system.
-
Customer Management
- Add new customers to the database.
- View, search, modify, and delete customer records (name, age, phone number).
-
Stock Management
- Add new products to the inventory.
- View, search, modify, and delete product details (name, company, price, quantity).
-
Bill Generation
- Generate bills for purchased items, including product details, price, and quantity.
-
(Optional) Daily Report
- This feature is planned for future versions.
- Generate reports summarizing daily sales or inventory levels.
-
User-Friendly Interface
- Menu-driven navigation for intuitive use.
- User prompts and error checking for valid data inputs.
- Clean and well-commented code for easy understanding.
- C compiler (e.g., GCC)
- Basic knowledge of C programming
-
Clone or download the project repository.
-
Open a terminal and navigate to the project directory.
-
Compile the source code using GCC or any C compiler:
gcc "Pharmacy Management System.c" -o pharmacy_management
This project is created for educational purposes only. It may not include all the functionalities required for a fully operational pharmacy management system. Users are advised to implement proper security measures, data management protocols, and error handling for real-world applications.
Use this project at your own discretion, and be aware that handling sensitive information, such as customer data, requires adherence to privacy laws and best practices.