You are on page 1of 10

Pharma Management System

DBMS Project | Underguidance of Mr Avinash Bhute Sir


Department of Computer Engineering

SHRIRAM JAGDALE (164)


NEERAJ KUMAR (171)
SAGAR KENGAR(174)
Objective

 To
design a database along with its frontend and backend
components to facilitates Operations of the Pharmacy.
Specifications:

Admin and Employee(like Pharmacist)Log-in.


Admin login – Manages : New sale, Medicine Inventory, Employees Track, Transaction, Stock
Alert
Inventory –

Add new medicine (Medicine field ; ID,Name,Quantity,Category,Price,Location)


Manage Inventory -View (ID ,Name,Quantity,Category,Price,Location) - Action(Edit Or delete)
SUPPLIER

Add new Supplier (field ; ID,C_Name,Add., Email, contact no.)


Manage Supplier -View fields- Action(Edit Or delete)
Stock

Add new Purchase - (field : ID , S_ID, M_ID, Quantity , Purchase , DOP , MOD, EOD)
Manage purchase - View fields- Action(Edit Or delete)
Specifications:

 Employee
Add new Employee - (field : ID ,Name, DOB , Age , Sex , type, DOJ, Salary, Phone No. , Email , Address)
Manage Employee - View fields- Action(Edit Or delete)
 Customer
Add new Customer - (field : ID ,Name, Age , Sex , Phone No. , Email , Address)
Manage Customer - View fields- Action(Edit Or delete).
 Admin Can view full sales / sold details (from starting).
 Reports : low medicines stock / transactions / medicines expires soon.

 Employee Login :
• New Sale
• MEDICINE INVENTORY
• CUSTOMER
RELATIONAL
MODEL
Tools and Triggers / Procedure / Functions details:

FRONTEND TOOLS BACKEND TOOLS Procedure Used


 HTML  MySQL Triggers Used

 CSS  PHP Functions Used

 JAVASCRIPT
 JQUERY
Tools and Triggers / Procedure / Functions details:

Procedure Used Triggers Used Functions Used

EXPIRY (medicines) Purchase(med- Insert , delete ,update)  P_AMT (purchase amt)


SEARCH_INVENTORY Sales(SALE_ID_DELETE)  S_AMT (sales amt)
STOCK(where med_qty<=50) Sales_items (insert , delete)
TOTAL_AMT(Sales)
DEMONSTRATIO
N

• Visit: http://localhost for demonstration.


• Server Used: Xampp (Apache Server)– for locally hosting
• Administrator Control Panel: phpmyadmin
CONCLUSION

 A full-fledged project has been successfully implemented to ensure smooth functioning of


the pharmacy.
 Limitations
 Print of Sales report not included.
 Can Sale without adding customer just keeping their id picture.
 It should have QR code generation.
THANK YOU

You might also like