SlideShare a Scribd company logo
1 of 6
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1391
SHOPAHOLIC – A SMARTER WAY TO CHECKOUT
Saumya Rajan1, Aakanksha Jaiswal2, Shivam Garg3
1,2,3 Department of Computer Science and Engineering, BBDIT, Dr. A.P.J A.K.T.U, Ghaziabad, India
------------------------------------------------------------------------***-----------------------------------------------------------------------
Abstract - In Offline mode, the customer needs to
manually pick up his products, carry cash, credit/debit cards
along with them and wait in the long queue to make
payments. The application mentioned in this paper would
read the barcode(s) of the product(s) & add it to the
shopping cart in the application. An important technology
used for mobile payments is called Near Field
Communication (NFC). As a technological advancement NFC
represents the potential and tremendous business, leading
companies such as Nokia, Microsoft and NXP
Semiconductors, actively engaged in the NFC Forum. Also
you can use credit/debit card payments as well a cash for
payment.
Index Terms— Android, REST, Maven, Barcode
Scanner, ZXing library.
I. INTRODUCTION
From past two decades, use of mobile devices has greatly
increased, that has led to ease of carrying out day to day
activities. Nowadays, wireless technologies have taken
over the entire world. Business and financial transactions
can now be done easily and securely, anywhere and
anytime. Using Internet, connections can be established
with any devices almost anywhere in the world and can
share necessary information amongst them. The daunting
tasks faced in daily lives can now be accomplished by few
of clicks on our Smartphone. Moreover payments have
become more secure in recent years to avoid frauds and
data leakage.
A. Traditional Shopping
Traditional shopping is a tedious and time consuming task.
Although the growing trend of online shopping has
reduced some load, there is still some difference in actually
going to shops, and hand picking products to get the feel of
their quality and features, that cannot be experienced
online. Customers also feel wary to carry out online
purchases due to fear of less secure transaction process
that may lead to leakage of user’s sensitive data, insecurity
of credit/debit cards, unreliability or breach of privacy.
The project aims at removing flaws of both kinds of
shopping, and bridge the gap between physical and virtual
world.
Earlier while shopping, the customer had to wait in long
queues at the billing counters. The cashier scans barcode
for every individual product and then generates the bill.
This was a time consuming process for both the shopper as
well as cashier. To overcome this flaw, the customer
himself can scan the barcode using his mobile while
making purchase, retrieve essential details of all products
from shop’s database and generate bill himself. This bill
generated can be paid using online payments or by
generating a unique ID and paying in cash at the counter.
Thus the user can make quick payment at the counter and
leave the shop early.
B. Android
Fig. 1: Android Software Environment
Android is an operating system developed for
smartphones and tablets. It is based on Linux kernel and
uses Dalvik Virtual Machine (DVM) for executing Java byte
code [1]. Absence of GNU C Library and some functions
differentiate it from being Pure Linux. Android's source
code is released by Google under open source licenses.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1392
Some features of Android are-
• Highly customizable nature
• Reasonable Price
• High degree of ease due to presence of PC like apps.
• Hardware and Software features
• Full control over OS.
Android software environment consists of-
• Linux kernel
• Libraries and Dalvik Virtual Machine
• Application Framework
• Applications (built-in and custom)
II. LITERATURE SURVEY
The retail industry has been advocating “Smart Shopping”
for many years by adopting various technologies to
enhance the shopping experience at the retail
environment. The vision of smart shopping is to bring the
trend of online payments and paperless transactions in
retail stores.
The advantages of mobile commerce are-
• Customer satisfaction
• Savings of costs
• New opportunities in businesses
• Saving time
• Considerable profit
• Improvement of relations with customers
While coming across various technologies such as Online
Shopping [2], where items are purchased online through
various websites, the drawbacks encountered were –
• Fraud
• Shipping cost
• Deprives our Tangibility
• Lack of Options
In traditional shopping method various difficulties faced
are-
• Long queues
• Huge waiting time
• Carrying heavy items home
Survey was conducted at three shops –
• Store 99
• Vishal Mega Mart
• Big Bazar
Issues-
• Long waiting queues
• Barcode scanning for each item takes lot of time
• Payment issues on a frequent basis
This paper assumes that the application described would
be a prototype that would shape the future & there still
remains much to do in terms of development and
improvement of the existing models. Applications created
with ease of understanding and the design can be created
and tailored to the shopping process to make it more
effective and user friendly, thus making it easier &
convenient for the users to do the entire shopping process
with the use of this application.
III. PROPOSED WORK
In the proposed work, the user will scan the item which he
wants to purchase with the help of scanner provided by
this app. After scanning of the item a web service will get
called which will create a connection with the database of
the shop. As the connection is established, the user is now
synched with the database and information related to that
item is provided to him. In this whole procedure the
overall time of scanning of individual items is saved and
thus reducing the time of the shopping.
The assumptions for the app are-
 Shop has Wi-Fi facility
 User has installed the app
