Diry Management System
Diry Management System
Our main goal to develop this application is to encourage a dairy industry. DAIRY MANAGEMENT
SYSTEM is a software application to maintain day to day transactions in a Milk Distributor Office. This
software helps to register all the suppliers, Staff details, purchase, etc., The “Dairy Management System”
has been developed to override the problems prevailing in the practicing manual system. This software is
supported to eliminate and in some cases reduce the hardship faced by this existing system. Moreover this
system is designed for the particular need of the dairy to operations in a smooth and effective manner.
Page i of iv
ACKNOWLEDGEMENT
This project involved the collection and analysis of information from a wide
variety of sources and the efforts of many people beyond us.
We sincerely thank the College Management for all infrastructure and facilities
provided during our study in the institution.
We sincerely thank Mr. Melwin D’Souza, Assistant Professor (Sr.) and Head,
Department Of Computer Science and Engineering MIT, Kundapura for his suggestions
and support for completion of the project work.
We would like to place on record our deep sense of gratitude to our project guide
Mr. Rajesh Nayak, Assistant Professor, Department of Computer Science and
Engineering, MIT, Kundapura for his valuable guidance, help and useful suggestions in
this project.
We thank all our friends and classmates who helped us directly or indirectly for
the successful completion of the work.
Finally we would like to thank our parents for supporting us in hundred little ways
that meant a lot.
Page ii of iv
CONTENTS
ABSTRACT i
ACKNOWLEDGEMENT ii
1 INTRODUCTION 01
3 SYSTEM REQUIREMENTS 07
4 DESIGN 08-09
5 RESULTS 10-14
6 CONCLUSION 15
REFERENCES 16
Page iii of iv
FIG. NO LIST OF FIGURES PAGE NO.
4.2 ER DIAGRAM 9
Page iv of iv
Dairy Management System 2018-19
CHAPTER 1
INTRODUCTION
The mission of the Milk Production House 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.DAIRY MILK MANAGEMENT SYSTEM is a software
application to maintain day to day transactions in a Milk Distributor Office. This software
help to register all the suppliers, Buyer details, purchase, Sales details etc., The project
entitled DAIRY MILK MANAGEMENT SYSTEM is a pilot project for new Milk
Distributor to be start soon in the city. The management planned this Milk Distribution
center to operate on the next month. 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 fullfledged software which will take care all these.
It is powerful enough to be at the core of the biggest blogging system on the web
PHP files can contain text, HTML, CSS, JavaScript, and PHP code
PHP code are executed on the server, and the result is returned to the browser as
plain HTML
PHP files have extension ".php"
PHP is a server scripting language, and a powerful tool for making dynamic and
interactive Web pages.
PHP is a widely-used, free, and efficient alternative to competitors such as
Microsoft's ASP.
With PHP you are not limited to output HTML. You can output images, PDF files, and
even Flash movies. You can also output any text, such as XHTML and XML.
PDO will work on 12 different database systems, whereas MySQLi will only
work with MySQL databases.
With MySQLi, you will need to rewrite the entire code - queries included.
MYSQLI INSTALLATION
For Linux and Windows: The MySQLi extension is automatically installed in most cases,
when php5 mysql package is installed.
Before we can access data in the MySQL database, we need to be able to connect to the
server:
What is HTML?
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
</body>
</html>
EXAMPLE EXPLAINED
Since the early days of the web, there have been many versions of HTML:
Version Year
HTML 1991
HTML 2.0 1995
HTML 3.2 1997
HTML 4.01 1999
XHTML 2000
HTML5 2014
CHAPTER 3
SYSTEM REQUIREMENTS
HARDWARE REQUIREMENTS
RAM: 4GB
SOFTWARE REQUIREMENTS
Frontend: PHP
Backend: MySQL
CHAPTER 4
DESIGN
Login Table
S-name Password
Staff Table
Seller Table
Staff Login
S-No Password
Amt-
Milk-
Seller- Qty
Id
Submit-
B-Id
DEPT OF CSE Page | 8
Bill Receiv
Salar M
1
Dairy Management System 2018-19
Name
S-No
User-
Qty
Fat
Submit-
Cattle-Type
Fig 4.2 ER diagram for Dairy Management System
CHAPTER 5
RESULTS
Description: Fig 5.3 shows admin manage page of Dairy Management System
Description: Fig 5.4 shows seller insertion page of Dairy Management System
Description: Fig 5.5 shows seller deletion page of Dairy Management System
Description: Fig 5.6 shows seller list page of Dairy Management System
Description: Fig 5.7 shows staff update page of Dairy Management System
Description: Fig 5.8 shows milk stat list page of Dairy Management System
The project greatly helped in understanding the various phases in database system
development and exposure to a new developer platforms php and MySQL server.
REFERENCES