Skip to content

Code include addition of medicine and users, also provides a bill at the end.

Notifications You must be signed in to change notification settings

Prince-1917/Pharmacy_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Pharmacy Management System

This project is a simple command-line based pharmacy management system in C. It allows you to add customer data, add new medicines, and generate bills for purchased medicines with GST calculation.

Files

  • main.c: The main C source file containing the implementation of the pharmacy management system.

Usage

  1. Clone the repository or download the files.
  2. Compile the main.c file using a C compiler.
  3. Run the compiled executable to start the pharmacy management system.

Features

  • Add new customer data
  • Add new medicine
  • Buy medicine and generate a bill with GST

Compilation and Execution

  1. Open a terminal and navigate to the directory containing main.c.

  2. Compile the code using a C compiler, such as gcc:

    gcc -o pharmacy main.c

About

Code include addition of medicine and users, also provides a bill at the end.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages