Skip to content

m-tech-org/pharmacy-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharmacy Management System

In this project I have deployed a Pharmacy Management System as a Web App using PHP and MySQL

Softwares Used in this Project :

  • VScode for deploying the PHP files (You can use any text editor for developing the PHP codes)
  • XAMPP Control Server to establish connection between the database and the PHP files

Log-in details :

The admin panel(admin table in db)

  • Username : admin
  • Password : password The Pharmacist panel(emplogin table in db)
  • Username : name of employee
  • Password : passNUMBER e.g: pass1, pass2 etc.

Utilities :

This medical store management system will provide us the gievn informations,

  • Dashboard : For showing the home page of the system
  • Inventory : To show the amount of medicines stored
  • Suppliers : Name of the suppliers
  • Employees : Details of the employees working in the store
  • Customers : Details of the customers
  • Invoice details : provides the invoice details to the admin
  • Sold Product details : Viewing the details of the products which were sold
  • Reports : In Stock Medicines, Total profit etc.

Set Up to run this system in your PC/Laptop :

  • Download the XAMPP Control server of latest version and install it.
  • Start Apache and MySQL from the XAMPP server
  • Download the codebase as a zip file from this repository and extract the files in the xampp/htdocs folder in your C drive.
  • Now open any web browser and visit the url : localhost/phpmyadmin
  • Create a Database in the MYSQL server and import the pharmacydb.sql file in the newly created database.
  • Now in another tab go to the url : localhost/Pharmacy-Management-System/PHARMACY/mainpage.php
  • while runnig the above url the program will start and the database will be running in the XAMPP server as you can see the differences in the database live!

About

PHP, MYSQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors