Micro-Project Proposal: "Medical Store Stock Management System"
Micro-Project Proposal: "Medical Store Stock Management System"
LITERATURE REVIEW: -
The software product to be produced is a Medical Store Management System
which will automate the major medical store operations. The first subsystem is
to keep record of the stock of the medicines available and expiry date of the
medicines. The second subsystem is for billing and keep record of the customer.
The third subsystem is keep record of the sale and the supplier and keep record
of the profits and losses .
This software helps you to track all the profits, loss, profitable clients and
products of medical shop moreover it’s a medical shop accounting software.
Flexible and adaptive software suited to medical shops or stores or pharmacies
of any size.
Functional Requirements
Functional requirements define the fundamental actions that system must
perform. The functional requirements for the system are as follow:
View Medicines
Add Medicines
Remove Medicines
Update Medicines
Non-Functional Requirements
Reliability:
Specify the factors required to establish the required reliability of the software
system at time of delivery.
Availability:
The system shall be available during normal hotel operating hours.
Security:
Pharmacist and Managers will be able to log in to the Medical Store
Management System. Pharmacist will have access to the Medcine stock and
customer info and billing system.
PROPOSED METHODOLOGY: -
• Understand the topic given to us.
• Discuss about the topic with group members.
• Divide the topic throughout each member of the group.
• Collected the information from member and verify from our lecturer.
• Prepared the main report of our micro project.
RESOURCES REQUIRED: -
ACTION PLAN: -
Sr. No Details of Activity Planned Planned Team
start date finish date Members
1 To discuss and get thetopic of All
micro project.
2 Start planning on topic of All
micro project.
3 Collect information All
aboutour topic.
4 Distribute works withingroup All
members.
To start with creating with
5 main copy of microproject. All
Collect different information
6 about microproject. All
7 Initiate different viewsabout All
micro project.
8 Editing process must bedone All
before hard copy.
Check softcopy properly
9 before preparing of hardcopy. All
10 To start creating copy All
Properly.
11 Checking the informationfrom All
monitor.
12 Check the soft copy. All
GROUP MEMBERS: -
Sr. No Student Name Signature
1 Rohit Gakhare
2 Khushbu Parihar
3 Pratik Dahat
4 Gaurav Narnaware
5 Mayuri Dhongadi
MICRO-PROJECT REPORT
ON
“Medical store stock management system”
IN PARTIAL FULFILMENT OF DIPLOMA IN COMPUTER ENGINEERING
(Fourth Semester)
In the Subject of
Java Programming (22316)
Submitted By
ROHIT GAKHARE
KHUSHBU PARIHAR
PRATIK DAHAT
GAURAV NARNAWARE
MAYURI DHONGADI
Submitted To
Certificate
This is to certify, that students whose name mention below of Fourth
Semester of Diploma in Computer Engineering has satisfactorily completed the
Micro project entitled “Medical store stock management system” in Java
Programming or the academic year 2021-22 as Prescribed in MSBTE
curriculum.
Place: Arvi
Date:
Declaration
I under signed hereby declare that the micro project report entitled “Medical
store stock management system”. I further declare that contents of this report
are properly citied and well acknowledge. This present report is not submitted
to any other examination of this or any other institute for the award of any
diploma.
(Signature)
Place: Arvi
Date:
Micro-Project Proposal
“Medical store stock Management System”
RATIONALE: -
The software product to be produced is a Medical Store Management
System which will automate the major medical store operations. The first
subsystem is to keep record of the stock of the medicines available and expiry
date of the medicines. The second subsystem is for billing and keep record of
the customer. The third subsystem is keeping record of the sale and the supplier
and keep record of the profits and losses.
LITERATURE REVIEW: -
The software product to be produced is a Medical Store Management
System which will automate the major medical store operations. The first
subsystem is to keep record of the stock of the medicines available and expiry
date of the medicines. The second subsystem is for billing and keep record of
the customer. The third subsystem is keep record of the sale and the supplier
and keep record of the profits and losses.
This software helps you to track all the profits, loss, profitable clients and
products of medical shop moreover it’s a medical shop accounting software.
Flexible and adaptive software suited to medical shops or stores or pharmacies
of any size.
Functional Requirements
Functional requirements define the fundamental actions that system must
perform. The functional requirements for the system are as follow:
View Medicines
Add Medicines
Remove Medicines
Update Medicines
Non-Functional Requirements
Reliability:
Specify the factors required to establish the required reliability of the software
system at time of delivery.
Availability:
The system shall be available during normal hotel operating hours.
Security:
Pharmacist and Managers will be able to log in to the Medical Store
Management System. Pharmacist will have access to the Medcine stock and
customer info and billing system.
sc.nextLine();
switch (ch) {
case 1:
medicalStores.showAvailableMedicines();
break;
case 2:
s1.Medicine();
medicalStores.addMedicines( s1.nam
e,
s1.qty,
s1.mg,
s1.eDate,
s1.price
);
break;
case 3:
System.out.println("********* REMOVE BOOK *********");
System.out.print("Enter the Medicine Name : ");
s1.name = sc.nextLine();
medicalStores.removeMedicines(s1.name);
break;
case 4:
System.out.println("********* UPDATE MEDICINE *********");
System.out.print("Enter the Medicine Name : ");
s1.name = sc.nextLine();
medicalStores.updateMedicine(s1.name);
break;
case 5:
System.out.println("Exit You !");
System.out.println();
break;
default:
System.out.println("Invalid Selection !");
break;
}
} while (ch != 5);
sc.close();
}
}
// Package Medical
package Medical;
import Templates.*;
import java.util.*;
public Medical() {
this.mName = new String[100];
this.weight = new int[100];
this.quantity = new int[100];
this.exDates = new String[100];
this.addDates = new String[100];
this.price = new int[100];
this.noOfMedicines = 0;
}
// Package Templates
package Templates;
import java.util.*;
public class
Structure {
Output:
Main Menu:
Add Medicine:
Available Medicines:
Remove Medicine:
Update Medicine:
REFERENCE: -
https://kupdf.net/download/medical-shop-management-
system_599a78e5dc0d60976053a1f5_pdf
https://www.freeprojectz.com/java-jsp-netbeans-project/medical-store-
management-system
http://103.47.12.35/bitstream/handle/1/1566/1713104065_AashiJain_Fina
lProjectReport%20-
%20Manoj%20Jain%281%29.pdf?sequence=1&isAllowed=y