- Introduction
- Tech Stack
- Features
- Project Structure
- Getting Started
- Contributing
- License
- Acknowledgments
The Pharmacy Store Management System is a desktop application designed to manage pharmacy operations effectively. It handles records of medicines, stock, sales, and customer transactions. The project emphasizes a graphical interface built using the Bunifu Framework.
- C#: Application logic.
- Microsoft SQL Express: File-based database for records.
- Bunifu UI Framework: For enhanced UI/UX design.
- Visual Studio: IDE used for development.
- Manage medicine stock, including addition, deletion, and updates.
- Track sales and purchase history.
- Modern and interactive UI with Bunifu Framework.
- SQL Express integration for data persistence.
CSharp-Pharmacy-Store-System/
├── .vs/ # Visual Studio configuration files
├── PharmacyStoreSystem/ # Application source code
│ ├── Forms/ # UI forms for different modules
│ ├── Database/ # Database scripts and connections
│ └── Resources/ # Images and other static assets
├── packages/ # NuGet packages for dependencies
├── PharmacyStoreSystem.sln # Solution file for Visual Studio
└── README.md # Documentation
Ensure the following are installed:
- Microsoft Visual Studio (2019 or later).
- SQL Express for database operations.
- Clone the repository:
git clone https://github.com/hanzala-bhutto/CSharp-Pharmacy-Store-System.git
- Open PharmacyStoreSystem.sln in Visual Studio.
- Restore NuGet packages to resolve dependencies.
- Configure the database connection in the project settings.
Build and run the project using Visual Studio. Utilize the application to:
- Manage medicine inventory.
- Track sales and transactions.
- Generate reports.
Contributions are welcome! To contribute:
This project is licensed under the MIT License. See the LICENSE file for details.
Thanks to the Bunifu Framework team for UI components. Appreciation to the Microsoft SQL Server team for providing reliable database solutions. Gratitude to the open-source community for tools and resources.