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

Lovesh CS Project

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)
9 views11 pages

Lovesh CS Project

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/ 11

KENDRIYA VIDYALAYA

SAINIK VIHAR,
NEW DELHI - 110034
COMPUTER SCIENCE PROJECT
ON

“SIMPLE ”BILLING SYSTEM”


GUIDED BY :- MR.Amar Singh
Done By :- LOVESH
Certificate
This is certify that “Lovesh”
of class XI-A has
successfully completed his
“computer science project
file”.
During academic session
2023-2024 as issue by
guidelines of CBSE
Teacher sign Examiner
………………….. ……………
Acknowledgement
I wish to express our sincere
thanks to Mrs. Sangeeta
Yadav principle, Kendriya
Vidyalaya Sainik Vihar, New
Delhi for guiding us to cause
the successful outcome of
this project work. I wish to
express our deep profound sense
of gratitude to our guide teacher
Mr. Amar Singh, for him expect
help and valuable
guidance ,comments, suggestion.
TABLE OF CONTENTS
1. introduction
……………………….
2. Objective and scope………….
3. software development
Tools used ………………………….
4. Flow chart…………………….
5. design………………
6. SOURCE CODE
……………………….
7. OUTPUT
SCREENS…………………….
8. System requirements………….
9. REFERENCES………………………

Introduction
Billing System Software, a vital component of
today’s business operations, gives enterprises a
fast and effective means to handle financial
transactions, billing, and revenue tracking. It is
intended to make the complex processes involved
in creating invoices, monitoring payments, and
monitoring client financial transactions simpler.
The primary goals are to increase productivity,
lower mistakes and improve an organization’s
financial standing overall. In this article, we’ll learn
about Billing System Software- its types, needs,
how it helps in the growth of an organization, and
some of the best billing system software in the
market.
objective
The objectives of the project are:
1. the quality of being able to be reached or entered.
2. it will help to calculate bills .
3. the quality of being easily understood or appreciated.

4.it will fastly calculate the bill.


software development tools used
The following software development tools were used:
Python:
Python is an interpreted, high-level, general-purpose programming language.
Created by Guido van Rossum and first released in 1991, Python's design
philosophy emphasizes code readability with its notable use of significant
whitespace. Its language constructs and object-oriented approach aim to help
programmers write clear, logical code for small and large-scale projects.
Python interpreters are available for many operating systems. A global
community of programmers develops and maintains C Python, an open source
implementation. Python is a multi-paradigm programming language. Object-
oriented programming and structured programming are fully supported, and
many of its features support functional programming and aspect-oriented
programming. Python was designed to be highly extensible. This compact
modularity has made it particularly popular as a means of adding
programmable interfaces to existing applications.
Source code
OUTPUT:-
Welcome to billing software!
Payment methods
1: Cash
2: UPI
3: Card
Enter the name of the customer: "Harshit"
Enter the address of the customer: "Ashok Nagar, Delhi"
Enter the mode of payment (1 for Cash, 2 for UPI, 3 for Card): 2
Enter how many items the customer has taken: 5
Enter the name of the item: "Pen"
Price of the item: 10
Enter the name of the item: "Book"
Price of the item: 420
Enter the name of the item: "Marker"
Price of the item: 35
Enter the name of the item: "Chart Papers"
Price of the item: 50
Enter the name of the item: "Stapler"
Price of the item: 55
Does the customer want a carry bag? (Type 'y' for yes, 'n' for no): "y"
------------------------Invoice------------------------------------------
('Name of the customer is:', 'Harshit')
('Address of the customer is:', 'Ashok Nagar, Delhi')
Mode of payment: UPI
You got a 10% discount
('Discount is Rs.', 57.0)
Items purchased:
('Item:', 'Pen')
('Price:', 10.0)
('Item:', 'Book')
('Price:', 420.0)
('Item:', 'Marker')
('Price:', 35.0)
('Item:', 'Chart Papers')
('Price:', 50.0)
('Item:', 'Stapler')
('Price:', 55.0)
('Total without GST is Rs.', 513.0)
('GST is Rs.', 92.34)
('Carry Bag cost is Rs.', 10)
('Total price with GST is Rs.', 615.34)
Press Enter key to enter another entry or '0' to exit:
REFERENCES
The following were referred to in
preparation of the project:
1. python.org
2. Wikipedia.org
3. google.org for searched the
topic
4. Ms Word for making project

You might also like