Pharmacy Management System is a web-based application designed to streamline the management of prescriptions, patient details, employee information, and stock inventory for a pharmacy.
- User Authentication: Secure user login and logout functionality.
- Patient Details: Capture and manage patient information, including name, age, sex, address, phone, and date.
- Prescription Details: Record prescription information, including drug name, condition, dose, quantity, and doctor name.
- Employee Management: View and edit staff details, including staff ID, first name, last name, designation, and phone number.
- Stock Management: Monitor and update stock information for pharmacy inventory.
- XAMPP or any other web server with PHP and MySQL.
- Clone the repository:
git clone https://github.com/ZeenathZahra/pharmacy-ms.git
- Import the database schema from the
database.sql
file. - Configure the database connection in
config.php
. - Run the application using a web server.
- Navigate to
enter.php
to enter patient details. - Navigate to
predetails.php
to manage prescription details. - Navigate to
management.php
to manage employee information. - Navigate to
stock.php
to manage pharmacy stocks.
Contributions are welcome! Fork the repository and create a pull request.
This project is licensed under the MIT License.
- Bootstrap
- Font Awesome
- Any other acknowledgments or credits.