AJP microproject
AJP microproject
AJP microproject
Submitted By:
1
CERTIFICATE
Certified that this micro project report titled “ MILK MANAGEMENT SYSTEM SYSTEM” is the
bonafide work of Mr. Sanket .B. Nalage , Prasad. M. Kakade , Vivek .S.Wable Roll. No. 56,52,16 of Third
year diploma in Computer engineering for the course: Advance Java Programming Course code: 22517
during the academic year 2023-24, who carried out the micro project work under my supervision.
2
INDIRA GANDHI POLYTECHNIC BELWANDI BK!
❖ VISION:
Achieve excellence in quality technical education by imparting knowledge, skills and abilities to build a
better technocrat.
❖ MISSION:
M1: Empower the students by inculcating various technical and soft skills.
❖ VISION:
―Enhance skills by providing value based technical education for fulfilling global needs in the field
of computer engineering. ‖
❖ MISSION:
M1: To provide quality education in computer engineering by improving
psychomotor skills.
3
INDIRA GANDHI POLYTECHNIC BELWANDI BK!
PO1 Basic and Discipline specific knowledge: Apply knowledge of basic mathematics, science and
engineering fundamentals and engineering specialization to solve the engineering problems.
PO2 Problem analysis: Identify and analyze well-defined engineering problems using codified standard
methods.
PO3 Design/ development of solutions: Design solutions for well-defined technical problems and assist with
the design of systems components or processes to meet specified needs.
PO4 Engineering Tools, Experimentation and Testing: Apply modern engineering tools and appropriate
technique to conduct standard tests and measurements.
PO5 Engineering practices for society, sustainability and environment: Apply appropriate technology in
context of society, sustainability, environment and ethical practices.
PO6 Project Management: Use engineering management principles individually, as a team member or a
leader to manage projects and effectively communicate about well-defined engineering activities.
PO7 Life-long learning: Ability to analyze individual needs and engage in updating in the context of
technological changes.
4
INDEX
1. Annexure I 6
3. Annexure II 9
4. Rationale 9
7. Literature Review 9
5
ANNEXURE I
6
4.0 Action Plan
7
5.0 Resources Required
Ms. Haral.R.S.
(Name & Signature of faculty)
8
ANNEXURE - II
The mission of the Milk Management Project is to create to communication between rural area
people and dairy management. Our main goal to develop this application to encourage a dairy
industry. Milk Management System System is a software application to maintain day to day
transactions in a Milk Distributor Office. This software helps to register all the suppliers, Buyer
details, purchase, Sales details etc., The project entitled MILK MANAGEMENT SYSTEM is a
pilot project for new Milk Distributor. They have a big plan to collect the Milks from many
different sources and distribute the same for the Milk buyers. To manage all these, they require
a full-fledged software which will take care all these.
• Paperwork Reduction
• Error Reduction
9
4.0 Literature Review:
http://w3schools.com
www.mytutorialspoint.com
www.phptherightway.com
10
7.0 Outputs of the Micro project:
import java.awt.*;
import java.awt.event.*;
TextField tf1,tf2,tf3,tf4;
Checkbox c1,c2;
CheckboxGroup cbg;
Milksoftware()
setLayout(null);
setBackground(Color.cyan);
setForeground(Color.black);
L1.setBackground(Color.yellow);
setFont(f2);
L6=new Label();
L6.setForeground(Color.red);
L7=new Label();
L8=new Label();
L9=new Label();
L10=new Label();
L11=new Label();
L12=new Label();
L13=new Label();
L14=new Label();
L15=new Label();
L16=new Label();
tf1=new TextField(20);
tf2=new TextField(20);
tf3=new TextField(20);
tf4=new TextField(20);
cbg=new CheckboxGroup();
c1=new Checkbox("cow",false,cbg);
c2=new Checkbox("buffalo",false,cbg);
b1=new Button("Submit");
L7.setForeground(Color.blue);
L8.setForeground(Color.blue);
L9.setForeground(Color.blue);
L10.setForeground(Color.blue);
L16.setForeground(Color.blue);
12
L1.setBounds(150,100,400,30);
L2.setBounds(100,200,150,30);
tf1.setBounds(300,200,150,30);
L3.setBounds(100,250,150,30);
c1.setBounds(300,250,100,30);
c2.setBounds(420,250,100,30);
L4.setBounds(100,300,150,30);
tf2.setBounds(300,300,150,30);
L5.setBounds(100,350,150,30);
tf3.setBounds(300,350,150,30);
L51.setBounds(100,400,150,30);
tf4.setBounds(300,400,150,30);
b1.setBounds(150,450,150,40);
L6.setBounds(500,420,500,30);
L7.setBounds(100,500,150,30);
L8.setBounds(300,500,150,30);
L9.setBounds(500,500,150,30);
L10.setBounds(700,500,150,30);
L16.setBounds(900,500,150,30);
L11.setBounds(100,550,150,30);
L12.setBounds(300,550,150,30);
L13.setBounds(500,550,150,30);
L14.setBounds(700,550,150,30);
L15.setBounds(900,550,150,30);
13
add(L1);add(L2);add(L3);
add(L4);add(L5);add(L51);add(L6);
add(L7);add(L8);add(L9);
add(L10);add(L11);add(L12);
add(L13);add(L14);add(L15);add(L16);
add(tf1);add(tf2);add(tf3);add(tf4);
add(c1);add(c2);add(b1);
b1.addActionListener(this);
}
L7.setText("CUSTOMER NAME");
L8.setText("CATTLE");
L9.setText("FAT");
L10.setText("SNF");
L16.setText("LITER");
L11.setText(tf1.getText());
L12.setText(cbg.getSelectedCheckbox().getLabel());
L13.setText(tf2.getText());
L14.setText(tf3.getText());
L15.setText(tf4.getText());
}
v1.setVisible(true);
v1.setSize(900,900);
14
v1.setTitle("MILK BILL");
15
Output
16
9.0 Skill developed / Learning outcome of the Micro-Project:
This application is built such a way that it should suits for all type of Milk Distributors in
future. So, every effort is taken to implement this project in this Milk Distributor Office, on
successful implementation in this Milk Distributor Office, we can target other Milk
Distributors in the city. Milk Dairy Management System Project Codes and Scripts
Downloads Free. Pre-Business Management System is consisting of complete Customer
Relationship Management System. Milk dairy management system project is a software
application useful for dairy forms for managing daily activities like receiving of milk from
various sources.
Ms. Haral.R.S.
(Name & Signature of faculty)
17
Evaluation Sheet for the Micro Project
18
Log Book of the Student (Weekly Work Report)
Academic Year: 2022-23
Name of Student:
NalageS.B,
Kakade.P.M,
Wable.V.S
Ms.Haral.R.S
(Name & Signature of faculty)
19