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)
- Host: GitHub
- URL: https://github.com/atul-anand-jha/pharmacy_management_software
- Owner: Atul-Anand-Jha
- License: lgpl-3.0
- Created: 2018-04-22T06:57:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T20:34:12.000Z (over 6 years ago)
- Last Synced: 2025-03-23T19:22:23.910Z (about 1 month ago)
- Topics: csharp, pharmacy, software-development, ui-design, windows-forms
- Language: C#
- Homepage:
- Size: 9.31 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
.png)
Home- Login/SignUp
.png)
SignUp
.png)
WelcomePage on successful login
.png)
Exploring MenuStrip
.png)
Adding New USer. **(only authorized to owner)**
.png)
Deleting an existing user. **(only authorized to owner)**
.png)
View all Existing users.
.png)
ChangePAssword for the active user. **(only authorized to owner)**
.png)
Add/Delete items to update storage info.
.png)
Check Store.
.png)
New Transaction For selling the prduct (Medicine).
.png)
Check track of all previous transactions.
.png)
producing the transaction bill/Memo.
.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.