SlideShare a Scribd company logo
DEVELOPED BY,
Group No.:-3
EXISTING SYSTEM
NEED FOR NEW SYSTEM
HARDWARE & SOFTWARE SPECIFICATION
FUNCTION SPECIFICATION
BRIEF DESCRIPTION ABOUT MODULES
SYSTEM FLOW
ENTITY-RELATIONSHIP DIAGRAM
DATA FLOW DIAGRAM
DATA DICTIONARY
Index
ORGANIZATION
PROFILE
This site is for member who do not have enough time to
purchase vegetable and fruits.
Customer gets the freedom to buy organic and hygienic
fruits and vegetables at their doorsteps as it becomes time
saving for customers
EXISTING SYSTEM
THESE DAY’S PEOPLE BUY VEGETABLES MANUALLY FROM MARKET,
SHOPS, AND MALLS.
IN MANUAL SYSTEM, CUSTOMER HAVE TO FACE MANY PROBLEMS
LIKE BARGAINING, QUALITY, QUANTITY ETC.
IT IS VERY TIME CONSUMING PROCESS AND CUSTOMER MUST HAVE
TO TRAVEL FOR BUYING VEGETABLES.
NEW ISSUES INFORMATION IS INFORM TO ALL CUSTOMER BY
SALESMAN.
EXISTING SYSTEM
CUSTOMER BUY ORGANIC VEGETABLES ONLINE.
CUSTOMER SHOULD GET ALERTS FOR VEGETABLES THEY ARE
BUYING.
CUSTOMER CAN BUY VEGETABLES WITH REASONABLE RATES AND
DISCOUNTS.
CUSTOMER GET INFORMATION OF LATEST OFFERS AND
DIFFERENT SCHEMES OF OUR PRODUCTS.
CUSTOMER GET THE PRODUCTS AT THEIR DOORSTEP.
THIS SITE IS FOR MEMBERS WHO DO NOT HAVE ENOUGH TIME TO
PURCHASE VEGETABLES AND FRUITS FROM PARTICULAR SHOP.
Front End :
Back End :
Operating System :
Hardware : Intel Core i5-430M processor
2 GB RAM
320 GB Hard Disk
CLIENT SIDE
HARDWARE CONFIGURATION:-
PROCESSOR : INTEL® CORE
PROCESSORS AND ABOVE VERSION
RAM : 256 MB (MIN)
HARD DISK : 64 GB (MIN)
SOFTWARE CONFIGURATION:-
OPERATING SYSTEM : WINDOW
OS.
WEB BROWSER : INTERNET
Admin Operator Customer
Salesman Visitor
Admin
Login
Manage Member
Manage the list of products
Manage category
Manage price
Manage area
Manage Page
Manage customers
View order
Manage Profile
View reports.
Message
Operator
Login
View profile
Edit profile
Search customer
View feedbacks
Give task
View task status
Message
Generate report and also view
Customer
Login
Search the products
Place order
View history
View balance
Cancel order
Give feedbacks
Edit Profile.
Message
Salesman
Login
Edit profile
Acknowledgement of task.
View and create feedbacks.
Message
Visitor
View basic pages
ADMIN CAN HANDLE ALL OVER THE SYSTEM
LIKE EDIT, UPDATE AND DELETE THE DATA. ADMIN CAN APPROVE
THE MEMBERSHIP OF CUSTOMER’S AND UPDATE LIST OF
PRODUCTS.
OPERATOR CAN SEARCH
CUSTOMER, VIEW FEEDBACKS, VIEW TASK STATUS,
MESSAGE, GENERATE REPORT AND ALSO VIEW.
Admin
Operator
CUSTOMER CAN LOGIN THE WEBSITE AND
ACCORDING TO PRICE AND DISCOUNT THEY CAN PLACE THE ORDER
SALESMAN CAN SEE THE ORDER AND
DELIVERED THAT ORDER AT THEIR DOORSTOP.
Customer
Salesman
VISITOR CAN ONLY VISIT
THE WEBSITE, AND VIEW BASIC PAGES.
ORDER IS ONE TYPE OF
SHOPPING CART AND SALESMAN CAN VIEW THE ORDER
-DETAILS THAT HAVE BEEN PURCHASED BY CUSTOMER.
Visitor
Order
TYPES OF VEGETABLES,
GREEN VEGETABLES AND FRUITS
OFFERS IS ONE TYPE OF
SCHEMES TO ATTRACT THE CUSTOMER. IT
IS WEEKLY AND DAILY.
Product
Offers
context level
D.F.D 1st Level
D.F.D 2st Level
Key Field name Data type Description
Primary
key
AdminId integer(5) Used to store admin.
DOJ Date() Used to display the date of join.
DOL Date() Used to display the date of last seen
Vcount Integer() Used to counts the number of visits
IsAuthenticate Bit() Used to display the status of
authentication.
Username Varchar(25) Used to store admin user name.
password Varchar(15) Used to store admin password.
Contact Varchar(25) Used to store admin contact.
Email Varchar(50) Used to store admin email.
Fname Varchar(20) Used to store admin’s first name
Lname Varchar(20) Used to store admin’s last name.
Foreign key
Messageid Varchar(100) Used to store message.
Table:-Admin
Primary key:- AdminId
Foreign key:-Messageid
Key Field name Data Type Description
Primary
key
Cid integer (5) Used to store customer id.
Username Varchar(25) Used to store member username.
Password Varchar(20) Used to store member password.
Contact Varchar(10) Used to store the contact of member
Email Varchar(20) Used to store the email of members
Fname Varchar(15) Used to store member’s first name.
Lname Varchar(15) Used to store member’s last name.
DOR Date() Used to store date of registration.
DOJ Date() Used to display the date of join.
DOL Date() Used to display the date of last seen
Vcount Integer() Used to counts the number of visits
IsAuthenticate Bit() Used to display the status of
authentication.
Address Varchar(100) Used to store address of member.
Foreign key AreaId integer(5) Used to store area code.
Foreign key Designationid Integer(5) Used to store designation id.
Foreign key Messageid Varchar(100) Used to store message.
Table:-Customer
Primary key:- Cid
Foreign key:- Areaid , Designationid, Messageid
Key Field name Data type Description
Primary key Operatorid Integer() Used to store operator id.
Name Varchar(15) Used to store operator name
Contact Varchar(50) Used to display the contact.
DOR Date() Used to store date of
registration.
DOJ Date() Used to display the date of
join.
DOL Date() Used to display the date of last
seen
Vcount Integer() Used to counts the number of
visits
IsAuthenticate Bit() Used to display the status of
authentication.
Foreign key Messageid Varchar(100) Used to store message.
Table:-Operator
Primary key:- Operatorid
Foreign key:-Messageid
Key Field name Data type Description
Primary key Salesmanid integer(5) Used to store salesman id.
Uname Varchar(20) Used to store salesman user name.
Pwd Varchar(15) Used to store salesman password.
Fname Varchar(20) Used to store salesman first name.
Lname Varchar(20) Used to store salesman last name.
DOJ Date() Used to display the date of join.
DOL Date() Used to display the date of last seen
Vcount Integer() Used to counts the number of visits
IsAuthenticate Bit() Used to display the status of
authentication.
Foreign key Messageid Varchar(100) Used to store message.
Table:-Salesman
Primary key:- salesmanid
Foreign key:-Messageid
Key Field name Data type Description
Primary key Productid integer(5) Used to store product id.
Name Varchar(20) Used to store product name.
Price integer(10,3) Used to store product price.
Actualprice Integer() Used to store the actual price of product
Offersprice Integer() Used to store the offers price of product.
Image Varchar(20) Used to store product image.
Is display Boolean Used to display the product or not.
Foreign key Categoryid Number(5) Used to store category id.
Table:-product
Primary key:- productid
Foreign key:- Categoryid
Key Field name Data type Description
Primary
key
Categoryid integer(5) Used to store
category id
Name Varchar(15) Used to store
category name
Image Varchar(15) Used to store
category image
Table:-Category
Primary key:- Categoryid
Key Field name Data type Description
Primary key Orderssid integer(5) Used to store order id.
Order date Date() Used to store order date.
DOR Date() Used to store the date of request
DOO Date() Used to store the date of order
Notes Varchar(25) Used to add some descripting notes
Foreign key Memberid integer(5) Used to store member identification.
Foreign key SalesmanId integer(5) Used to store salesman
identification.
Foreign key Osid Integer() Used to store order status id
Table:-Orderss
Primary key:- orderid
Foreign key:- memberid , salesmanid , osid
Key Field name Data type Description
Primary key OrderdetailId integer(5) Used to store order
detail Id.
Quantity integer(5) Used to store quantity
of order.
Foreign key OrderId integer(5) Used to store order Id.
Foreign key ProductId integer(5) Used to store product
id.
Table:-Orderdetail
Primary key:- orderdetailid
Foreign key:- orderid , productid
Key Field name Data type Description
Primary key Osid Integer() Used to
store order
status id.
Ostatus Varchar(15) Used to store
order status
Table:-Orderstatus
Primary key:- Osid
Key Field name Data type Description
Primary
key
Areaid integer(5) Used to store
area id.
Areaname Varchar(20) Used to store
area name.
Table:-Area
Primary key:- Areaid
Key Field name Data type Description
Primary key Designationid Integer() Used to store
designation id.
Name Varchar(15) Used to store
designation
name.
Table:-Designation
Primary key:- Designationid
Key Field name Data type Description
Primary key Messid Integer() Used to store message id.
To Varchar(15) Used to store receiver name
From Varchar(15) Used to store sender name
Description Varchar(160) Used to store message description
DOM Date() Used to store date of message
Table:Message
Primary key:- Messageid
Table:Stock
Primary key:- Stockid
Foreignkey:-productid
Key Field name Data type Description
Primary key Stockid Integer() Used to store stock id.
Stockdetail Varchar(15) Used to store stock details
Stockdate Date() Used to store stock date
QOH Integer() Used to store the quantity on hand
Reorder Integer() Used to reorder the stock
Foreign key Productid Integer() Used to display product id.
Key Field name Data type Description
Primary key Meatypeid Integer() Used to measure
type id.
Meatypename Varchar(15) To measure type
name.Kg,gram,etc.
Table:Measuretype
Primary key:- Measuretyprid
Table:Feedback
Primary key:- Feedbackid
Foreignkey:-Memberid , Operatorid
Key Field name Data type Description
Primary key Feedbackid integer(5) Used to store feedback id
Feedbackdescription Varchar(200) Used to store feedback of
members
Foreign key Memberid integer(5) Used to store member id
Feedbackdate Date() Used to store the date of
feedback given by members
Foreign key Operatorid Integer(5) Used to store operator id.
Table:Balance
Primarykey:- Balanceid
Foreignkey:-Memberid
Key Field name Data type Description
Primary key Balanceid integer(5) Used to store balance id
Foreign key Memberid integer(5) Used to store member id
Balance integer(8,3) Used to store balance price
Online Vegetable Selling project Presentation

More Related Content

What's hot

Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)
Krishna Mohan Shakya
 
Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
Smit Patel
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srs
SM Nurnobi
 
Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
Chirag Thaker
 
My ppt
My pptMy ppt
My ppt
Aman Jain Aj
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
'Ashmeet Sehgal'
 
e-commerce web development project report (Bookz report)
e-commerce web development project report (Bookz report)e-commerce web development project report (Bookz report)
e-commerce web development project report (Bookz report)
Mudasir Ahmad Bhat
 
grocery management system
grocery  management systemgrocery  management system
grocery management system
pujithaboggarapu
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping System
Kusum Sankhala
 
Online Food Ordering System Presentation
Online Food Ordering System PresentationOnline Food Ordering System Presentation
Online Food Ordering System Presentation
RohanRajMudvari
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering System
Ankita Jangir
 
[[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
YogeshDhamke2
 
ONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPMONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPM
Aantariksh Developers
 
E-commerce project presentation by manoar
E-commerce project presentation by manoarE-commerce project presentation by manoar
E-commerce project presentation by manoar
Tarik Manoar
 
Grocery app aj
Grocery app ajGrocery app aj
Grocery app aj
Amita Jain
 
Grocery Station- Database Management System Project
Grocery Station- Database Management System ProjectGrocery Station- Database Management System Project
Grocery Station- Database Management System Project
Tapan Desai
 
Final Year Project of Online Food Ordering System
Final Year Project of Online Food Ordering SystemFinal Year Project of Online Food Ordering System
Final Year Project of Online Food Ordering System
SidraShehbaz
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project Presentation
ZT MESH
 
Online Shopping System [SE]
Online Shopping System  [SE]Online Shopping System  [SE]
Online Shopping System [SE]
Ch Fahadi
 

What's hot (20)

Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)Online Shopping Full Project Presentation (20 slides)
Online Shopping Full Project Presentation (20 slides)
 
Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srs
 
Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
 
My ppt
My pptMy ppt
My ppt
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Ppt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STOREPpt on ONLINE BOOK STORE
Ppt on ONLINE BOOK STORE
 
e-commerce web development project report (Bookz report)
e-commerce web development project report (Bookz report)e-commerce web development project report (Bookz report)
e-commerce web development project report (Bookz report)
 
grocery management system
grocery  management systemgrocery  management system
grocery management system
 
Online Shopping System
Online Shopping SystemOnline Shopping System
Online Shopping System
 
Online Food Ordering System Presentation
Online Food Ordering System PresentationOnline Food Ordering System Presentation
Online Food Ordering System Presentation
 
Online Food Ordering System
Online Food Ordering SystemOnline Food Ordering System
Online Food Ordering System
 
[[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
 
ONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPMONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPM
 
E-commerce project presentation by manoar
E-commerce project presentation by manoarE-commerce project presentation by manoar
E-commerce project presentation by manoar
 
Grocery app aj
Grocery app ajGrocery app aj
Grocery app aj
 
Grocery Station- Database Management System Project
Grocery Station- Database Management System ProjectGrocery Station- Database Management System Project
Grocery Station- Database Management System Project
 
Final Year Project of Online Food Ordering System
Final Year Project of Online Food Ordering SystemFinal Year Project of Online Food Ordering System
Final Year Project of Online Food Ordering System
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project Presentation
 
Online Shopping System [SE]
Online Shopping System  [SE]Online Shopping System  [SE]
Online Shopping System [SE]
 

Similar to Online Vegetable Selling project Presentation

Warranty management system
Warranty management systemWarranty management system
Warranty management systemMoin Raza Khan
 
Book a-snapper
Book a-snapperBook a-snapper
Book a-snapper
Mehul jadav
 
Product inventory system
Product inventory systemProduct inventory system
Product inventory system
Huzaifa Al Noor
 
Mota - Mims Metadata Documentation
Mota - Mims Metadata DocumentationMota - Mims Metadata Documentation
Mota - Mims Metadata Documentation
Gregory Weiss
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
Smit Patel
 
Practical guide to SQL basics
Practical guide to SQL basicsPractical guide to SQL basics
Practical guide to SQL basics
Pavani Ganti
 
Purpose of project web based billing system
Purpose of project web based billing systemPurpose of project web based billing system
Purpose of project web based billing systemanandapadmanaban
 
Online rto management system
Online rto management system Online rto management system
Online rto management system
DigneshPrajapati1
 
Base tables for order to cash
Base tables for order to cashBase tables for order to cash
Base tables for order to cash
pranav kumar verma
 
procurement database model -documentation-draft-20150515
procurement  database model -documentation-draft-20150515procurement  database model -documentation-draft-20150515
procurement database model -documentation-draft-20150515
Rawntech Mak
 
Alister Toma - Vancouver Residential Real Estate Developers
Alister Toma - Vancouver Residential Real Estate DevelopersAlister Toma - Vancouver Residential Real Estate Developers
Alister Toma - Vancouver Residential Real Estate Developers
Alister Toma
 
Project nilland
Project   nillandProject   nilland
Project nilland
Nguyen Duy Anh
 
A2Z gift shop
A2Z gift shopA2Z gift shop
A2Z gift shop
Pavan Meerwal
 
ppt_project_group_2.ppt amnd project report
ppt_project_group_2.ppt amnd project reportppt_project_group_2.ppt amnd project report
ppt_project_group_2.ppt amnd project report
sobanmoriwala1
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdf
Anvesh71
 
3.2. Process Order Info (Change the name ComponentModule .docx
3.2. Process Order Info (Change the name ComponentModule .docx3.2. Process Order Info (Change the name ComponentModule .docx
3.2. Process Order Info (Change the name ComponentModule .docx
gilbertkpeters11344
 
Lamar University - MISY 3310 Access ProjectPremiere Products.docx
Lamar University - MISY 3310 Access ProjectPremiere Products.docxLamar University - MISY 3310 Access ProjectPremiere Products.docx
Lamar University - MISY 3310 Access ProjectPremiere Products.docx
DIPESH30
 
Website for hospital information system patel mona s, patel sweety r
Website for hospital information system       patel mona s,   patel sweety rWebsite for hospital information system       patel mona s,   patel sweety r
Website for hospital information system patel mona s, patel sweety r
Chethan B L
 
Online reastaurant ordering managemant system
Online reastaurant ordering managemant systemOnline reastaurant ordering managemant system
Online reastaurant ordering managemant system
Preksha Thada
 

Similar to Online Vegetable Selling project Presentation (20)

Warranty management system
Warranty management systemWarranty management system
Warranty management system
 
Book a-snapper
Book a-snapperBook a-snapper
Book a-snapper
 
Product inventory system
Product inventory systemProduct inventory system
Product inventory system
 
Mota - Mims Metadata Documentation
Mota - Mims Metadata DocumentationMota - Mims Metadata Documentation
Mota - Mims Metadata Documentation
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Practical guide to SQL basics
Practical guide to SQL basicsPractical guide to SQL basics
Practical guide to SQL basics
 
Purpose of project web based billing system
Purpose of project web based billing systemPurpose of project web based billing system
Purpose of project web based billing system
 
AAZ Books Documentation
AAZ Books DocumentationAAZ Books Documentation
AAZ Books Documentation
 
Online rto management system
Online rto management system Online rto management system
Online rto management system
 
Base tables for order to cash
Base tables for order to cashBase tables for order to cash
Base tables for order to cash
 
procurement database model -documentation-draft-20150515
procurement  database model -documentation-draft-20150515procurement  database model -documentation-draft-20150515
procurement database model -documentation-draft-20150515
 
Alister Toma - Vancouver Residential Real Estate Developers
Alister Toma - Vancouver Residential Real Estate DevelopersAlister Toma - Vancouver Residential Real Estate Developers
Alister Toma - Vancouver Residential Real Estate Developers
 
Project nilland
Project   nillandProject   nilland
Project nilland
 
A2Z gift shop
A2Z gift shopA2Z gift shop
A2Z gift shop
 
ppt_project_group_2.ppt amnd project report
ppt_project_group_2.ppt amnd project reportppt_project_group_2.ppt amnd project report
ppt_project_group_2.ppt amnd project report
 
Database Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdfDatabase Management Systems Lab manual (KR20) CSE.pdf
Database Management Systems Lab manual (KR20) CSE.pdf
 
3.2. Process Order Info (Change the name ComponentModule .docx
3.2. Process Order Info (Change the name ComponentModule .docx3.2. Process Order Info (Change the name ComponentModule .docx
3.2. Process Order Info (Change the name ComponentModule .docx
 
Lamar University - MISY 3310 Access ProjectPremiere Products.docx
Lamar University - MISY 3310 Access ProjectPremiere Products.docxLamar University - MISY 3310 Access ProjectPremiere Products.docx
Lamar University - MISY 3310 Access ProjectPremiere Products.docx
 
Website for hospital information system patel mona s, patel sweety r
Website for hospital information system       patel mona s,   patel sweety rWebsite for hospital information system       patel mona s,   patel sweety r
Website for hospital information system patel mona s, patel sweety r
 
Online reastaurant ordering managemant system
Online reastaurant ordering managemant systemOnline reastaurant ordering managemant system
Online reastaurant ordering managemant system
 

Recently uploaded

Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
Delapenabediema
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
Bisnar Chase Personal Injury Attorneys
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
JezreelCabil2
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
goswamiyash170123
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
Celine George
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 

Recently uploaded (20)

Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
Top five deadliest dog breeds in America
Top five deadliest dog breeds in AmericaTop five deadliest dog breeds in America
Top five deadliest dog breeds in America
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
Landownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptxLandownership in the Philippines under the Americans-2-pptx.pptx
Landownership in the Philippines under the Americans-2-pptx.pptx
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdfMASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
MASS MEDIA STUDIES-835-CLASS XI Resource Material.pdf
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
How to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold MethodHow to Build a Module in Odoo 17 Using the Scaffold Method
How to Build a Module in Odoo 17 Using the Scaffold Method
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 

Online Vegetable Selling project Presentation

  • 1.
  • 3. EXISTING SYSTEM NEED FOR NEW SYSTEM HARDWARE & SOFTWARE SPECIFICATION FUNCTION SPECIFICATION BRIEF DESCRIPTION ABOUT MODULES SYSTEM FLOW ENTITY-RELATIONSHIP DIAGRAM DATA FLOW DIAGRAM DATA DICTIONARY Index
  • 4. ORGANIZATION PROFILE This site is for member who do not have enough time to purchase vegetable and fruits. Customer gets the freedom to buy organic and hygienic fruits and vegetables at their doorsteps as it becomes time saving for customers
  • 6. THESE DAY’S PEOPLE BUY VEGETABLES MANUALLY FROM MARKET, SHOPS, AND MALLS. IN MANUAL SYSTEM, CUSTOMER HAVE TO FACE MANY PROBLEMS LIKE BARGAINING, QUALITY, QUANTITY ETC. IT IS VERY TIME CONSUMING PROCESS AND CUSTOMER MUST HAVE TO TRAVEL FOR BUYING VEGETABLES. NEW ISSUES INFORMATION IS INFORM TO ALL CUSTOMER BY SALESMAN. EXISTING SYSTEM
  • 7.
  • 8. CUSTOMER BUY ORGANIC VEGETABLES ONLINE. CUSTOMER SHOULD GET ALERTS FOR VEGETABLES THEY ARE BUYING. CUSTOMER CAN BUY VEGETABLES WITH REASONABLE RATES AND DISCOUNTS. CUSTOMER GET INFORMATION OF LATEST OFFERS AND DIFFERENT SCHEMES OF OUR PRODUCTS. CUSTOMER GET THE PRODUCTS AT THEIR DOORSTEP. THIS SITE IS FOR MEMBERS WHO DO NOT HAVE ENOUGH TIME TO PURCHASE VEGETABLES AND FRUITS FROM PARTICULAR SHOP.
  • 9.
  • 10. Front End : Back End : Operating System : Hardware : Intel Core i5-430M processor 2 GB RAM 320 GB Hard Disk
  • 11.
  • 12. CLIENT SIDE HARDWARE CONFIGURATION:- PROCESSOR : INTEL® CORE PROCESSORS AND ABOVE VERSION RAM : 256 MB (MIN) HARD DISK : 64 GB (MIN) SOFTWARE CONFIGURATION:- OPERATING SYSTEM : WINDOW OS. WEB BROWSER : INTERNET
  • 14. Admin Login Manage Member Manage the list of products Manage category Manage price Manage area Manage Page Manage customers View order Manage Profile View reports. Message
  • 15. Operator Login View profile Edit profile Search customer View feedbacks Give task View task status Message Generate report and also view
  • 16. Customer Login Search the products Place order View history View balance Cancel order Give feedbacks Edit Profile. Message
  • 17. Salesman Login Edit profile Acknowledgement of task. View and create feedbacks. Message
  • 19. ADMIN CAN HANDLE ALL OVER THE SYSTEM LIKE EDIT, UPDATE AND DELETE THE DATA. ADMIN CAN APPROVE THE MEMBERSHIP OF CUSTOMER’S AND UPDATE LIST OF PRODUCTS. OPERATOR CAN SEARCH CUSTOMER, VIEW FEEDBACKS, VIEW TASK STATUS, MESSAGE, GENERATE REPORT AND ALSO VIEW. Admin Operator
  • 20. CUSTOMER CAN LOGIN THE WEBSITE AND ACCORDING TO PRICE AND DISCOUNT THEY CAN PLACE THE ORDER SALESMAN CAN SEE THE ORDER AND DELIVERED THAT ORDER AT THEIR DOORSTOP. Customer Salesman
  • 21. VISITOR CAN ONLY VISIT THE WEBSITE, AND VIEW BASIC PAGES. ORDER IS ONE TYPE OF SHOPPING CART AND SALESMAN CAN VIEW THE ORDER -DETAILS THAT HAVE BEEN PURCHASED BY CUSTOMER. Visitor Order
  • 22. TYPES OF VEGETABLES, GREEN VEGETABLES AND FRUITS OFFERS IS ONE TYPE OF SCHEMES TO ATTRACT THE CUSTOMER. IT IS WEEKLY AND DAILY. Product Offers
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 30.
  • 32.
  • 33.
  • 34.
  • 35.
  • 37.
  • 38.
  • 39.
  • 40. Key Field name Data type Description Primary key AdminId integer(5) Used to store admin. DOJ Date() Used to display the date of join. DOL Date() Used to display the date of last seen Vcount Integer() Used to counts the number of visits IsAuthenticate Bit() Used to display the status of authentication. Username Varchar(25) Used to store admin user name. password Varchar(15) Used to store admin password. Contact Varchar(25) Used to store admin contact. Email Varchar(50) Used to store admin email. Fname Varchar(20) Used to store admin’s first name Lname Varchar(20) Used to store admin’s last name. Foreign key Messageid Varchar(100) Used to store message. Table:-Admin Primary key:- AdminId Foreign key:-Messageid
  • 41. Key Field name Data Type Description Primary key Cid integer (5) Used to store customer id. Username Varchar(25) Used to store member username. Password Varchar(20) Used to store member password. Contact Varchar(10) Used to store the contact of member Email Varchar(20) Used to store the email of members Fname Varchar(15) Used to store member’s first name. Lname Varchar(15) Used to store member’s last name. DOR Date() Used to store date of registration. DOJ Date() Used to display the date of join. DOL Date() Used to display the date of last seen Vcount Integer() Used to counts the number of visits IsAuthenticate Bit() Used to display the status of authentication. Address Varchar(100) Used to store address of member. Foreign key AreaId integer(5) Used to store area code. Foreign key Designationid Integer(5) Used to store designation id. Foreign key Messageid Varchar(100) Used to store message. Table:-Customer Primary key:- Cid Foreign key:- Areaid , Designationid, Messageid
  • 42. Key Field name Data type Description Primary key Operatorid Integer() Used to store operator id. Name Varchar(15) Used to store operator name Contact Varchar(50) Used to display the contact. DOR Date() Used to store date of registration. DOJ Date() Used to display the date of join. DOL Date() Used to display the date of last seen Vcount Integer() Used to counts the number of visits IsAuthenticate Bit() Used to display the status of authentication. Foreign key Messageid Varchar(100) Used to store message. Table:-Operator Primary key:- Operatorid Foreign key:-Messageid
  • 43. Key Field name Data type Description Primary key Salesmanid integer(5) Used to store salesman id. Uname Varchar(20) Used to store salesman user name. Pwd Varchar(15) Used to store salesman password. Fname Varchar(20) Used to store salesman first name. Lname Varchar(20) Used to store salesman last name. DOJ Date() Used to display the date of join. DOL Date() Used to display the date of last seen Vcount Integer() Used to counts the number of visits IsAuthenticate Bit() Used to display the status of authentication. Foreign key Messageid Varchar(100) Used to store message. Table:-Salesman Primary key:- salesmanid Foreign key:-Messageid
  • 44. Key Field name Data type Description Primary key Productid integer(5) Used to store product id. Name Varchar(20) Used to store product name. Price integer(10,3) Used to store product price. Actualprice Integer() Used to store the actual price of product Offersprice Integer() Used to store the offers price of product. Image Varchar(20) Used to store product image. Is display Boolean Used to display the product or not. Foreign key Categoryid Number(5) Used to store category id. Table:-product Primary key:- productid Foreign key:- Categoryid
  • 45. Key Field name Data type Description Primary key Categoryid integer(5) Used to store category id Name Varchar(15) Used to store category name Image Varchar(15) Used to store category image Table:-Category Primary key:- Categoryid
  • 46. Key Field name Data type Description Primary key Orderssid integer(5) Used to store order id. Order date Date() Used to store order date. DOR Date() Used to store the date of request DOO Date() Used to store the date of order Notes Varchar(25) Used to add some descripting notes Foreign key Memberid integer(5) Used to store member identification. Foreign key SalesmanId integer(5) Used to store salesman identification. Foreign key Osid Integer() Used to store order status id Table:-Orderss Primary key:- orderid Foreign key:- memberid , salesmanid , osid
  • 47. Key Field name Data type Description Primary key OrderdetailId integer(5) Used to store order detail Id. Quantity integer(5) Used to store quantity of order. Foreign key OrderId integer(5) Used to store order Id. Foreign key ProductId integer(5) Used to store product id. Table:-Orderdetail Primary key:- orderdetailid Foreign key:- orderid , productid
  • 48. Key Field name Data type Description Primary key Osid Integer() Used to store order status id. Ostatus Varchar(15) Used to store order status Table:-Orderstatus Primary key:- Osid
  • 49. Key Field name Data type Description Primary key Areaid integer(5) Used to store area id. Areaname Varchar(20) Used to store area name. Table:-Area Primary key:- Areaid
  • 50. Key Field name Data type Description Primary key Designationid Integer() Used to store designation id. Name Varchar(15) Used to store designation name. Table:-Designation Primary key:- Designationid
  • 51. Key Field name Data type Description Primary key Messid Integer() Used to store message id. To Varchar(15) Used to store receiver name From Varchar(15) Used to store sender name Description Varchar(160) Used to store message description DOM Date() Used to store date of message Table:Message Primary key:- Messageid
  • 52. Table:Stock Primary key:- Stockid Foreignkey:-productid Key Field name Data type Description Primary key Stockid Integer() Used to store stock id. Stockdetail Varchar(15) Used to store stock details Stockdate Date() Used to store stock date QOH Integer() Used to store the quantity on hand Reorder Integer() Used to reorder the stock Foreign key Productid Integer() Used to display product id.
  • 53. Key Field name Data type Description Primary key Meatypeid Integer() Used to measure type id. Meatypename Varchar(15) To measure type name.Kg,gram,etc. Table:Measuretype Primary key:- Measuretyprid
  • 54. Table:Feedback Primary key:- Feedbackid Foreignkey:-Memberid , Operatorid Key Field name Data type Description Primary key Feedbackid integer(5) Used to store feedback id Feedbackdescription Varchar(200) Used to store feedback of members Foreign key Memberid integer(5) Used to store member id Feedbackdate Date() Used to store the date of feedback given by members Foreign key Operatorid Integer(5) Used to store operator id.
  • 55. Table:Balance Primarykey:- Balanceid Foreignkey:-Memberid Key Field name Data type Description Primary key Balanceid integer(5) Used to store balance id Foreign key Memberid integer(5) Used to store member id Balance integer(8,3) Used to store balance price