The Pharmacy management is developed using PHP, JavaScript, Bootstrap, and CSS. It’s easy to operate and understand by users. The design is pretty simple and the user won’t find it difficult to understand, use and navigate. It contains the admin side. All the management of customers, medicines, purchases, sales, and suppliers is done from the admin side.
About Pharmacy Management In PHP
The pharmacy management consists of PHP, JavaScript, Bootstrap, and CSS. It contains an admin side section. All the management is done from the admin side like adding customers, medicines, suppliers to deleting their records. This project has only a single agenda, that is, to allow the shop owner to maintain his business efficiently. Here you have to sign up in order to perform the CRUD operations. When you sign up then you can view the admin dashboard. From there you can manage all the necessary activities. The features of this project can be summarized as –
- View Dashboard
- See all Customers, Add customer, Edit customer, Delete customer
- View all Medicines, Add medicines, Edit medicines, Delete medicines
- See all Suppliers, Add Suppliers, Edit Suppliers, Delete Suppliers
- View all Sales, Add Sale, Edit Sale, Delete Sale
- See all Purchases, Add Purchase, Edit Purchase, Delete Purchase
- View Sales and purchase report
Login Details for Pharmacy Management In PHP
Username: admin
Password: admin123
How To Run Pharmacy Management In PHP ?
To run this project, you must have installed a virtual server i.e. XAMPP on your PC (for Windows). After Starting Apache and MySQL in XAMPP, follow the following steps
- Extract file
- Copy the main project folder
- Paste in xampp/htdocs/
Now Connecting Database
- Open a browser and go to URL “http://localhost/phpmyadmin/”
- Then, click on the databases tab
- Create a database naming “pharmacy” and then click on the import tab
- Click on browse file and select “pharmacy.sql” file
- Click on go.
After Creating Database,
- Open a browser and go to URL “http://localhost/Pharmacy-Management/