Welcome to the Medstore Management System! This repository contains the source code for a comprehensive management system designed for medical stores. This system helps in managing inventory, billing, user profiles, and generating reports efficiently.
To install and run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/drahulsingh/Medstore-Management-System.git
cd Medstore-Management-SystemSet up the database:
medstore.store.sql file into your database.Configure your server settings:
Start the server:
http://localhost/Medstore-Management-System/login.phpContributions are welcome! Please follow these steps:
git checkout -b feature-branch).git commit -m 'Add new feature').git push origin feature-branch).This project is licensed under the MIT License. See the LICENSE file for details.
For any inquiries or issues, please contact drahulsingh.
Feel free to contribute to this list by opening an issue or a pull request with your suggestions. Let's make this repository a comprehensive solution for managing medical stores worldwide!
Medstore-Management-System/
├── assets/
│ ├── dashboard.png
│ ├── inventory.png
│ └── billing.png
├── css/
│ ├── style.css
│ └── responsive.css
├── font-awesome/
│ ├── css/
│ └── fonts/
├── fonts/
│ ├── font1.woff
│ └── font2.woff
├── include/
│ ├── config.php
│ ├── header.php
│ └── footer.php
├── js/
│ ├── script.js
│ └── jquery.min.js
├── photo/
│ ├── logo.png
│ └── banner.jpg
├── .gitkeep
├── README.md
├── LICENSE
├── accountSetting.php
├── addnew.php
├── billing.php
├── billout.php
├── called.php
├── clear.php
├── delete.php
├── htaccess
├── index.php
├── inventeries.php
├── login.php
├── logout.php
├── manageCat.php
├── profile.php
├── reports.php
├── sitesetting.php
├── store.sql
└── uploadImg.php
Inventory Management:
Billing System:
User Profiles:
Reports Generation:
We welcome contributions! Here's how you can help:
Let's collaborate to improve this Medstore Management System and make it the best tool for medical store management.
Thank you for using Medstore Management System! If you have any questions or need further assistance, feel free to reach out.
Back to Top