You are on page 1of 12

A

PROJECT REPORT
ON
“MILK DIARY MANAGEMENT SYSTEM”
SUBMITTED UNDER “GUI APPLICATION DEVELOPMENT USING VB.NET” TO
THE
M.S.B.T.E. MUMBAI
IN PARTIAL FULFILLMENT OF THE REQUIREMENTS
FOR THE AWARD OF
DIPLOMA IN COMPUTER ENGINEERING
BY

MR. SHAIKH SHAHID MIRAJ (220) MR. PUND SAURABH VALMIK (208)
MR. SHINDE KETAN DILIP (224) MR.SHELKE OMKAR KAILAS (223)

Under the guidance of


MR. AMOL DEOKATE

DEPARTMENT OF COMPUTER ENGINEERING SANJIVANI RURAL


EDUCATION SOCIETY’S SANJIVANI K.B.P. POLYTECHNIC,
KOPARGAON-423 603 2020 – 2021.

Subject Teacher Head of the Department Principal

AMOL DEOKATE G.N. JORVEKAR A.R. MIRIKAR

1
INDEX
SR.NO TITLE PAGE
NO.

1. Introduction 3

2. Code 4

3. Output 8

4. Application 9

5. Conclusion

5. Reference 7

6. Acknowledgement 8

2
Micro Project Report
Milk Dairy Management System

1.0 Rationale: Milk Dairy Management System project is developed using


VB.NET. The Project is based on the concept of managing dairy products and their
records. Talking about the project, there’s a login system. The user can easily add
dairy products, manage users, fate prices, and so on here.

2.0 Aim of the project: To develop milk dairy management system usingvb.net

3.0 Course Outcomes Achieved:


a) Use Visual Studio IDE To Design Application.

b) Use Form Controls And Its Events To Design GUI Applications.

c) Implement Objects Oriented Concepts In GUI Application.

d) Use Data Access Controls To Store Data In Database And Retrieve It.

e) Use Data Binding In GUI Application.

3
4.0 Literature Review: Milk Dairy Management System project helps the user for
easy management of transaction activities. You have to change the DataSource
from the current one to your own before running it. This project is easy to operate
and understood by the users.

5.0 Actual Methodology Followed:


Coding: A)
Milkdiary.vb -
Imports System.Data.SqlClient

Public Class MilkDairy


Dim con As SqlConnection
Dim com As SqlCommand
Dim dr As SqlDataReader
Dim gen As String
Dim str As String
Dim getuser As String
Dim da As SqlDataAdapter
Dim dt As DataTable
Dim dv As DataView
Dim addmilk As Object
Private Sub button1_Click(sender As Object, e As EventArgs) Handles
button1.Click
con = New SqlConnection("Data
Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename=F:\Sem.4\extra vs
code\MilkDairyManagementSystemVB\MilkDairyManagementSystemVB\dairy.m
df;Integrated Security=True")
con.Open()
4
str = "insert into dairy(acnt_no,name,addr,d_no,liter,fate,pperl,total) values('"
+ textBox1.Text + "','" + textBox2.Text + "','" + textBox3.Text + "','" +
textBox4.Text + "','" + textBox5.Text + "','" + textBox6.Text + "','" +
textBox7.Text + "','" + textBox8.Text + "')"
com = New SqlCommand(str, con)
com.ExecuteNonQuery()
MsgBox("Dairy Milk Details Inserted Successfully..")
textBox2.Text = ""
textBox3.Text = ""
textBox4.Text = ""
textBox5.Text = ""
textBox6.Text = ""
textBox7.Text = ""
textBox8.Text = ""
textBox1.Text = ""
Hide()

con.Close()
End Sub

Private Sub button2_Click(sender As Object, e As EventArgs) Handles


button2.Click
textBox2.Text = ""
textBox3.Text = ""
textBox4.Text = ""
textBox5.Text = ""
textBox6.Text = ""

5
textBox7.Text = ""
textBox8.Text = ""
textBox1.Text = ""
End Sub

Private Sub MilkDairy_Load(sender As Object, e As EventArgs) Handles


MyBase.Load

End Sub
End Class
B)
Home.vb -
Public Class Home
Private Sub milkDairyToolStripMenuItem_Click(sender As Object, e As
EventArgs) Handles milkDairyToolStripMenuItem.Click
MilkDairy.ShowDialog()
End Sub

Private Sub setFatePriceToolStripMenuItem_Click(sender As Object, e As


EventArgs) Handles setFatePriceToolStripMenuItem.Click
SetFatePrice.ShowDialog()
End Sub

Private Sub searchAccountToolStripMenuItem_Click(sender As Object, e As


EventArgs) Handles searchAccountToolStripMenuItem.Click
SearchAccount.ShowDialog()
End Sub

6
Private Sub searchMilkDairyRecordToolStripMenuItem_Click(sender As
Object, e As EventArgs) Handles
searchMilkDairyRecordToolStripMenuItem.Click
SearchMilkDairyRecord.ShowDialog()
End Sub

Private Sub newAccountToolStripMenuItem_Click(sender As Object, e As


EventArgs) Handles newAccountToolStripMenuItem.Click
NewAccount.ShowDialog()
End Sub

Private Sub pictureBox1_Click(sender As Object, e As EventArgs) Handles


pictureBox1.Click

End Sub

Private Sub exitToolStripMenuItem_Click(sender As Object, e As EventArgs)


Handles exitToolStripMenuItem.Click
Application.Exit()

End Sub
End Class

7
6.0 Actual Resources Used:
Sr. No Name Of Specifications Quantity Remarks
Resources
1 Laptop Windows 10 1 -
2 Development Visual Studio 1 -
Tools

7.0 Output of the micro project:


A)

8
B)

8.0 Skill Developed/Learning outcome of this Micro-Project:

I) Milk Dairy Management System project helps the user for easy
management of transaction activities.
II) Design of this is so simple that the user won’t find difficulties while
working on it.

9.0 Application of the micro project: Milk Management


System application is built in such a way that it should suit all types of Milk
Distribution in the future.

9
Conclusion

In this project, we see the electricity online bill payment.


In this project we learn about Milk Diary Management System.
We learn how to develop application and GUI of application using .net also
we have develop logic skill that needs to program management system. We
also learn about features that should include in Milk Dairy Management
System.

We are immensely grateful to our esteemed project guide Mr. Amol


Deokate Sir guidance without which this work would not have been
possible. This project and implementation has contributed a lot to our
knowledge that has proved to be value addition for us.

10
REFERENCE

In the project group member to many hard work to creating


project. Reference the many books to follows this reference chart:

Greeksforgreeks.com

Tutorialspoint.com

Reference

Milk Dairy Management System


.pdf

11
ACKNOWLEDGEMENT

First all the foremost, I express my deep Since of gratitude,


sincere thanks and deep since of appreciation to project guide Prof. Amol
Deokate , department of Computer Technology, Sanjivani K.B.P.
Polytechnic, Kopargoan. Your availability at any time throughout the year
valuable guidance, opinion, view, comments, critics, encouragement and
support tremendously boosted this project work thank to Mr. Amol
Deokate sir who give me the project on the interesting topic
“ELECTRICITY ONLINE BILL PAYMENT” which also help me in
doing a lot of research and I come to know about many new thing through
this project. I would also like to thank my friend who helped me in
finalizing this project with in the limited time frame.

12

You might also like