0% found this document useful (0 votes)
107 views

Abstract:: Book Shop Management System

The document summarizes a book shop management system developed using C++. The system maintains a database of customer records, publishing records, author lists, book titles, and charges. It allows users to search for books, view book details, and check stock availability. The system is menu-driven and reduces paperwork. It aims to provide fast, secure, and error-free transactions for book shops. Some key advantages are that it is user-friendly, easy to handle customer records, and saves time over manual processes. A disadvantage is it requires high-speed internet for a web-based system. The system helps manage materials and finances for book shops.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
107 views

Abstract:: Book Shop Management System

The document summarizes a book shop management system developed using C++. The system maintains a database of customer records, publishing records, author lists, book titles, and charges. It allows users to search for books, view book details, and check stock availability. The system is menu-driven and reduces paperwork. It aims to provide fast, secure, and error-free transactions for book shops. Some key advantages are that it is user-friendly, easy to handle customer records, and saves time over manual processes. A disadvantage is it requires high-speed internet for a web-based system. The system helps manage materials and finances for book shops.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Book Shop Management System

Abstract:
1.Introduction
In today’s era computers have become a vital component of any enterprise for giving it
proper directions and extensive control of the various activities to attain business objectives.
Computer applications have affected scientific & commercial knowledge.The information
system of the old times totally differs from the todays. It is the automation system of a book
shop or any information system. In the previousages the process of maintaining data and
record seemed very difficult. !ow days"computer is very essential component. The
implementation of computer basedInformation systems can be depicted as the ease in
handling and maintaining the data bank of any size.
Our project is Book Shop Management System which deals with almost all the information
of book shops .It keeps the database of customer records and publishing records. It also
keeps the author list" charges and book title list.
The business of book shops is spread all over the world. ' large record should be maintained
in a proper manner for running a book shop.The proposed system is a window based menu
driven system. It reduces the paper works" time needed for doing various tasks etc. Our
project upholds the accuracy of data

2.Working of system
#We are using C++ language to built these project
The new system uses to make searching process faster and provide results within short
interval of time. As each modules has been divided into class and functions, so the
execution time of this system is optimized as compared to the previous system. To make
data secure and maintain data integrity proper mechanism has been used to perform
validation process at the client side before saving any data and information to a particular
file. Users will be provided with a friendly screen, whether they have just a little information
regarding their query and all processing work will be done at the back side.
A bookshop maintains the inventory of books that are being sold at the shop. The list
includes details such as author, title, price, publisher and stock position. Whenever a
customer wants a book, the sales person inputs the title and author and the system
searches the list and displays whether it is available or not. If it is not, an appropriate
message is displayed. If it is, then the system displays the book details and requests for the
number of copies required. If the requested copies book details and requests for the number
of copies required. If the requested copies are available, the total cost of the requested
copies is displayed; otherwise the message “Required copies not in stock” is
displayed.Design a system using a class called books with suitable member functions and
Constructors. Use new operators in constructors to allocate memory space required.

3.● Advantages
Book management system is user friendly.
It is easy to handle customer’s record.
This system provides a lot of facilities to the user to store information about books.
Mobile access, anytime, anywhere.
Search, add, update, and view book shop materials online.
Save time and reduce overheads.
Remove manual processes to issue books and maintain records.
●Disadvantages
Require high-speed internet connectivity for a web-based system.
Sometimes it is complicated to operate for first-time users.

4.Usage
Book Shop Management system is basically for management of incoming and
outgoing material from the Book shop.It also maintai management of all incoming and
outgoing finance from the Shop account section. It will reduce paper work & work load of
user.To reduce the Paper work and provide fast service to customers. The main objective is
to provide the customers fast and error free transaction. It can be used in any Book Shop for
maintaining database details and their quantities.This project is used for handle user
needs.It must be outgoing process to know requirements of customer during whole system
development life cycle.

You might also like