PG No
PG No
1 Introduction
2 Resources required
3 program
4 outcome
5 Advantages
6 disadvantages
7 application
8 Conclution and
resources
index
introduction
The Bookshop Automation System is to automate all operations in a
bookshop. Generally it includes the Order Processing, Stock Management and
Accounts Management.
There are the some common examples of the automation like that auto pilot
system in the aircraft, automatic home systems (electric system, water
system, fire alarm system, doors system etc). These are best examples of the
automation systems.
Here we are try to develop such type system which is provide the automation
on the any type of the bookshop. That means a shop which has the type
system which provides the facility to the customers of the shop to purchase
the books from the shop without any complexity.
For example any customer want to purchase any book from the shop than
first of all customer just choose the stream of the book than he/she can see
the more then one type of books there and than he/she can choose the
specific book from there. And then purchase it by paying price on bookshop
cash counter and receives its invoice
Resources required
1
Sr.
No Name of resource / material Specification Quantity Remarks
.
1 Computer WINDOWS 7,2GB RAM, 1
160GB HDD
2 Operating System WINDOWS 7 1
3 Software Microsoft Visual Studio 1
2015
4 Browser Google Chrome 1
Source Code:
Public Class Form1
2
Dim total As Double
cbobooktype.Items.Add("Mathematics")
cbobooktype.Items.Add("Accounting")
cbobooktype.Items.Add("Economics")
cbobooktype.Items.Add("English")
cbobooktype.Items.Add("Marketing")
cbobuyer.Items.Add("Student")
cbobuyer.Items.Add("Teacher")
cbobuyer.Items.Add("Others")
End Sub
= Val(txtbooks.Text)
cost = 600
cost = 350
cost = 652
cost = 510
Else cost =
350
3
End If
discount = 65
End Sub
cbobooktype.Text = ""
End Sub
Me.Close()
End Sub
End Class
outcome
4
5
6
Annexure I Micro Project Proposal
3. Proposed Methodology:
While creating new software we should analyze what is the basic need of the
software.Analysis is nothing but a planning of creation of software to get proper output from
it. Analysis is details study of projects that you want to show in your software solving
problems The basic need of the software is to save the time of the user with the help of all
useful information. And also to maintain the collection of data in your computer
systematically, so that it’s easy to understand. The proposed system provides lot of facility to
the user to store information of the Books and it provides information in quick time in a
systematic manner. The processing time on the data is very fast. It provides required data
quickly to the user and also in specified manner to the user. All the information of Books
changes is given to the user and also the reports are also generated according to the
requirement of the user. Today it is becoming very difficult to maintain record manually. This
software system easily doest.The job of maintaining daily records as well as the transaction
according to the user requirements. Some advantages are
Easy to record all data about the Books and its details
It provides the security to the database that is large amount of important data
7
4. Action Plan:
8
5. Resources Required:
Ms. Deb. S.
1. Rationale:
It is an online web application where the customer can purchase book online. This software is
developed to maintain records of sales, purchase and staff records. The online book shop
website provides customer with online shopping through a web browser. The purpose of this
software is to manage the books in the bookshop. It includes the order processing, stock
management and we developed this software to maintain records of sales, purchase and staff
records. Here, we are try to developed this system which is provide the automation on the any
type of the bookshop. In this system all records are saved in the database for report generation
The book shop contains different types of books of various subjects with various quality
according to the customer’s needs and requirement. The main thing of the book shop is to
maintain lot of records for the daily transaction of the business. It is necessary for every
business to maintain all records, which show the profit and loss of the business.
9
1) It provides “better and efficient” services to members. 2)
Reduce the workload of employee.
3) Faster retrieval of information about the desired book.
4) Provide facility for proper monitoring reduce paper work and provide data security.
5) All details will be available on a click.
4. Literature Review:
Before developing any new system anywhere, it is imperative upon the developers to acquaint
themselves with environment in which the proposed system would be installed. Also, it is
necessary to interact with the user regarding their demands and the resources available with
them. This gives a clear overview of the improvements wanted and to be provided. The study
and analysis of the proposed system was carried out diligently under the guidance of experts
of the organization. In the existing system, all the work is being carried out manually.
Computers available are just for typing in the excel sheets. Besides him, we have checked an
earlier package being done in FoxPro and the reports created in Excel sheets for more hints.
Identifying needs is the first step while designing a system and implementation. This is the
way to handle user needs, it must be an outgoing process to know requirements of customer
during whole system development life cycle. During this phase the main things to be
considered are got by placing meetings and questionnaires with customer.
Requirements found during all the stages proposed system development are
10
Proprietary aspects, liability risks, potential infringement, and political issues to consider.
Human-machine and machine-machine communication.
Interfacing with external environment
Forms
The form is the basic object used in Visual Basic application development. It is a window,
initially black on which controls are placed to create the screen display. The forms size, colors
type reprogrammable. Code can be attached to the form, which would be executed when the
form is loaded, closed or when the mouse is clicked or moved on the form. A simple
application may use only one form but a complex application may use many form activated
by various controls pasted on the form. Each of the form on the application is saved in the
Disk as separate file with an extension “Form”
5 Actual Methodology Followed:
It is an online web application where the customer can purchase book online. This software
is developed to maintain records of sales, purchase and staff records. The online book shop
website provides customer with online shopping through a web browser. The purpose of this
software is to manage the books in the bookshop. It includes the order processing, stock
management and we developed this software to maintain records of sales, purchase and staff
records. Here, We are try to developed this system which is provide the automation on the
any type of the bookshop. Visual Basic 6.0 is Microsoft latest and greatest version of the
Visual Basic programming language. Although writing programs can be a tedious chore at
times Visual Basic educes the efforts required on your part and marks programming enjoyable
About Visual Basic 6.0 Visual Basic marks many aspects of programming as simple as
dragging graphic object onto the screen with your mouse
11
1 Computer WINDOWS 7,2GB RAM, 1
160GB HDD
2 Operating System WINDOWS 7 1
3. Flexibility.
4. Robustness.
5. According to the organization requirement and the culture.
5. Stored procedures.
6. Popularity.
12
13