Wa0000.
Wa0000.
Wa0000.
Chapter 1
The Dairy Farm Shop Management System (DFSMS) is a web based application that can
be accessed over the web. This system can be used to automate the workflow of dairy shop and
their invoices.
The project has been planned to be having the view of distributed architecture, with centralized
storage of the database. The application for the storage of the data has been planned. Using the
constructs of MySQL Server and all the user interfaces has been designed using the PHP
technologies. The database connectivity is planned using the “MySQL Connection”
methodology. The standards of security and data protective mechanism have been given a big
choice for proper usage. The application takes care of different modules and their associated
reports, which are produced as per the applicable strategies and standards that are put forwarded
by the administrative staff.
DFSMS is a web-based application which manages the products of dairy shop. It has one module
i.e. admin who manages all the functions of the dairy shop.
Dashboard: In this section, admin can see all detail in brief like Total listed categories,
companies, products and also see the sales.
Category: In this section, admin can add new categories and edit, delete old categories.
Company: In this section, admin can add new companies and edit, delete old companies.
Product: In this section, admin can add new products and edit old products.
Search: In this section, admin can search for a product then add the product into the cart and
generate invoice /receipt.
Introduction to HTML
Hypertext Markup Language (HTML) is the standard markup language for creating web
pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of
cornerstone technologies for the World Wide Web. Web browsers receive HTML documents from a
web server or from local storage and render the documents into multimedia web pages. HTML
describes the structure of a web page semantically and originally included cues for the appearance
of the document.
HTML elements are the building blocks of HTML pages. With HTML constructs, images
and other objects such as interactive forms may be embedded into the rendered page. HTML
provides a means to create structured documents by denoting structural semantics for text such as
headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags,
written using angle brackets. Tags such as <img /> and <input /> directly introduce content into the
page. Other tags such as <p>...</p> surround and provide information about document text and
may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to
interpret the content of the page.
HTML can embed programs written in a scripting language such as JavaScript which
affects the behavior and content of web pages. Inclusion of CSS defines the look and layout of
content. The World Wide Web Consortium (W3C), maintainer of both the HTML and the CSS
standards, has encouraged the use of CSS over explicit presentational HTML since 1997.
Introduction To CSS:
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of
a document written in a markup language. Although most often used to set the visual style of web
pages and user interfaces written in HTML and XHTML, the language can be applied to any XML
document, including plain XML, SVG and XUL, and is applicable to rendering in speech, or on
other media. Along with HTML and JavaScript, CSS is a cornerstone technology used by most
websites to create visually engaging WebPages, user interfaces for web applications, and user
interfaces for many mobile applications.
CSS is designed primarily to enable the separation of presentation and content, including
aspects such as the layout, colors, and fonts. This separation can improve content accessibility,
provide more flexibility and control in the specification of presentation characteristics, enable
multiple HTML pages to share formatting by specifying the relevant CSS in a separate .css file, and
reduce complexity and repetition in the structural content. Separation of formatting and content
makes it possible to present the same markup page in different styles for different rendering
methods, such as on-screen, in print, by voice (via speech-based browser or screen reader), and on
Braille-based tactile devices. It can also display the web page differently depending on the screen
size or viewing device. Readers can also specify a different style sheet, such as a CSS file stored on
their own computer, to override the one the author specified.
Introduction to PHP:
PHP File
PHP files can contain text, HTML, CSS, JavaScript, and PHPcode.PHP code are executed
on the server, and the result is returned to the browser as plain HTML, PHP files have
extension".php"
PHP can generate dynamic page content.PHP can create, open,read,write,delete,and close files on
the server.PHP can collect form data,PHP can send and receive cookies.PHP can add,delete,modify
data in your database,PHP can be used to control user-access.
PHP can encrypt data. 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.PHP runs on various platforms (Windows, Linux, UNIX, Mac OS X, etc.)PHP is compatible
with almost all servers used today (Apache, IIS, etc.)PHP supports a wide range of databases.PHP
is free. Download it from the official PHP resource: www.php.net.PHP is easy to learn and runs
efficiently on the server side.
APACHE SERVER:
The Apache HTTP Server, called Apache, is a free and open-source cross .platform
web server, released under the terms of Apache License 2.0. Apache is developed and
maintained by an open community of developers under the auspices of the Apache Software
Foundation. The Apache HTTP Server is cross-platform; as of 1 June 2017 92%of Apache
HTTPS Server copies run on Linux distributions. Version 2.0 improved support for non- UNIX
operating systems such as Windows and os/2.16l Old versions of Apache were ported to run on
OpenVMS and NetWare.
Originally based on the NCSA HTTP server, development of Apache began in early
1995 after work on the NCSA code stalled. Apache played a key role in the initial growth of the
World Wide Web, quickly overtaking NCSA HTTP as the dominant HTTP server, and has
remained most popular since April 1996.In 2009, it became the first web server software to serve
more than 100 million websites. As of July 2016, it was estimated to serve 46%of all active
websites and 43% of the top million websites.
XAMPP:
It is a free and open source cross-platform web server solution stack package developed
by ApacheFriends,2 consisting mainly of the Apache HTTP Server, Maria DB database ,and
interpreters for scripts written in the PHP and programming languages.L3I4 XAMPP stands for
Cross-Platform(X),Apache(A),Maria DB(M),PHP(P)and Perl(P). Xampp is a simple, lightweight
Apache distribution that makes it extremely easy for developers to create a local web server for
Everything needed to set up a web server application (Apache), database (Maria DB), and scripting
language (PHP)-is included in an extractable file. XAMPP is also cross-platform, which means it
works equally well on Linux, Mac
and Windows. Since most actual web server deployments use the same components as XAMPP,
xampp makes transitioning from a local test server to a live server extremely easy as well.
Chapter 3 REQUIREMENTS
SPECIFICATION
RAM 4 GB
Database My SQL
4.1 ER Diagram
Fig 4.2 UML Diagram for dairy farm shop management system
A UML diagram is a diagram based on the UML (Unified Modeling Language) with the purpose
of visually representing a system along with its main actors, roles, actions, artifacts or classes, in
order to better understand, alter, maintain, or document information about the system.
Chapter 5 TESTING
INTRODUCTION
Software testing is a critical element of software quality assurance and represents the ultimate
review of specification, design and coding. In fact, testing is the one step in the software
engineering process that could be viewed as destructive rather than constructive.
A strategy for software testing integrates software test case design methods into a well-planned
series of steps that result in the successful construction of software. Testing is the set of activities
that can be planned in advance and conducted systematically. The underlying motivation of
program testing is to affirm software quality with methods that can economically and effectively
apply to both strategic to both large and small-scale systems.
A strategy for software testing may also be viewed in the context of the spiral. Unit testing
begins at the vertex of the spiral and concentrates on each unit of the software as implemented in
source code. Testing progress by moving outward along the spiral to integration testing, where
the focus is on the design and the construction of the software architecture. Talking another turn
on outward on the spiral we encounter validation testing where requirements established as part
of software requirements analysis are validated against the software that has been constructed.
Finally we arrive at system testing, where the software and other system elements are tested as a
whole.
5.1 Unit Testing
Unit testing focuses verification effort on the smallest unit of software design, the module. The
unit testing we have is white box oriented and some modules the steps are conducted in parallel.
To follow the concept of white box testing we have tested each form .we have created
independently to verify that Data flow is correct, All conditions are exercised to check their
validity, All loops are executed on their boundaries.
A screenshot is a digital image of what should be visible on a monitor, TV, or other visual output
device. A common screenshot is created by the operating system or software running on the
device. A screenshot capture may also be created by taking a photo of the screen.
Login Page
Dashboard
Change Password
Manage Category
Add Company
Update Company
Manage Product
Search Product
Sales Report
It has been a great pleasure for me to work on this exciting and challenging project. This
project proved good for me as it provided practical knowledge of not only programming in PHP
and MySQL web based application. It also provides knowledge about the latest technology used
in developing web enabled application and client server technology that will be great demand in
future. This will provide better opportunities and guidance in future in developing projects
independently.
BENEFITS:
The project is identified by the merits of the system offered to the user. The merits of this project
are as follows: -
LIMITATIONS:
● The size of the database increases day-by-day, increasing the load on the database back up
and data maintenance activity.
● Training for simple computer operations is necessary for the users working on the system.
BIBLIOGRAPHY
For PHP
https://www.w3schools.com/php/default.asp
https://www.sitepoint.com/php/
https://www.php.net/
For MySQL
https://www.mysql.com/
http://www.mysqltutorial.org
For XAMPP
https://www.apachefriends.org/download.html