A. Web Service
A Web service is software which can connect any device
that is active in the internet to another and establish
communication between them. It uses HTTP as common
communication protocol. Web service is required to
establish communication between Android device and
Shop’s database to exchange information.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1393
Fig. 2: E-R Diagram
Smart Shopping [4], application uses REST, an
architectural style, as a web service for the app. REST is
called as Representational State Transfer protocol, which
is a lightweight process. It is a set of guidelines for creating
web services. REST has following architectural properties-
• Client-server architecture
• Stateless
• Manipulation of the resources
• Self-descriptive messages
• Resource identification
B. Database
The shop’s database is designed using MYSQL workbench.
It provides an interface with the help of which any
database can be easily designed. The shop’s database
consists of six tables –
• Inventory system- It provides information about the
availability of the items, their unique id, product id etc.
• Item table- It provides detailed information of each
item from its manufacturing date, price, weight, etc.
• Shopper details- The customer’s information will be
stored in this table including his address and phone
number that will be used at the time of online payment.
• Shopper session- This table will have information
about the time when customer has log in after scanning
the shop’s barcode till the successful payment
completion.
• Store details- This table will have detail information
about the shop’s name, its branch and unique id
(barcode) that will be retrieved at the time of scanning
of the shop’s barcode.
• Final order table- This table maintains customer
information about his purchases, total cost, session id
and all those information that is required to generate a
final bill.
IV. IMPLEMENTATION DETAILS
A. Application Features
Smart Shopping app has following features-
• Reduces scanning time
• Personalization of items
• Maintains History of purchased products
• Provides information regarding Discounts and Offers
B. Technologies Used
• Android SDK
• ADT (Android Development Tool)
• ZXing
• MySQL 5.6
• Maven
• REST web service
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1394
Fig. 3: Working of the application
Android SDK- It is the software development kit used for
developing android apps. This kit includes-
• Debugger
• Libraries
• Quick emulator
• Documentation
• Sample code
• Tutorials
Android virtual device is used to get a view of an app. This
SDK will be included in the android in the bundle called as
ADT bundle. This ADT bundle is then extracted to get the
above facilities.
Android Development Tool- It is the plugin for the eclipse
with the help of which following tasks can be performed-
• Set up new Android projects
• Creating a new application UI
In total it provides an environment in which the android
projects can be imported, build and run successfully.
ZXing- It is the library which is used for scanning purpose
and used in this app for scanning the items to be
purchased.
The following are the barcodes that can be read using
ZXing-
• EAN-13
• EAN-8
• UPC-A
• UPC-E
• Code 39, Code 93 and Code 128
• QR Code
With this library, the barcode will be read and decoded
and then converted into any specific number that will be
unique for every product. This library can also be used for
generating barcodes.
Maven- It is an automation tool which proves helpful in the
building the java projects. It alone can provide various
features like-
• Source code generation as well as compilation
• Packaging the source code into jar files and zip files
If any necessary plugins are required then they are
downloaded from the repositories. The important thing for
the maven is the POM file. POM file is the project object
model file which is read by the maven every time when the
code gets executed.
MYSQL- MYSQL is a RDBMS that supports-
• Multiple administrative tools
• Programs and libraries
• Application programming interfaces
It can run on different platforms like windows, MACOS and
Linux. It is designed with the help of languages like C and
C++ and uses kernel threads for most of its operation. Use
of kernel threads allows MYSQL to use multiple CPU’S. In
order to increase the execution speed MYSQL uses thread
based memory allocation and optimized nested loop joins.
REST web service- As only the basic operations are to
performed like CRUD (Create, Retrieve, Update, Delete) in
this app, a lightweight web service was in need. This can
be easily found in the REST web service. It is lightweight
because it makes use of HTML and their basic commands
like GET, POST, DELETE, etc.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1395
The app uses following concepts for the UI-
• Fragment
• Navigation drawer
• ZXing
• Shared preference
A fragment is a portion of the user interface in an activity
of an android. Navigation drawer is the facility in which
there is a transition from the left edge. In this app, it shows
all the app’s main options for the navigation.
Using the ZXing, barcode scanning and it’s decoding is
performed.
Android provides many ways of storing data of an
application. One of the ways is called shared preference.
The main reason for using this feature is that it does not
require storage into the local database. It will use the
device’s SD card in order to store the information.
Customer will scan the barcode; will send a web service
that will retrieve data from the database. After retrieval,
that item related information can then be seen into an
expandable format.
V. NFC
NFC stands for Near Field Communication. It is a short-
range radio technology that enables communication
between devices that either touch each other or are held
close together.
A. Tag and reader:-
NFC-based communication between two devices is
possible only when one device acts as a reader/writer and
the other as a tag.
Tag: - The tag is a thin simple device containing antenna
and small amount of memory. It is a passive device,
powered by magnetic field. Depending on the tag type the
memory can be
 Read only
 Re-writable
 Writable once.
