0% found this document useful (0 votes)
41 views11 pages

CS Project

The document describes a bookstore management system project created by a student named Sarthak Talreja for their class 12 computer science course. The project allows users to sign up and login to perform operations like adding books, deleting books, searching for books, viewing staff details, recording sales, and viewing total income. The objective of the project was for the student to apply programming skills to develop a program that simulates managing a bookstore.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
41 views11 pages

CS Project

The document describes a bookstore management system project created by a student named Sarthak Talreja for their class 12 computer science course. The project allows users to sign up and login to perform operations like adding books, deleting books, searching for books, viewing staff details, recording sales, and viewing total income. The objective of the project was for the student to apply programming skills to develop a program that simulates managing a bookstore.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 11

RAN Public School

Rudrapur
COMPUTER SCIENCE PROJECT
entitled as

Submitted in partial fulfilment of the required of CBSE, New Delhi


for the award of ‘Senior School Certificate ’in science

Submitted by: Sarthak Talreja


Submitted to: Mrs. Manu Vishal Gaba
Class: 12 Science B
Class Roll Number: 43
CERTIFICATE

This is to certify that Sarthak Talreja, of Class XIIB


of RAN Public School has successfully completed the
Project entitled as “Book store management system”.

Under the guidance of Mrs. Manu Vishal Gaba.


He has taken interest and shown utmost sincerity in
completion of this computer science project during
the year 2023-24 in partial fulfilment of practical
examination conducted by CBSE, NEW DELHI.

Teacher's Signature - Principal Signature -


Acknowledgement
I would like to express my special thanks of gratitude to
my cs teacher Mrs. Manu Vishal Gaba ma’am who
guided me while making this project.
Without her guidance and support this project would
have been imperfect.

Secondly, I would like to thank my parents as well as


my friends for their constant support and coordination
towards this project.

Submitted by: Sarthak Talreja


Class: 12 Science B
This software is used to create a bookstore
management system. The program allows
users to sign up or login, add books to the
store, delete books from the store, search for
books by various criteria, view staff details,
record sales, and view the total income after
the latest reset. The program uses MySQL as
its database management system.

The objective of this project is to let students


apply the programming knowledge into a real
world situation/problem and exposed the
students how programming skills helps in
developing a good program.
The program serves as a simple bookstore management
system with MySQL as the database management system. It
provides a console-based interface for users to perform
various operations related to managing a bookstore, such
as signing up, logging in, adding books, deleting books,
searching books, viewing staff details, recording sales,
viewing available books, and calculating total income.
How to Work with It :-
1)Sign Up (Option 1): Users can create a new account by entering a
username and password.
2)Log In (Option 2): Users can log in with their username and password
after creating an account.
3)Add Books (Option 3): Users can add new books to the store by
providing details like name, genre, quantity, author, publication, and price.
4)Delete Books (Option 4): Users can delete books from the store by
specifying the book's name, quantity to sell, customer name, phone
number, and price.
5)Search Books (Option 5): Users can search for books based on criteria
such as name, genre, or author.
6)Staff Details (Option 6): Users can view details of the staff, including
name, gender, age, phone number, and address.
7)Sell Record (Option 7): Users can view records of book sales, including
the name of the book, quantity sold, customer name, phone number, price,
and sale date.
8)Available Books (Option 8): Users can view the list of available books
in the store, including details such as name, genre, quantity, author,
publication, and price.
9)Total Income (Option 9): Users can view the total income from book
sales since the last reset.
10)Exit (Option 10): Users can exit the program.

You might also like