Skip to content

Simulating Real life medical store keeping records of medicines

Notifications You must be signed in to change notification settings

hanzala-bhutto/CSharp-Pharmacy-Store-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pharmacy Store System

Table of Contents

Introduction

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.

Tech Stack

  • 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.

Features

  • 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.

Project Structure

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

Getting Started

Prerequisites

Ensure the following are installed:

  • Microsoft Visual Studio (2019 or later).
  • SQL Express for database operations.

Installation

  • 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.

Usage

Build and run the project using Visual Studio. Utilize the application to:

  • Manage medicine inventory.
  • Track sales and transactions.
  • Generate reports.

Contributing

Contributions are welcome! To contribute:

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

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.

About

Simulating Real life medical store keeping records of medicines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages