An open API service indexing awesome lists of open source software.

https://github.com/atul-anand-jha/pharmacy_management_software

Medical Store Management Software written in C#; with Ui/UX (Windows Form Application)
https://github.com/atul-anand-jha/pharmacy_management_software

csharp pharmacy software-development ui-design windows-forms

Last synced: 21 days ago
JSON representation

Medical Store Management Software written in C#; with Ui/UX (Windows Form Application)

Awesome Lists containing this project

README

        

# Pharmacy_Management_Software
-> This is a Windows Form Based Application written in C#. this software is intended to help Pharmacists in their day to day life.
It consists of all basic procedures to printing a transaction bill and storing all previous records.

# Source Code:
source code is maintained in the **/Medical_Store_Management_SoftWare/** folder along with all other resources, config files and database.

# Database:
An **Oledb** Database is built using **Microsoft Access DB** and maintained in **/Medical_Store_Management_SoftWare/bin/Debug/** folder.

# Note:

>> **Business_Logic.cs** : This file Contains all functions for interacting with database for the Controls used in UI.

>> **Database File**: 4 Tables for different functionalities:

1.) **UserDetails** : holds user's credentials for login/SignUp.

2.) **StorageInfo** : holds Item's storage information with manufacturer, price and quantity.

3.) **Transaction** : holds records for all transaction. track record of previous transactions.

4.) **Current_transaction** : temporary store details for current transaction.

# Screenshots (Functionalities):

>> --->--->---> Screenshots stored in **/Screenshot/** folder.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(319).png)

Home- Login/SignUp

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(322).png)

SignUp

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(320).png)

WelcomePage on successful login

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(323).png)

Exploring MenuStrip

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(324).png)

Adding New USer. **(only authorized to owner)**

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(325).png)

Deleting an existing user. **(only authorized to owner)**

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(326).png)

View all Existing users.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(327).png)

ChangePAssword for the active user. **(only authorized to owner)**

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(328).png)

Add/Delete items to update storage info.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(329).png)

Check Store.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(330).png)

New Transaction For selling the prduct (Medicine).

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(331).png)

Check track of all previous transactions.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(332).png)

producing the transaction bill/Memo.

![alt text](https://raw.githubusercontent.com/Atul-Anand-Jha/Pharmacy_Management_Software/master/Screenshot/Screenshot%20(333).png)

Printing Bill.

# Disclaimer:
All background images and icon files are downloaded form Google.
Any discripency or violation of copyright issues is just a mistake. Big Apologies for that. In such case please contact to me; I will remove that one.

>> To explore the project in detail and find its hidden finctionalities , run and explore it by yourself.