Skip to content

Latest commit

 

History

History
57 lines (39 loc) · 2.31 KB

README.md

File metadata and controls

57 lines (39 loc) · 2.31 KB

Java Pharmacy Management System Project

About Project

A simple admin panel for managing system for pharmacy built using Java, JavaDb database, JFrame Forms, Swing Components.

Features

  • The Admin can see all agents ie. to read each separately.
  • The Admin can also do insert new or update and delete existing agent

  • The admin adds medicines, but he also updates the data or deletes an existing medicine if needed.

  • Admin adds new medicine company info, but he also updates the data or deletes an existing company if needed.

  • Admin adds new bills of medicine, and as soon as the medicine bill is made quantity of medicine descreases
  • By Clicking on the Print button, the bill for the desired medicine can be printed

Loader loader

Login Form loginForm

FilledIn LoginForm exampleCompletedLoginForm

Manage Agents manageAgents

One Agent's data selectAgent

Manage Companies manageCompany

One Company's data selectCompany

Manage Medicine manageMedicine

One Medicine's data selectMedicine

Manage Billing manageBilling

Bill's Data addBill