-> 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 is maintained in the /Medical_Store_Management_SoftWare/ folder along with all other resources, config files and database.
An Oledb Database is built using Microsoft Access DB and maintained in /Medical_Store_Management_SoftWare/bin/Debug/ folder.
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 stored in /Screenshot/ folder.
Home- Login/SignUp
SignUp
WelcomePage on successful login
Exploring MenuStrip
Adding New USer. (only authorized to owner)
Deleting an existing user. (only authorized to owner)
View all Existing users.
ChangePAssword for the active user. (only authorized to owner)
Add/Delete items to update storage info.
Check Store.
New Transaction For selling the prduct (Medicine).
Check track of all previous transactions.
producing the transaction bill/Memo.
Printing Bill.
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.