Reader: - The reader is an active device, which generates
radio signals to communicate with the tags. The reader
powers the passive device in case of passive mode of
communication.
B. Communication Modes: -
NFC devices support two communication modes:
Active: - In this mode, the target and the initiator devices
have power supplies and can communicate with one
another by alternate signal transmission.
Passive: -In this mode, the initiator device generates radio
signals and the target device gets powered by this
electromagnetic field. The target device responds to the
initiator by modulating the existing electromagnetic field.
VI. FUTURE SCOPE
There is a scope for further development in our project to
a great extent.
A number of features can be added to this system in future
like providing moderator more control over products so
that each moderator can maintain their own products.
Another feature we wished to implement was providing
classes for customers so that different offers can be given
to each class.
System may keep track of history of purchases of each
customer and provide suggestions based on their history.
VII. CONCLUSION
As the demand for the online shopping is increasing the
requirement of more secure, safe and reliable transaction
is of utmost demand. [3] Smart phones, that have become
an important part of today’s life, have reduced all the
efforts that are required for shopping. With camera feature
in it, the user can scan the barcode of the item to be
purchased and then directly add it into the cart. There are
two advantages of it: first no need to stand in the queue for
a long time in malls just for scanning the item, second
there will be no scope for the frauds that happen in online
shopping. The items so far purchased by the customer will
be maintained in the app that can be used by the customer
in the next purchase. The transactions that will take place
frequently with the shop’s database will be made secured.
This will ensure no modifications in the shop’s database
either by the customer or by any unauthorized user.
VIII. REFERENCES
[1] Benny Skogberg, Android application development,
School of Technology Malmö University SE820506 Malmö
Sweden.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1396
[2] Dr.Gagandeep Nagra, Dr.R.Gopal, “An study of Factors
Affecting on Online Shopping Behavior of
Consumer”,International journal of scientific and research
publications, Volume3,issue 6,June 2013,ISSN:2250-3153
[3] Constantinides, E., (2004), “Influencing the online
consumer’s behaviour: The web experiences”, Internet
Research, vol. 14, no. 2, pp.111-126.
[4] Adarsh Borkar, (2015), “Smart Shopping- An Android
Based Shopping Application”, International Journal of
Advanced Research in Computer Engineering &
Technology (IJARCET) Volume 4 Issue 3, March 2015

More Related Content

What's hot

IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET Journal
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC ITYogeshDhamke2
 
IRJET- Smart Trolley for Guiding Customers in Super Markets using AOT
IRJET-  	  Smart Trolley for Guiding Customers in Super Markets using AOTIRJET-  	  Smart Trolley for Guiding Customers in Super Markets using AOT
IRJET- Smart Trolley for Guiding Customers in Super Markets using AOTIRJET Journal
 
