You are on page 1of 13

Restaurant Billing System

Six weeks Industrial Training Report


at
Kirnani Technologies Pvt. Ltd.

Submitted in partial fulfillment of the requirements for the award of degree of

BACHELOR OF ENGINEERING
IN
COMPUTER SCIENCE & ENGINEERING

Submitted By:

Deepak Arora
Roll No: 15BCS2303

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

Chandigarh University, Gharuan


May-June 2017
ACKNOWLEDGEMET

I am highly grateful to the Dr.Neeraj Sharma, HOD CSE, Chandigarh University,


Gharuan, for providing this opportunity to carry out the six weak industrial training at
Kirnani Technologies Pvt. Ltd.I would like to expresses my gratitude to other faculty
members of Computer Science & Engineering department CU, Gharuan for providing
academic inputs, guidance & encouragement throughout the training period.

The author would like to express a deep sense of gratitude and thank Director/CEO of
Company, without whose permission, wise counsel and able guidance, it would have not
been possible to pursue my training in this manner.

The help rendered by Mr.Deepak Karamchandani, Head of Department for


experimentation is greatly acknowledged.
Finally, I express my indebtedness to all who have directly or indirectly contributed
to the successful completion of my industrial training.

Deepak Arora
ABSTRACT

The order processing system aims to process the customer orders to calculate the requirements of
raw materials. Order processing system is developed using NetBeans as a front end and MySQL
back end . Planning is done to identify the scope and boundary of the problem. It is very
important that an organization should have an efficient internally computerized system to handle
and maintain all the records involving the restaurant.

During our research on the restaurant we found that billing system , accounts records and other
documents are maintained in a file based method.

Therefore, we decided that we should develop a system around this requirement which will
increase efficiency of the maintenance of records.

We planned to overcome this weakness by developing the computerized system facilities all the
requirements expected by the restaurant. Finally we were able to implement a successful
computerized system which caters to the need of restaurant. In this project we were able to
overcome almost all weakness which was at the manual system by adding up more residential
characteristics We were finally able to produce a computerized system that could make a big difference
in the restaurant sector.
Training Schedule

Sr.No Date Day Topic


1. 1st June,2017 Thursday Introduction to Java Language
2. 5th June,2017 Monday Planning the features of Software
3. 15th June,2017 Thursday Designing the database using MySQL
4. 23rd June,2017 Friday Designing the front-end of the software
5. 3rd July,2017 Monday Connecting both front-end and back-end
Company Information

Incorporated in 2011, Kirnani Technologies is an IT Education Institute that operates


through well-defined systems and procedures. We have been relentlessly endeavoring to
provide Training in Information Technology & Animation Industry. With our expertise
developed through the profound experience we continue contributing in Training, Coaching,
Consulting in Ajmer, Rajasthan and also increasing our branches in all over India.

Kirnani Technologies - Ajmer is one of the Education Brands of "Kirnani Group Of


Institutes". We are the best Software & Animation Education Institute in Ajmer Rajasthan.
We provide knowledge that can help you to see things "OUT OF THE BOX" & beyond
books.

The IT & Animation industry is huge & its growth is very appreciable in Indian Market.
Through its various technical & creative courses, KT fulfills the demand for not only trained
professionals but also technical experts in IT & Animation field.

This Animation Institute in Ajmer acts as a unique package of education and information
which includes both the beginners and professionals already working in the animation
industry. The diverse industrial links of the company provides immense growing
opportunities for both institute and the aspiring professional leading their steps towards a
successful career.

In comparison with other animation institutes Kirnani Technologies, Ajmer is the best in
multimedia, fine arts and animation training. The Institute offers both academic and
professional courses which can began from school level as well. Not only this, the institute
offers specialist training for both individual and organizations. Kirnani Technologies is an
Institute where Students imparted with all the latest techniques and out of the box thinking
which adds a new dimension to their skills and approach towards Animation as whole. The
benefits gained by the students in the institute just do not stop, once they graduate from the
institute all the students are more then equipped to make mark in the animation industry and
also are able to find a good job in multimedia & animation. The institute offers several full-
time & part-time courses of Multimedia, Animation, Fine Arts, Graphic designing, Web
Designing and many more
Project Information

This module can take cares all the operations such as manage the menu of items in the
restaurant. View the orders and manages the employees and also manage the financial
transactions that can be involve in the restaurant maintenance. Maintain the quantity details of
the items.• Some of the operations can be included as future scope of the project that can be
maintain in the transactions those ca be entitled in the transactions.

• User: User can responsible to check the menu item .In the menu item they can choose items
those items can be ordered. So that ordering of an item can be finished so that they can
maintain the complete order information at their own end.

