Atul-Anand-Jha / Pharmacy_Management_Software

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Home- Login/SignUp

alt text

SignUp

alt text

WelcomePage on successful login

alt text

Exploring MenuStrip

alt text

Adding New USer. (only authorized to owner)

alt text

Deleting an existing user. (only authorized to owner)

alt text

View all Existing users.

alt text

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

alt text

Add/Delete items to update storage info.

alt text

Check Store.

alt text

New Transaction For selling the prduct (Medicine).

alt text

Check track of all previous transactions.

alt text

producing the transaction bill/Memo.

alt text

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.

About

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

License:GNU Lesser General Public License v3.0


Languages

Language:C# 100.0%