Abidin, zainal IBM Software "Data is a New Oil"
Abidin, zainal  IBM Software "Data is a New Oil"Abidin, zainal  IBM Software "Data is a New Oil"
Abidin, zainal IBM Software "Data is a New Oil"Zainal Abidin
 
Business Requirement Specification
Business Requirement SpecificationBusiness Requirement Specification
Business Requirement Specificationsuhasreddy1
 
Product Management Barcode System
Product Management Barcode SystemProduct Management Barcode System
Product Management Barcode SystemShubham Sarkar
 
Online Shopping System [SE]
Online Shopping System  [SE]Online Shopping System  [SE]
Online Shopping System [SE]Ch Fahadi
 
Project report final
Project report finalProject report final
Project report finalJaya Saini
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srsSM Nurnobi
 
The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...Rajesh Roky
 
Flipkart Software requirements specification SRS
Flipkart Software requirements specification SRSFlipkart Software requirements specification SRS
Flipkart Software requirements specification SRSAman Goel
 
Srs online shoping
Srs online shopingSrs online shoping
Srs online shopingAbdul Saboor
 
Mini project report_on_online_shopping
Mini project report_on_online_shoppingMini project report_on_online_shopping
Mini project report_on_online_shoppingSandeep Bittu
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6YogeshDhamke2
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)Nazmul Hyder
 
Brilliant Case Study
Brilliant Case StudyBrilliant Case Study
Brilliant Case StudyBrilliant21
 
Designing End-User Experience for Workplace of the Future
Designing End-User Experience for Workplace of the FutureDesigning End-User Experience for Workplace of the Future
Designing End-User Experience for Workplace of the Futurestevej7699
 

What's hot (20)

IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT
 
Smart shopping system
Smart shopping systemSmart shopping system
Smart shopping system
 
IRJET- Smart Trolley for Guiding Customers in Super Markets using AOT
IRJET-  	  Smart Trolley for Guiding Customers in Super Markets using AOTIRJET-  	  Smart Trolley for Guiding Customers in Super Markets using AOT
IRJET- Smart Trolley for Guiding Customers in Super Markets using AOT
 
Abidin, zainal IBM Software "Data is a New Oil"
Abidin, zainal  IBM Software "Data is a New Oil"Abidin, zainal  IBM Software "Data is a New Oil"
Abidin, zainal IBM Software "Data is a New Oil"
 
Business Requirement Specification
Business Requirement SpecificationBusiness Requirement Specification
Business Requirement Specification
 
Product Management Barcode System
Product Management Barcode SystemProduct Management Barcode System
Product Management Barcode System
 
Online Shopping System [SE]
Online Shopping System  [SE]Online Shopping System  [SE]
Online Shopping System [SE]
 
Shopping Cart
Shopping CartShopping Cart
Shopping Cart
 
Project report final
Project report finalProject report final
Project report final
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srs
 