• Restaurant Billing application will fetch the user friendliness to make their transactions. It
consumes their resources also i.e. effective utilization of time by both restaurant maintainer
and also user who will avail this facility.

The system is very simple in design and to implement. The system requires very low system resources
and the system will work in almost all configurations. It has got following features

 Ensure data accuracy’s.


 Proper control of the higher officials.
 Reduce the damages of the machines.
 Minimize manual data entry.
 Minimum time needed for the various processing.
 Greater efficiency.
 Better service.
 User friendliness and interactive.
 Minimum time required.
PLATFORM INTRODUCITON

What is Java?
 Java is an object-oriented programming language developed by Sun
Microsystems and released in 1995.
 Java was originally developed by James Gosling at Sun Microsystems (which has since
merge into Oracle Corporation).
 Java programs are platform independent which means they can be run on any operating
system with any type of processor as long as the Java interpreter is available on that
system.
 Java code that runs on one platform does not need to be recompiled to run on another
platform, it’s called write once, run anywhere(WORA).
 Java Virtual Machine (JVM) executes Java code, but is written in platform specific
languages such as C/C++/ASM etc. JVM is not written in Java and hence cannot be
platform independentand Java interpreter is actually a part of JVM.

Where is Java being Used?


Earlier java was only used to design and program small computing devices but later
adopted as one of the platform independent programming language and now according to
Sun, 3 billion devices run java.

Java is one of the most important programming language in today’s IT industries.

 JSP – Java is used to create web applications like PHP and ASP, JSP(Java Server
Pages) used with normal HTML tags, which helps to create dynamic web pages.
 Applets – This is another type of Java program that used within a web page to add many
new features to a web browser.
 J2EE – The software Java 2 Enterprise Edition are used by various companies to transfer
data based on XML structured documents between one another.
 JavaBeans – This is something like Visual Basic, a reusable software component that can
be easily assemble to create some new and advanced application.
 Mobile – Besides the above technology, Java is also used in mobile devices, many kind of
games and services built-in Java. Today, all leading mobile service provider like Nokia,
Siemens, Vodafone are using Java technology.

Types of Java Applications


1. Web Application – Java is used to create server-side web applications. Currently, servlet,
jsp, struts, jsf etc. technologies are used.
2. Standalone Application – It is also known as desktop application or window-based
application. An application that we need to install on every machine or server such as
media player, antivirus etc. AWT and Swing are used in java for creating standalone
applications.
3. Enterprise Application – An application that is distributed in nature, such as banking
applications etc. It has the advantage of high level security, load balancing and clustering.
In java, EJB is used for creating enterprise applications.
4. Mobile Application – Java is used to create application softwares for mobile devices.
Currently Java ME is used for creating applications for small devices, and also Java is
programming language for Google Android application development.

Facts about Java


 Object Oriented – In java everything is an Object. Java can be easily expanded since it is
based on the Object model.
 Platform independent – C and C++ are platform dependency languages hence the
application programs written in one Operating system cannot run in any other Operating
system, but in platform independence language like Java application programs written in
one Operating system can able to run on any Operating system.
 Simple – Java is designed to be easy to learn. If you understand the basic concept of OOP
java would be easy to master.
 Secure – With Java’s secure feature it enables to develop virus-free, tamper-free
systems. Authentication techniques are based on public-key encryption.
 Architectural-neutral – Java compiler generates an architecture-neutral object file format
which makes the compiled code to be executable on many processors, with the presence
Java runtime system.
 Portable – being architectural neutral and having no implementation dependent aspects of
the specification makes Java portable. Compiler and Java is written in ANSI C with a clean
portability boundary which is a POSIX subset.
 Robust – Java makes an effort to eliminate error prone situations by emphasizing mainly
on compile time error checking and runtime checking.
 Multi-threaded – With Java’s multi-threaded feature it is possible to write programs that
can do many tasks simultaneously. This design feature allows developers to construct
smoothly running interactive applications.
 Interpreted – Java byte code is translated on the fly to native machine instructions and is
not stored anywhere. The development process is more rapid and analytical since the
linking is an incremental and light weight process.
 High Performance – With the use of Just-In-Time compilers Java enables high
performance.
 Distributed – Java is designed for the distributed environment of the internet.
LIST OF TABLES
E-R DIGRAM

It is clear that the physical objects from the previous section– the member, books, library –
correspond to entities in the Entity-Relationship model, and the operations to be done on those
entities – holds, checkouts, and so on – correspond to relationships. However, a good design will
minimize redundancy and attempt to store all the required information in as small a space as
possible
Data Flow Diagram
PROJECT SNAPSHOTS

You might also like