Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

PROJECT:

Pharmacy Inventory System

DESCRIPTION:
This project is a pharmacy inventory system in which the user can sort, add, and remove
medicine to be kept as records. The game is made and coded in java with also the use of
MySQL database servers to keep and store records.

In the program, you can create medicine records in which you can edit the medicine /
drug code and name, the price, and also the quantity. With all these editable variables, it makes
the management system easy to use but full of useful information.

Using Java, making the inventory system was easier due to how you can make use of
database server and also the jFrame forms to design the interface easily. We made it as user-
friendly as possible because in real life scenarios, this would be used multiple users at the same
time while dealing with a line of customers.

HOW THE PROGRAM WAS CREATED:


This program is coded on the programming language java. The first step was to create a
new project and name it appropriately.

The second step was to create a jFrame from and design the interfaces that is present
all throughout the program. This step was the backbone of the code with is very important
because this is what the user will be seeing most of the time. Using a combination of jPanels,
jLabels, jTextFields, and jButtons, the main interface was created.

The third step was to set up and connect the MySQL database to the project which will
reflect on the jFrame form that was just create.

After which, it was finally time to actually code the jButtons that was placed on the
second step. We proceeded to code the buttons 1 by 1 in accordance to what their task is
supposed to be. An example of this is the “add” button which will add a new entry to the
database after the medicine name has been inputted.

To wrap things off, the code was basically complete at this point, it just took a long time
to code and connect everything together.

HOW TO USE/RUN THE PROGRAM:


This program is coded on the programming language java with also the help of MySQL
database servers. To be able to use and run the management system, the user will be needing
to download and install java software which is found of the Java Website. After downloading, the
user will then need to install the program which should be possible by downloading our file with
all the code on it. After downloading, the program should work with minimal setup. Although, if
the user wishes to tamper or change something within the inner workings of the code, they can
do so by downloading the Netbeans IDE and running the file from the Netbeans client. If said
user decides to change our code, make sure to make save backups to avoid deletion of certain
codes.

SOFTWARE REQUIREMENTS:
1. Java software compatible to user’s device (must be in PC only)
2. Windows Vista up to Windows 11

HARDWARE REQUIREMENTS:
1. Keyboard
2. Mouse
3. Single-core processor with 1.3 GHz or higher
4. 15 MB minimum RAM
5. 5 MB minimum storage (not including the java software)

ATTACHMENTS:

SOURCE CODES (CLICK TO ACCESS):


1. https://www.youtube.com/watch?v=1QBMWSidG-Y
2. https://drive.google.com/drive/folders/14hVlCp8Rspx28mMVyhtTPw1USvIqv7YH?usp=s
haring

PROJECT SAMPLE IMAGES:


Pharmacy Inventory System Main Interface:
Adding a drug / medicine on the system database:

VIDEO PRESENTATION:
1. Video Presentation

You might also like