The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...The main purpose of the project is to manage the supermarket efficiently (rep...
The main purpose of the project is to manage the supermarket efficiently (rep...
 
Flipkart Software requirements specification SRS
Flipkart Software requirements specification SRSFlipkart Software requirements specification SRS
Flipkart Software requirements specification SRS
 
Srs online shoping
Srs online shopingSrs online shoping
Srs online shoping
 
Mini project report_on_online_shopping
Mini project report_on_online_shoppingMini project report_on_online_shopping
Mini project report_on_online_shopping
 
online-shopping-documentation-srs for TYBSCIT sem 6
 online-shopping-documentation-srs for TYBSCIT sem 6 online-shopping-documentation-srs for TYBSCIT sem 6
online-shopping-documentation-srs for TYBSCIT sem 6
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
Ppt.25 supreme case study
Ppt.25 supreme case studyPpt.25 supreme case study
Ppt.25 supreme case study
 
Brilliant Case Study
Brilliant Case StudyBrilliant Case Study
Brilliant Case Study
 
Designing End-User Experience for Workplace of the Future
Designing End-User Experience for Workplace of the FutureDesigning End-User Experience for Workplace of the Future
Designing End-User Experience for Workplace of the Future
 

Similar to IRJET- Shopaholic – A Smarter Way to Checkout

Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppIRJET Journal
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...IRJET Journal
 
IRJET- Online Shopping System
IRJET-  	  Online Shopping SystemIRJET-  	  Online Shopping System
IRJET- Online Shopping SystemIRJET Journal
 
IRJET- Advanced Shopping Portal with MD5 Algorithm and SEO Concepts
IRJET-  	  Advanced Shopping Portal with MD5 Algorithm and SEO ConceptsIRJET-  	  Advanced Shopping Portal with MD5 Algorithm and SEO Concepts
IRJET- Advanced Shopping Portal with MD5 Algorithm and SEO ConceptsIRJET Journal
 
IRJET- Online Canteen Automated System
IRJET-  	  Online Canteen Automated SystemIRJET-  	  Online Canteen Automated System
IRJET- Online Canteen Automated SystemIRJET Journal
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET Journal
 
IRJET- Agriculture Business to Business Website
IRJET- Agriculture Business to Business WebsiteIRJET- Agriculture Business to Business Website
IRJET- Agriculture Business to Business WebsiteIRJET Journal
 
Expense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingExpense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingIRJET Journal
 
IRJET - Monitoring Best Product using Data Mining Technique
IRJET -  	  Monitoring Best Product using Data Mining TechniqueIRJET -  	  Monitoring Best Product using Data Mining Technique
IRJET - Monitoring Best Product using Data Mining TechniqueIRJET Journal
 
Smart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemSmart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemIRJET Journal
 
Voice Controlled E-commerce Web App
Voice Controlled E-commerce Web AppVoice Controlled E-commerce Web App
Voice Controlled E-commerce Web AppIRJET Journal
 
IRJET- Tour and Travels
IRJET- Tour and TravelsIRJET- Tour and Travels
IRJET- Tour and TravelsIRJET Journal
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET Journal
 
IRJET - Smart Marketing using QR Code
IRJET -  	  Smart Marketing using QR CodeIRJET -  	  Smart Marketing using QR Code
IRJET - Smart Marketing using QR CodeIRJET Journal
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart ShoppingIRJET Journal
 
Cloud computing customer relationship management for online rental system
Cloud computing customer relationship management for online rental systemCloud computing customer relationship management for online rental system
Cloud computing customer relationship management for online rental systemIRJET Journal
 
IRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap ToolIRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap ToolIRJET Journal
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeIRJET Journal
 
Basic Office Administration
Basic Office AdministrationBasic Office Administration
Basic Office AdministrationIRJET Journal
 
Business Utility Application
Business Utility ApplicationBusiness Utility Application
Business Utility ApplicationIRJET Journal
 

Similar to IRJET- Shopaholic – A Smarter Way to Checkout (20)

Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web AppCreation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
Creation Of Social Group in Full Stack Progressive Apparel Purchasing Web App
 
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...Development of Android Based Mobile App for PrestaShop eCommerce  Shopping Ca...
Development of Android Based Mobile App for PrestaShop eCommerce Shopping Ca...
 
IRJET- Online Shopping System
IRJET-  	  Online Shopping SystemIRJET-  	  Online Shopping System
IRJET- Online Shopping System
 
IRJET- Advanced Shopping Portal with MD5 Algorithm and SEO Concepts
IRJET-  	  Advanced Shopping Portal with MD5 Algorithm and SEO ConceptsIRJET-  	  Advanced Shopping Portal with MD5 Algorithm and SEO Concepts
IRJET- Advanced Shopping Portal with MD5 Algorithm and SEO Concepts
 
IRJET- Online Canteen Automated System
IRJET-  	  Online Canteen Automated SystemIRJET-  	  Online Canteen Automated System
IRJET- Online Canteen Automated System
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall Assistant
 
IRJET- Agriculture Business to Business Website
IRJET- Agriculture Business to Business WebsiteIRJET- Agriculture Business to Business Website
IRJET- Agriculture Business to Business Website
 
Expense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image ProcessingExpense Manager: An Expense Tracking Application using Image Processing
Expense Manager: An Expense Tracking Application using Image Processing
 
IRJET - Monitoring Best Product using Data Mining Technique
IRJET -  	  Monitoring Best Product using Data Mining TechniqueIRJET -  	  Monitoring Best Product using Data Mining Technique
IRJET - Monitoring Best Product using Data Mining Technique
 
Smart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemSmart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing System
 
Voice Controlled E-commerce Web App
Voice Controlled E-commerce Web AppVoice Controlled E-commerce Web App
Voice Controlled E-commerce Web App
 
IRJET- Tour and Travels
IRJET- Tour and TravelsIRJET- Tour and Travels
IRJET- Tour and Travels
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A Review
 
IRJET - Smart Marketing using QR Code
IRJET -  	  Smart Marketing using QR CodeIRJET -  	  Smart Marketing using QR Code
IRJET - Smart Marketing using QR Code
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart Shopping
 
Cloud computing customer relationship management for online rental system
Cloud computing customer relationship management for online rental systemCloud computing customer relationship management for online rental system
Cloud computing customer relationship management for online rental system
 
IRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap ToolIRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap Tool
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using Zigbee
 
Basic Office Administration
Basic Office AdministrationBasic Office Administration
Basic Office Administration
 
Business Utility Application
Business Utility ApplicationBusiness Utility Application
Business Utility Application
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 

Recently uploaded (20)

Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 

IRJET- Shopaholic – A Smarter Way to Checkout

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1391 SHOPAHOLIC – A SMARTER WAY TO CHECKOUT Saumya Rajan1, Aakanksha Jaiswal2, Shivam Garg3 1,2,3 Department of Computer Science and Engineering, BBDIT, Dr. A.P.J A.K.T.U, Ghaziabad, India ------------------------------------------------------------------------***----------------------------------------------------------------------- Abstract - In Offline mode, the customer needs to manually pick up his products, carry cash, credit/debit cards along with them and wait in the long queue to make payments. The application mentioned in this paper would read the barcode(s) of the product(s) & add it to the shopping cart in the application. An important technology used for mobile payments is called Near Field Communication (NFC). As a technological advancement NFC represents the potential and tremendous business, leading companies such as Nokia, Microsoft and NXP Semiconductors, actively engaged in the NFC Forum. Also you can use credit/debit card payments as well a cash for payment. Index Terms— Android, REST, Maven, Barcode Scanner, ZXing library. I. INTRODUCTION From past two decades, use of mobile devices has greatly increased, that has led to ease of carrying out day to day activities. Nowadays, wireless technologies have taken over the entire world. Business and financial transactions can now be done easily and securely, anywhere and anytime. Using Internet, connections can be established with any devices almost anywhere in the world and can share necessary information amongst them. The daunting tasks faced in daily lives can now be accomplished by few of clicks on our Smartphone. Moreover payments have become more secure in recent years to avoid frauds and data leakage. A. Traditional Shopping Traditional shopping is a tedious and time consuming task. Although the growing trend of online shopping has reduced some load, there is still some difference in actually going to shops, and hand picking products to get the feel of their quality and features, that cannot be experienced online. Customers also feel wary to carry out online purchases due to fear of less secure transaction process that may lead to leakage of user’s sensitive data, insecurity of credit/debit cards, unreliability or breach of privacy. The project aims at removing flaws of both kinds of shopping, and bridge the gap between physical and virtual world. Earlier while shopping, the customer had to wait in long queues at the billing counters. The cashier scans barcode for every individual product and then generates the bill. This was a time consuming process for both the shopper as well as cashier. To overcome this flaw, the customer himself can scan the barcode using his mobile while making purchase, retrieve essential details of all products from shop’s database and generate bill himself. This bill generated can be paid using online payments or by generating a unique ID and paying in cash at the counter. Thus the user can make quick payment at the counter and leave the shop early. B. Android Fig. 1: Android Software Environment Android is an operating system developed for smartphones and tablets. It is based on Linux kernel and uses Dalvik Virtual Machine (DVM) for executing Java byte code [1]. Absence of GNU C Library and some functions differentiate it from being Pure Linux. Android's source code is released by Google under open source licenses.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1392 Some features of Android are- • Highly customizable nature • Reasonable Price • High degree of ease due to presence of PC like apps. • Hardware and Software features • Full control over OS. Android software environment consists of- • Linux kernel • Libraries and Dalvik Virtual Machine • Application Framework • Applications (built-in and custom) II. LITERATURE SURVEY The retail industry has been advocating “Smart Shopping” for many years by adopting various technologies to enhance the shopping experience at the retail environment. The vision of smart shopping is to bring the trend of online payments and paperless transactions in retail stores. The advantages of mobile commerce are- • Customer satisfaction • Savings of costs • New opportunities in businesses • Saving time • Considerable profit • Improvement of relations with customers While coming across various technologies such as Online Shopping [2], where items are purchased online through various websites, the drawbacks encountered were – • Fraud • Shipping cost • Deprives our Tangibility • Lack of Options In traditional shopping method various difficulties faced are- • Long queues • Huge waiting time • Carrying heavy items home Survey was conducted at three shops – • Store 99 • Vishal Mega Mart • Big Bazar Issues- • Long waiting queues • Barcode scanning for each item takes lot of time • Payment issues on a frequent basis This paper assumes that the application described would be a prototype that would shape the future & there still remains much to do in terms of development and improvement of the existing models. Applications created with ease of understanding and the design can be created and tailored to the shopping process to make it more effective and user friendly, thus making it easier & convenient for the users to do the entire shopping process with the use of this application. III. PROPOSED WORK In the proposed work, the user will scan the item which he wants to purchase with the help of scanner provided by this app. After scanning of the item a web service will get called which will create a connection with the database of the shop. As the connection is established, the user is now synched with the database and information related to that item is provided to him. In this whole procedure the overall time of scanning of individual items is saved and thus reducing the time of the shopping. The assumptions for the app are-  Shop has Wi-Fi facility  User has installed the app A. Web Service A Web service is software which can connect any device that is active in the internet to another and establish communication between them. It uses HTTP as common communication protocol. Web service is required to establish communication between Android device and Shop’s database to exchange information.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1393 Fig. 2: E-R Diagram Smart Shopping [4], application uses REST, an architectural style, as a web service for the app. REST is called as Representational State Transfer protocol, which is a lightweight process. It is a set of guidelines for creating web services. REST has following architectural properties- • Client-server architecture • Stateless • Manipulation of the resources • Self-descriptive messages • Resource identification B. Database The shop’s database is designed using MYSQL workbench. It provides an interface with the help of which any database can be easily designed. The shop’s database consists of six tables – • Inventory system- It provides information about the availability of the items, their unique id, product id etc. • Item table- It provides detailed information of each item from its manufacturing date, price, weight, etc. • Shopper details- The customer’s information will be stored in this table including his address and phone number that will be used at the time of online payment. • Shopper session- This table will have information about the time when customer has log in after scanning the shop’s barcode till the successful payment completion. • Store details- This table will have detail information about the shop’s name, its branch and unique id (barcode) that will be retrieved at the time of scanning of the shop’s barcode. • Final order table- This table maintains customer information about his purchases, total cost, session id and all those information that is required to generate a final bill. IV. IMPLEMENTATION DETAILS A. Application Features Smart Shopping app has following features- • Reduces scanning time • Personalization of items • Maintains History of purchased products • Provides information regarding Discounts and Offers B. Technologies Used • Android SDK • ADT (Android Development Tool) • ZXing • MySQL 5.6 • Maven • REST web service
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1394 Fig. 3: Working of the application Android SDK- It is the software development kit used for developing android apps. This kit includes- • Debugger • Libraries • Quick emulator • Documentation • Sample code • Tutorials Android virtual device is used to get a view of an app. This SDK will be included in the android in the bundle called as ADT bundle. This ADT bundle is then extracted to get the above facilities. Android Development Tool- It is the plugin for the eclipse with the help of which following tasks can be performed- • Set up new Android projects • Creating a new application UI In total it provides an environment in which the android projects can be imported, build and run successfully. ZXing- It is the library which is used for scanning purpose and used in this app for scanning the items to be purchased. The following are the barcodes that can be read using ZXing- • EAN-13 • EAN-8 • UPC-A • UPC-E • Code 39, Code 93 and Code 128 • QR Code With this library, the barcode will be read and decoded and then converted into any specific number that will be unique for every product. This library can also be used for generating barcodes. Maven- It is an automation tool which proves helpful in the building the java projects. It alone can provide various features like- • Source code generation as well as compilation • Packaging the source code into jar files and zip files If any necessary plugins are required then they are downloaded from the repositories. The important thing for the maven is the POM file. POM file is the project object model file which is read by the maven every time when the code gets executed. MYSQL- MYSQL is a RDBMS that supports- • Multiple administrative tools • Programs and libraries • Application programming interfaces It can run on different platforms like windows, MACOS and Linux. It is designed with the help of languages like C and C++ and uses kernel threads for most of its operation. Use of kernel threads allows MYSQL to use multiple CPU’S. In order to increase the execution speed MYSQL uses thread based memory allocation and optimized nested loop joins. REST web service- As only the basic operations are to performed like CRUD (Create, Retrieve, Update, Delete) in this app, a lightweight web service was in need. This can be easily found in the REST web service. It is lightweight because it makes use of HTML and their basic commands like GET, POST, DELETE, etc.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1395 The app uses following concepts for the UI- • Fragment • Navigation drawer • ZXing • Shared preference A fragment is a portion of the user interface in an activity of an android. Navigation drawer is the facility in which there is a transition from the left edge. In this app, it shows all the app’s main options for the navigation. Using the ZXing, barcode scanning and it’s decoding is performed. Android provides many ways of storing data of an application. One of the ways is called shared preference. The main reason for using this feature is that it does not require storage into the local database. It will use the device’s SD card in order to store the information. Customer will scan the barcode; will send a web service that will retrieve data from the database. After retrieval, that item related information can then be seen into an expandable format. V. NFC NFC stands for Near Field Communication. It is a short- range radio technology that enables communication between devices that either touch each other or are held close together. A. Tag and reader:- NFC-based communication between two devices is possible only when one device acts as a reader/writer and the other as a tag. Tag: - The tag is a thin simple device containing antenna and small amount of memory. It is a passive device, powered by magnetic field. Depending on the tag type the memory can be  Read only  Re-writable  Writable once. Reader: - The reader is an active device, which generates radio signals to communicate with the tags. The reader powers the passive device in case of passive mode of communication. B. Communication Modes: - NFC devices support two communication modes: Active: - In this mode, the target and the initiator devices have power supplies and can communicate with one another by alternate signal transmission. Passive: -In this mode, the initiator device generates radio signals and the target device gets powered by this electromagnetic field. The target device responds to the initiator by modulating the existing electromagnetic field. VI. FUTURE SCOPE There is a scope for further development in our project to a great extent. A number of features can be added to this system in future like providing moderator more control over products so that each moderator can maintain their own products. Another feature we wished to implement was providing classes for customers so that different offers can be given to each class. System may keep track of history of purchases of each customer and provide suggestions based on their history. VII. CONCLUSION As the demand for the online shopping is increasing the requirement of more secure, safe and reliable transaction is of utmost demand. [3] Smart phones, that have become an important part of today’s life, have reduced all the efforts that are required for shopping. With camera feature in it, the user can scan the barcode of the item to be purchased and then directly add it into the cart. There are two advantages of it: first no need to stand in the queue for a long time in malls just for scanning the item, second there will be no scope for the frauds that happen in online shopping. The items so far purchased by the customer will be maintained in the app that can be used by the customer in the next purchase. The transactions that will take place frequently with the shop’s database will be made secured. This will ensure no modifications in the shop’s database either by the customer or by any unauthorized user. VIII. REFERENCES [1] Benny Skogberg, Android application development, School of Technology Malmö University SE820506 Malmö Sweden.
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 03 | Mar-2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 6.171 | ISO 9001:2008 Certified Journal | Page 1396 [2] Dr.Gagandeep Nagra, Dr.R.Gopal, “An study of Factors Affecting on Online Shopping Behavior of Consumer”,International journal of scientific and research publications, Volume3,issue 6,June 2013,ISSN:2250-3153 [3] Constantinides, E., (2004), “Influencing the online consumer’s behaviour: The web experiences”, Internet Research, vol. 14, no. 2, pp.111-126. [4] Adarsh Borkar, (2015), “Smart Shopping- An Android Based Shopping Application”, International Journal of Advanced Research in Computer Engineering & Technology (IJARCET) Volume 4 Issue 3, March 2015