0% found this document useful (0 votes)
72 views22 pages

Pallavi Model School, Alwal: A Project REPORT On

The document outlines a project report for a Store Billing System being developed by Ivaturi Ravi Sunder of Pallavi Model School under the guidance of Mrs. Archana Pataskar, which involves collecting product data from real life examples to develop a user friendly software using Spyder to generate bills for a store.

Uploaded by

Ravi sunder
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)
72 views22 pages

Pallavi Model School, Alwal: A Project REPORT On

The document outlines a project report for a Store Billing System being developed by Ivaturi Ravi Sunder of Pallavi Model School under the guidance of Mrs. Archana Pataskar, which involves collecting product data from real life examples to develop a user friendly software using Spyder to generate bills for a store.

Uploaded by

Ravi sunder
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/ 22

PALLAVI MODEL SCHOOL, ALWAL

A Project REPORT
On
Store Billing System

For
AISSCE 2021-2022 Examination
As a part of the Informatics Practices Course (065)

SUBMITTED BY:
Ivaturi Ravi Sunder

UNDER THE GUIDANCE OF:


Mrs. Archana Pataskar
Teacher (PGT)

1
PALLAVI MODEL SCHOOL, ALWAL
CERTIFICATE

This is to certify that _______________________________ bearing Roll


no. ________________ has successfully completed the project synopsis
entitled
______________________________________________________________

in requirement of the fulfillment of the ‘XII’ AISSCE - 2021 for the subject
____________________________ during the Academic year 2021-2022
under the guidance of ______________________________.

_____________________ _____________________

External Examiner Internal Examiner

Signature of the Principal

2
ACKNOWLEDGEMENT
I extend my deepest gratitude to the principal Ms. Sunir Nagi and the
management for their cooperation and motivation extended to inspire me in
completing my project synopsis successfully.
We would like to express a deep sense of thanks and gratitude to our
subject teacher Mrs. Archana Pataskar for guiding us immensely through
the course of the project. She always evinced keen interest in our work. Her
constructive advice and constant motivation have been responsible for the
successful completion of this project. We would also thank our parents for
their motivational support.
We must thank our classmates for their timely help and support for
completion of this project within a stipulated period of time.

3
INDEX
PAGE
SNO CONTENT
NO
1 Aim of the Project 5

2 Team Role and Project Plan 6-8

3 Problem Definition 9

4 Brainstorming 10

Data Source and Description of the CSV file along with 11


5
Instances and Attributes

6 Design/Prototype/Tools 12-13

7 Source Code 14-17

8 CSV File 18

9 Outputs 19-28

10 Hardware and Software Used 29

11 List of References 30

4
AIM OF THE PROJECT
The Store billing system is basically a database based project done with help of python

language. This project is very useful for the shopkeepers to keep a count on what

product they have and how much they sold This project is multi field project ,so that it

can be modified for various purposes.

5
TEAM ROLES
2.1 Who is in your team and what are their roles?

Team Member Name Role description


HAMIRANI VAIDEHI
BHAVINKUMAR
Coding and Testing

RAVI SUNDER
Debugging and Code
enhancements

Data collection and Filtering


SNEHASISH DAS process

6
2.2 Project plan:

The following table is a guide for your project plan.

Actual Actual Who is


Phase Task Notes/Remarks
start date end date responsible
Coursework,
25-08-2021 Team
readings
Preparing for
Set up a team
the project
folder on a 25-08-2021 Snehasish Das
shared drive
Background
15-09-2021 Team
reading
Team meeting
Defining the
to discuss
problem
issues and 22-09-2021 Team
select an issue
for the project
Team meeting
to generate
Brainstorming 04-10-2021 Team
ideas for a
solution
Team meeting
Designing your
to design the 21-10-2021 Team
solution
solution
Team meeting
Collecting and
to discuss data 25-10-2021 Team
preparing data
requirements

Collecting and Data collection 28-10-2021 Vaidehi


preparing data
Prototyping Data preparation
02-11-2021 Ravi
and labelling
Create your
application and
perform the Team
desired
Prototyping operations
Testing Write a program
to initiate actions
based on the Snehasish Das
result of your
model

7
2.3 Communications plan:

o Will you meet face-to-face, online or a mixture of each to communicate? 


o Online

o How often will you come together to share your progress?  


o Twice a week

o Who will set up online documents and ensure that everyone is contributing?
Vaidehi
o What tools will you use for communication?
o Cisco WebEx, Gmail and WhatsApp

2.4 Team meeting minutes (create one for each meeting held):

Date of meeting: 22-10-2021


Who attended: Vaidehi, Ravi Sunder, Snehasish Das

Who wasn’t able to attend: NIL

Purpose of meeting: Discuss ideas on the project and creation of structure and raw data

Items discussed:
1. Analysis of the requirements STORE BILLING SYSTEM
2. Data to include in the dataframe
3. Creation of raw data from real life examples

Things to do (what, by whom, by when):


1. Creation of structure of the project- Vaidehi
2. Collection of relevant data- Snehasish Das
3. Collection of relevant data- Ravi Sunder

8
PROBLEM DEFINITION
3.1 List important local issues faced by your school or community:

NIL

3.2 Which issues matter to you and why?

NIL

3.3 Which issue will you focus on?

NIL

9
BRAINSTORMING
4.1 Ideas:

How might you use the power of Data Science using PANDAS and MATPLOTLIB to solve the
users’ problem by increasing their knowledge or improving their skills?

Use Pandas for working with User’s information and help them to arrange
Idea #1
and display data according to their requirements.

Plot graphs using Matplotlib and make them understand the trend of a
Idea #2
particular business and ask them to proceed accordingly.

Recommending them to take distance learning-courses on data science.


Idea #3

Helping them to improve their analytical thinking from graphs using


Idea #4
Matplotib

Idea #5

4.2 Briefly summarize the idea for your solution in a few sentences and be sure to
identify the tool that you will use.

Develop user friendly software for STORE BILLING SYSTEM by using the Spyder (Version
4.2.5) interface.

DATA

5.1 What data will you need for your project?

10
❖ Product Name
❖ Product_Id
❖ Per Unit Cost
❖ No of Items

5.2 Where or how will you source your data?

Do you have Ethical


Where will the data Who owns permission to use considerations
Data needed come from? the data? the data?

  Have  Real life examples ---  Yes ---

  Want/Need  Real life examples ---  Yes ---

11
PROTOTYPE

6.1 Which tool(s) will you use to build your prototype?

Spyder (Version 4.2.5)

6.2 What decisions or outputs will your tool generate and what further action needs to
be taken after a decision is made?

NIL

12
TO

13
SOURCE CODE
\\\

14
15
CSV FILE

16
OUTPUTS

17
18
19
20
HARDWARE AND SOFTWARE USED

HARDWARE:

Device Specifications:
Device name DESKTOP-BA49VGJ
Processor AMD Athlon 3000G with Radeon Vega Graphics 3.50 GHz
Installed RAM 8.00 GB (5.95 GB usable)
System type 64-bit operating system, x64-based processor
Windows Specifications:
Edition Windows 10 Pro
Version 21H2

SOFTWARE: Spyder verion 5

21
LIST OF REFERENCES

● INFORMATICS PRACTICES BY SUMITHA ARORA

● INTERNET (GOOGLE)

22

You might also like