SlideShare a Scribd company logo
1 of 15
GROCERY STORE MANAGEMENT
ORANGE STORES
University of New Haven
TAGLIATELA COLLEGE OF ENGINEERING,
West Haven, CT
Team Data Dive Submitted to
Charitha Sree Jayaramireddy (cjaya1@unh.newhaven.edu ) Proff Reza Sadeghi
Madhavi Kuchipudi (mkuch2@unh.newhaven.edu) Spring 2021
Ganesh Putta (gputt1@unh.newhaven.edu) CSCI – 6622- Database systems
Pranitha Challa (pchal4@unh.newhaven.edu)
Monika Veerati (mveer3@unh.newhaven.edu)
1









2
 Grocery Store Management System is designed to provide the grocery stores with
the benefit of having everything online, from products data to customers data.
 It helps the store managers to perform various functions like checking the
products stock, suppliers information, customers information and also allows
them to check if a particular product is available in any other branch.
 It also helps to keep track of the store employees.
 Provides a user friendly interface where everything can be accessed with just a
button click.
3
4
Category
Category_ID
Category
Name
Product_No
Categorized
5
Employees
E_ID
Name
F_Name
L_Name
Email
Mobile
Location_ID
Dsgn_ID
Works In
Customers
Cust_ID
Location_ID
Name
F_Name
L_Name
Email
Phone
Invoice
DB Users
E_ID
Username
Password
Suppliers
Supplier_No
Supplier
Name
Mobile
Product_No
Email
Location_ID
Prd Actual
Price
Commodities
Product_No
Product_Price
Product Name
Quantity
Supply
Location
Location_ID
Zip Code
City
Street
Manager
Manager
Mobile
Manager Email
E_ID
Designation
Dsgn_ID
Designation
Salary
 We have performed various operations like -
 Create, Insert, Alter
 Select, Delete, Update
 Used “joins” to display data from two different tables at a place.
6
 Created views using joins to have a virtual table which can be accessed anytime.
 Created a table for login credentials which allows only the managers of the store
to access the database.
7
8
 query = "INSERT INTO location(Location_Id , Zipcode, City , Street) values(%s,
%s, %s, %s) "
 values = (Location_Id , Zipcode, City , Street)
 mycursor.execute(query, values)
 conn.commit()
 sql_query = "SELECT * FROM location WHERE Street=%s"
 mycursor.execute(sql_query, name)
 searchResult = mycursor.fetchall()
9
10
11
 We have developed the GUI using only python Tkinter, so it is not accessible
through web. We will be integrating the now python files with web in the future.
 Customer login.
12
 https://codemy.com/intro-tkinter-python-gui-apps/
 https://anzeljg.github.io/rin2/book2/2405/docs/tkinter/ttk-Treeview.html
 https://www.tutorialspoint.com/python/python_gui_programming.htm
 https://www.w3schools.com/sql/default.asp
13
14
THANK YOU
15

More Related Content

Similar to Grocery Store Management (2).pptx

Introduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicIntroduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicMuralidharan Radhakrishnan
 
Advanced Analytics Certificate Flyer
Advanced Analytics Certificate FlyerAdvanced Analytics Certificate Flyer
Advanced Analytics Certificate Flyermisanthropic777
 
Feasibility requirements group 3 compiled
Feasibility requirements group 3   compiledFeasibility requirements group 3   compiled
Feasibility requirements group 3 compiledJash Mehta
 
vijay mishra_data_analyst_cv
vijay mishra_data_analyst_cvvijay mishra_data_analyst_cv
vijay mishra_data_analyst_cvvijay mishra
 
topic selectionhmcbvbk jgcmgjb jgfnbgvbj hxngcvbk hm xhrcgnvbmn .pptx
topic selectionhmcbvbk  jgcmgjb  jgfnbgvbj  hxngcvbk hm xhrcgnvbmn .pptxtopic selectionhmcbvbk  jgcmgjb  jgfnbgvbj  hxngcvbk hm xhrcgnvbmn .pptx
topic selectionhmcbvbk jgcmgjb jgfnbgvbj hxngcvbk hm xhrcgnvbmn .pptxAkshayYeole7
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erpMehul Thakkar
 
Ajay_Resume With Exp
Ajay_Resume With ExpAjay_Resume With Exp
Ajay_Resume With ExpAjay Mundra
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Publishing House
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...eSAT Journals
 
FINAL_PPT[1] (4).pptx about exam cell management
FINAL_PPT[1] (4).pptx about exam cell managementFINAL_PPT[1] (4).pptx about exam cell management
FINAL_PPT[1] (4).pptx about exam cell managementvarshaamrutha0512
 
