Skip to content

A user-friendly C program for managing pharmacy operations.

Notifications You must be signed in to change notification settings

sajjad425/pharmacyManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Pharmacy Management System

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.

Key Features

  • 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.

Requirements

  • C compiler (e.g., GCC)
  • Basic knowledge of C programming

Getting Started

  1. Clone or download the project repository.

  2. Open a terminal and navigate to the project directory.

  3. Compile the source code using GCC or any C compiler:

    gcc "Pharmacy Management System.c" -o pharmacy_management
    

Disclaimer

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.

About

A user-friendly C program for managing pharmacy operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages