0% found this document useful (0 votes)
20 views20 pages

Cs Projcet Pps

Uploaded by

Nishu Saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views20 pages

Cs Projcet Pps

Uploaded by

Nishu Saini
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 20

PUNCHSHEEL PUBLIC

SCHOOL
SESSION: 2024 – 2025
ROLL NO:
NAME:ARVIND SAINI
CLASS:XII
SUBJECT:COMPUTER SCIENCE
SUB CODE:083
PROJECT GUIDE: SANGEETA MAM
Table of content

 DESCRIPTION
 ACKNOWLEDGEMENT
 INTRODUCTION
 OBJECTIVES OF THE PROJECT
 PROPOSED SYSTEM
 FLOW CHART
 SOURCE CODE
 OUTPUT
 BIBLIOGRAPHY
CERTIFICATE
This is to certify that ARVIND of class XII
has completed his computer science
project titled “ SHOE BILLING SYSTEM
”under the guidance of SANGEETA MAM
for the academic year 2024-2025 . The
certified student has been dedicated
throughout his research and completed
his work before the given deadline
without missing any important details
from the project. It is also certified that
this project is the individual work of the
student and can be submitted for
evaluation.
ACKNOWLEDGEMENT
I would like to express my special thanks
of gratitude to my teacher SANGEETA
MAM as well as our principal MS. BHARTI
MEHTA who gave me the golden
opportunity to do this wonderful project
on the topic “SHOE BILLING
MANAGEMENT” , which also helped me in
doing a lot of Research and i came to
know about so many new things I am
really thankful to them.

Secondly i would also like to thank my


parents and friends who helped me a lot
in finalizing this project within the limited
time frame.
.…
PROJECT ON SHOE BILLING SYSTEM
(SMS)

INTRODUCTION
This project is based on the way in which the
billing is done in the stores here it is
the shoe billing this is helpful for the owners
to maintain the list of the sales done on
the day or in a year and also helpful in
calculating the profit.
OBJECTIVES OF THE PROJECT
The objective of this project is to let the
students apply the programming
knowledge into a real- world
situation/problem and exposed the students
how
programming skills helps in developing a good
software.
1. Write programs utilizing modern software
tools.
2. Apply object-oriented programming
principles effectively when developing
small to medium sized projects.
3. Write effective procedural code to solve
small to medium sized problems.
4. Students will demonstrate a breadth of
knowledge in computer science, as
exemplified in the areas of systems, theory
and software development.
5. Students will demonstrate ability to
conduct research or applied Computer
Science project, requiring writing and
presentation skills which exemplify
scholarly style in computer science.
PROPOSED SYSTEM
Today one cannot afford to rely on the
fallible human beings of be really wants
to stand against today’s merciless
competition where not to wise saying “to
err is human” no longer valid, it’s
outdated to rationalize your mistake. So,
to keep pace with time, to bring about the
best result without malfunctioning and
greater efficiency so to replace the
unending heaps of flies with a much-
sophisticated hard disk of the computer.
One has to use the data management
software. Software has been an ascent in
atomization various organisations. Many
software products working are now in
markets, which have helped in making
the organizations work easier and
efficiently.
Data management initially had to
maintain a lot of ledgers and a lot of
paperwork has to be done but now
software product on this organization has
made their work faster and easier. Now
only this software has to be loaded on the
computer and work can be done.
This prevents a lot of time and money.
The work becomes fully automated and
any information regarding the
organization can be obtained by clicking
the button. Moreover, now it’s an age of
computers of and automating such an
organization gives the better look.
FLOW CHART
I print(" ") I
SOURCE CODE
File name: shoe.py
importmysql.connector as sql
conn=sql.connect(host='localhost',user='root',pass
wd='manager',database='shoe_billing')
#if conn.is_connected():
#print('connected sucessfully')
conn.autocommit=True
c1=conn.cursor()
#c1.execute("create table
shoe_details(shoe_codeint primary
key,brand_namevarchar(25),customer_namevarch
ar(25),customer_number,,customer_address,amou
nt)")
c1=conn.cursor()
user=input("enter user")
passwd=input("enter password")
if user=='raghavan' and passwd=='leo':
print(" shoe billing")
print("1:shoe billing")
print("2:show result")
v_choice=int(input("enter the choice"))
ifv_choice==1 :
code=input("enter code=")
brand =input("enter brand=")
name=input("enter customer name=")
number=input("enter phone number=")
details=input ("adress=")
amount=input("amount=")
c1.execute("insert into shoe_details values
("+code+",'"+brand+"'"+",'"+name+"',"+number
+",'"+details+"',"+amount+")")
conn.commit()
c1. elifv_choice==2:
v_code=input("enter the code number")
execute("select * from shoe_details where
shoe_code ="+v_code)
data=c1.fetchall()
print("Shoe code:",data[0][0])
print("brand name:",data[0][1])
print("customer name:",data[0][2])
print("customer number:",data[0][3])
print("customer detail:",data[0][4])
print("amoumt:",data[0][5])
OUTPUT
MAIN PAGE ASKING THE CHOICE OF THE
PROGRAMER
PAGE SHOWING THE ENTRY OF CUSTOMERS
DETAILS
PAGE S HOWING THE DETAILS OF CUSTOMERS
BIBLIOGRAPHY
1. Computer science With Python - Class XI
By: Sumita Arora
2. A Project Report on Blood Bank
Management System (BBMS)
By: Praveen M Jigajinni
3. Website: https://www.w3resource.com
**

You might also like