NijoJoyKachappilly[0_0]
NijoJoyKachappilly[0_0]NijoJoyKachappilly[0_0]
NijoJoyKachappilly[0_0]Nijo Joy
 
Group-4.pptx online quiz examination system
Group-4.pptx online quiz examination systemGroup-4.pptx online quiz examination system
Group-4.pptx online quiz examination systembokulislam873
 
CALEB STEINER_RESUME - LinkedIn
CALEB STEINER_RESUME - LinkedInCALEB STEINER_RESUME - LinkedIn
CALEB STEINER_RESUME - LinkedInCaleb Steiner
 
UGOANI & UGOANI 2017.doc
UGOANI & UGOANI 2017.docUGOANI & UGOANI 2017.doc
UGOANI & UGOANI 2017.docAdelekeODUTOLU1
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management systemeSAT Journals
 
College-Management-System-A-Comprehensive-Solution.pptx
College-Management-System-A-Comprehensive-Solution.pptxCollege-Management-System-A-Comprehensive-Solution.pptx
College-Management-System-A-Comprehensive-Solution.pptxsakethrallapally
 

Similar to Grocery Store Management (2).pptx (20)

Cv new pbb
Cv new pbbCv new pbb
Cv new pbb
 
Anuj-Resume-U.P
Anuj-Resume-U.PAnuj-Resume-U.P
Anuj-Resume-U.P
 
Introduction to Project Development using Visual Basic
Introduction to Project Development using Visual BasicIntroduction to Project Development using Visual Basic
Introduction to Project Development using Visual Basic
 
Advanced Analytics Certificate Flyer
Advanced Analytics Certificate FlyerAdvanced Analytics Certificate Flyer
Advanced Analytics Certificate Flyer
 
Feasibility requirements group 3 compiled
Feasibility requirements group 3   compiledFeasibility requirements group 3   compiled
Feasibility requirements group 3 compiled
 
vijay mishra_data_analyst_cv
vijay mishra_data_analyst_cvvijay mishra_data_analyst_cv
vijay mishra_data_analyst_cv
 
topic selectionhmcbvbk jgcmgjb jgfnbgvbj hxngcvbk hm xhrcgnvbmn .pptx
topic selectionhmcbvbk  jgcmgjb  jgfnbgvbj  hxngcvbk hm xhrcgnvbmn .pptxtopic selectionhmcbvbk  jgcmgjb  jgfnbgvbj  hxngcvbk hm xhrcgnvbmn .pptx
topic selectionhmcbvbk jgcmgjb jgfnbgvbj hxngcvbk hm xhrcgnvbmn .pptx
 
Student management system university erp
Student management system   university erpStudent management system   university erp
Student management system university erp
 
Ajay_Resume With Exp
Ajay_Resume With ExpAjay_Resume With Exp
Ajay_Resume With Exp
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...Learning analytics to quantize and improve the skills development and attainm...
Learning analytics to quantize and improve the skills development and attainm...
 
FINAL_PPT[1] (4).pptx about exam cell management
FINAL_PPT[1] (4).pptx about exam cell managementFINAL_PPT[1] (4).pptx about exam cell management
FINAL_PPT[1] (4).pptx about exam cell management
 
Vishal Mhadeshwar_CV
Vishal Mhadeshwar_CVVishal Mhadeshwar_CV
Vishal Mhadeshwar_CV
 
NijoJoyKachappilly[0_0]
NijoJoyKachappilly[0_0]NijoJoyKachappilly[0_0]
NijoJoyKachappilly[0_0]
 
Group-4.pptx online quiz examination system
Group-4.pptx online quiz examination systemGroup-4.pptx online quiz examination system
Group-4.pptx online quiz examination system
 
CALEB STEINER_RESUME - LinkedIn
CALEB STEINER_RESUME - LinkedInCALEB STEINER_RESUME - LinkedIn
CALEB STEINER_RESUME - LinkedIn
 
UGOANI & UGOANI 2017.doc
UGOANI & UGOANI 2017.docUGOANI & UGOANI 2017.doc
UGOANI & UGOANI 2017.doc
 
Dams dynamic attendance management system
Dams dynamic attendance management systemDams dynamic attendance management system
Dams dynamic attendance management system
 
College-Management-System-A-Comprehensive-Solution.pptx
College-Management-System-A-Comprehensive-Solution.pptxCollege-Management-System-A-Comprehensive-Solution.pptx
College-Management-System-A-Comprehensive-Solution.pptx
 
Madhavi kaushal resume
Madhavi kaushal resumeMadhavi kaushal resume
Madhavi kaushal resume
 

Recently uploaded

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 

Grocery Store Management (2).pptx