Vous êtes sur la page 1sur 13

ONLINE SHOPPING SYSTEM – ELECTROSTOP

(for electronics good)

CSE2003- DSA PROJECT REPORT (J Component )

submitted by

DEEPAK JHA - 18BCE0654


SLOT : L11-L12 (SJT 317)

in partial fulfillment for the award of the degree of

B. Tech

In

COMPUTER SCIENCE AND ENGINEERING

Vellore-632014, Tamil Nadu, India


School of Computer Science and Engineering
March,2019
PROJECT ABSTRACT

Application Name: SHOPPING SYSTEM (ELECTROSTOP)


Now a days the life style of the people is different. People
feel uncomfortable and time consuming for going crowded
markets. So, E-Shopping is a boon as it saves lot of time.
Online shopping is a process whereby consumers directly
buy goods, services etc. from a seller without an
intermediary service over the Internet.
This system will have two portals – one for customers and
the other for the administrator. The customer portal will
have items list along with their price and available stock.
The customer can pay using cash or card. The administrator
portal will allow the administrator to add or delete items
and view the total cash deposited along with card details.
Concept Used: -

 Unordered linked list: Used to store structures of item


information, such as item number, name, price and
available stock.
 Structure :To store each item details.
 Array : Used to store debit/credit card details and cash
paid.
Language: - C++

Environment: CodeBlocks

Operating System: Windows 10


1. INTRODUCTION
The online shopping system is one of the latest services most
companies in the western world are adopting. With this
method, goods are ordered online and delivered to the
customer. This is made possible through the use of electronic
payment system. Customers pay with their cash or
credit/debit cards. So, the system designed in this project
will enable customers to place order for their products with
ease. Due to the great increase in the awareness of internet
and the technologies associated with it, several opportunities
are coming up on the web. So many businesses and
companies now venture into their business with ease
because of the internet. One of such business that the
internet introduced is online shopping system. It is possible
for anybody to order any goods via the internet and have the
goods delivered at his/her doorsteps.
The main advantage of this system is that it greatly
simplifies the ordering process for both the customer and the
company. The system also greatly lightens the load on the
retail shops end, as the entire process of taking orders is
automated. Once an order is placed on the webpage that will
be designed, it is placed into the database and then
retrieved, in pretty much real-time, by a desktop application
on the company’s end. Within this application, all items in
the order are displayed, along with their corresponding
options in a concise and easy to read manner. This allows
the company’s employees to quickly go through the orders as
they are placed and produce the necessary items with
minimal delay and confusion. The greatest advantage of this
system is its FLEXIBILITY.
2. OVERVIEW OF THE PROPOSED SYSTEM
The system contains 2 major modules -> Item List and
Admin Panel ,which further contains some sub-modules.

2.1. SYSTEM ARCHITECTURE


Architecture of the system proposed :-
2.2 MODULE DESCRIPTION
1. Item list
This module contains the list of all the available
products along with their item number, price and
available stock.
Customers can choose any item along with it’s quantity
required and buy using cash or card.
2. Admin panel
This module is password protected as the administrator
can only access it. It contains the following sub-
modules:-
1. Total Cash Today
This will display the total cash collected in a
day.
2. View Card Pay
This will show the details of the card used for
payment (if any).
3. Add Item
This sub-module let’s the administrator add
any new item into Item List.
4. Delete Item
This sub-module allows the administrator to
delete any item from the list using it’s item
number.
0. Main Menu
This will bring the user back to the main
menu.
3. Exit
This module terminates the program.
3. RESULTS AND DISCUSSION
We are able to perform the intended tasks with ease on the
system created. All the created modules and sub-modules
are responding well. Although some more advancements
could be made – such as offering discount coupons,
segregating electronics goods into different divisions, etc ;
but time constraint acted as a hindrance to the above ideas.
FOR THE USER
1. The user will be greeted with this home page -
2. Then the user is directed to the main menu -

ain

3. Pressing 1 will show the entire item’s list –

4. Enter the item number to buy and then its quantity that the user
requires
5. Press 1 to confirm the buying process

6. Choose medium of payment – Cash/Card


If user chooses Cash, then following is the output – >

If user chooses Card ,then enter card details - >


Payment done. Happy Shopping !!!

FOR THE ADMINSTRATOR


1. In the main menu, press 2 to go to Admin Panel
2. Enter the password ( here the password is 12345) to login

3. The following options will be available –


4. Pressing 1, shows the total cash collected today

5. Pressing 2,show the card details used for payment


6. Pressing 3,the admin can add new items

7. Pressing 4, the admin can delete existing items

8. Pressing 0, brings us back to the main menu


9. Press 3 to exit the program
4. CONCLUSION
The development of online shopping system involved many
phases. The approach used is a top-down one concentrating
on what first, then how and moving to successive levels of
details.

REFERENCES
1. https://en.wikipedia.org/wiki/Online_shopping
2. Management Information System 14 ED Paperback – 5 Mar
2016 by Laudon (Author)
3. https://www.geeksforgeeks.org/project-idea-shopping-made-
easy/

Vous aimerez peut-être aussi