SlideShare uma empresa Scribd logo
1 de 61
Presentation On:

Online Book Store
Index
Definition
Project Profile
Feasibility Report
Key Features
Risk Analysis

Data Flow Diagram
Entity Relationship Diagram
Flow Chart
Data Dictionary
Screen Shots

Modules

Thank You [ EXIT ]
Definition






This is online book shopping site.
By which user can put details of books and
user can search it, can be member of site,
buy online books, and see other related
books of same author or same category.
User can view online book detail from
anywhere through internet and purchase it
with payment from PayPal and credit card.
Home
Project Profile


Project Title

:- Online Book Store System



Developed At :- Orange Web Technology

Developed By:Smit Patel
Home
Feasibility Report
HARDWARE




Processor
RAM
HDD

:
:
:

Intel P4 or Above 2.5Ghz
512 MB RAM or Above
80 GB or Above

SOFTWARE





OS
Frontend
Backend
Web Browser

:
:
:
:

Windows 2000/2003/XP or Next
ASP. Net 2.0
SQL Server 2000
Internet Explorer/ Mozilla/ Fire fox

Home
Tools To Be Used


Frontend Tools:ASP.Net 2.0



Backend Tools:SQL Server 2000
Key Features










Many types of categories are available in our site.
User can search books subject wise or author wise.
User can add books to his wish list which he want
to purchase later.
One can send page as email to his friend.
Information is displayed on latest released books.
One can take information about future releasing
books.
User can give book reviews.
Key Features








User can give comments and ratings on
particular book.
User can see other user’s favorite subject in
other user’s wish list.
We have shown the complete collection of
particular book. As example: - Harry Potter’s 9
books collection.
In recommended item member can enter book
name which he/she not found in our site.
Home
Risk Analysis








If item is not in stock, then we provide information
that “this particular book is not available for some
days”, so member can add that item in
recommended item.
We gradually give notification about member’s order
status by email. Still if member not get order in
delivery time due to some reason then we give
information to member by telephone about that.
If price, which we are provide for particular books is
changed and yet we have not updated it then
,during that time any member buys those books, we
will
charge them for displayed price only.
Home
Modules


Home



Shopping Cart



Admin



User



Help



Contact Us
Home


Search



Most Popular Subjects



Top Authors



Top New Releases



Complete Collections



Customer Reviews
Shopping Cart


No. of items



List of Books with price



Total Amount



Payments



Remove from cart
Admin


Login Form



Category manager



Product manager



User Manager



Help manager



Feedback manager



Change Password



Author management
User


Login Form



Books in my wish list



Items in my shopping cart



My orders
Help


Payments & Returns



Privacy Policy



Help / FAQ
Contact Us


Bulk order inquiry



Undelivered orders



Company information



Sell us new books

Home
Data Flow Diagram (DFD)
Context Diagram
Oth Level Diagram
1st Level Diagram (ADMIN)
1st Level Diagram (USER)
2nd Level Diagram (ADMIN)
2 Level Diagram (USER)
nd

Home
Entity Relationship Diagram (ERD)
Home
Flow Chart
Home
Data Dictionary
Table Name
Description
Field name

: tbl_bk
: This table contains all information about books.

Data type

Size

Desc.

Pk /Fk

bk_id

Integer

7

This field is created to generate index for the book
table.

PK

bk_name

Varchar

50

Name of the book.

cate_id

Integer

5

Id of the category to which book belongs.

FK

author_id

Integer

5

Id of the author of the book

FK

bk_price

Float

8,2

Price of the book

qty

Integer

5

Number of books available

comp_coll

Integer

1

If book is complete collection then its value is 1 and
0 otherwise.

recent

Integer

1

If book is sold recently then its value is 1 and 0
otherwise.

latest

Integer

1

If book is latest then its value is 1 and 0 otherwise.

Discount

Integer

2

Discount on the book.

bk_img

Image

1

Image of the book.
Table Name: tbl_cate
Description: This table contains all the categories (Subjects) of the books.

Field Name

Date Type

Size

Description

cate_ID

integer

5

This field contain category ID.

cate_name

varchar

50

PK/FK

This field contain category name.

Table Name:
Description:
Field Name

PK

tbl_author
This table contains all the authors of whom books are available.

Date Type

Size

Description

author_ID

integer

5

This field contain author ID.

author_name

varchar

50

This field contain author name.

PK/FK
PK
Table Name:
Description:
Field Name

tbl_admin_login
This table contains all the login details of admin.

Date Type

Size

Description

admin_id

Integer

2

This field contains admin ID.

admin_uname

varchar

50

This field contains admin username.

admin_pass

varchar

50

This field contain admin password.

admin_sec_que

varchar

200

This field contains admin password recovery
secret question.

admin_sec_ans

varchar

50

This field contains admin password recovery
secret question’s answer.

PK/FK
PK
Table Name:
Description:
Field Name

tbl_user_login
This table contains all the login details of users.

Date Type

Size

Description

PK/FK

user_login_ID

integer

8

This field contains user login ID.

PK

user_ID

integer

8

This field contains user ID.

FK

user_uname

varchar

50

This field contains username of all users.

user _pass

varchar

50

This field contain user password.

user _sec_que

varchar

200

This field contains user password recovery
secret question.

user _sec_ans

varchar

50

This field contains user password recovery
secret question’s answer.
Table Name:
Description:
Field Name

tbl_user_reg
This table contains all the information about user.

Date Type

Size

Description

user_ID

integer

8

This field contains user ID.

user_fname

varchar

50

This field contains user’s first name.

user _init

varchar

1

This field contains user’s middle name or
initial.

user _ lname

varchar

50

This field contains user’s last name.

user_gen

varchar

6

This field contains user’s gender.

user _add

varchar

200

This field contains user’s permanent
address.

user_city

varchar

50

This field contains user’s city.

user_pin

integer

6

This field contains city pincode.

user_state

varchar

50

This field contains user’s state.

user_country

varchar

50

This field contains user’s country.

user_emailID

varchar

200

This field contains user’s email Address.

user_phone

number

20

This field contains user’s phone no.

PK/FK
PK
Table Name:
Description:
Field Name
user_ID
book_ID

This table contains wish list.

Date
Type
integer
integer

Table Name:
Description:
Field Name

tbl_wish_list

Size
8
7

Description
This field contains user ID.
This field contains the ID of the
book in the wish list.

PK/FK
FK
FK

tbl_help
This table contains help content

Date
Type

Size

Description

help_ID

Integer

5

This field contains ID of help
content.

help_content

varchar

50

This field contain s help content

PK/FK
PK
Table Name:
Description:

tbl_query

Field Name

Date
Type

This table contains queries sent by users.

Size

query_ID
Query_que

integer
varchar

4
200

Query_ans

varchar

200

Description
This field contains ID of the query.
This field contains the question of
query sent by user.
This field contains the Answers of
query sent by user.

PK/FK
PK

Table Name: tbl_order
Description: This table contains order detail.
Field Name

Date Type

Size

Description

PK/FK

order_ID

integer

8

This field contains the order number.

user_ID

integer

8

This field contains ID of the user who is
purchasing books.

FK

book_ID

integer

7

This field contains the ID of the book that
you want to purchase.

FK

qty

Integer

5

This field contains the quantity of book
that you want to purchase.

FK

Home
Bibliography
Name of Book




System Analysis and Design
ASP.Net 2.0
Database System Concepts

Author
Shelly Cashman Series
Black Book
Peter Rob & Carlos Coronel

Website Referred







www.amazon.com
www.flipcart.com
www.GPOUSGovernment Bookstore.com
www.nbcindia.com
www.infibeam.com
www.openbooksystem.com
Screen Shots
Home Page part - 1
Home Page part - 2
Home Page part - 3
Book Detail
All Authors and Categories
All Authors and Categories
Admin Login
Admin forgot password
Admin forgot password
Admin Work
Author Manager
Category Manager
User Login
User forgot password
User forgot password
New User
New User
Help & FAQ
Contact Us
Contact Us
Contact Us

Home
Thank You…

From:Smit Patel

Mais conteúdo relacionado

Mais procurados

Book Shop Management System
Book Shop Management SystemBook Shop Management System
Book Shop Management SystemMuhammadRifat12
 
Online Book Store Project Presentation by Moin Khan & Sejda E Jannat
Online Book Store Project Presentation by Moin Khan & Sejda E JannatOnline Book Store Project Presentation by Moin Khan & Sejda E Jannat
Online Book Store Project Presentation by Moin Khan & Sejda E JannatSejdaEJannat
 
e commerce project report,E-Commerce,Eshop,report
e commerce project report,E-Commerce,Eshop,reporte commerce project report,E-Commerce,Eshop,report
e commerce project report,E-Commerce,Eshop,reportBabluAgrahari
 
Book Selling Website Report
Book Selling Website ReportBook Selling Website Report
Book Selling Website ReportSaloni Bajaj
 
online Book Selling.pptx
online Book Selling.pptxonline Book Selling.pptx
online Book Selling.pptxshivantGupta1
 
E-Commerce website IT project PPT
E-Commerce website IT project PPTE-Commerce website IT project PPT
E-Commerce website IT project PPTMD HAFIZ
 
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
 
Library management system
Library management systemLibrary management system
Library management systemwethecodershelp
 
e-commerce web site project
e-commerce web site projecte-commerce web site project
e-commerce web site projectMahmudul Hasan
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMSHasibul Haque Hira
 
Library Management Project Presentation
Library Management Project PresentationLibrary Management Project Presentation
Library Management Project PresentationSanket Kudalkar
 
Final Presentation on Online Library Management
Final Presentation on Online Library ManagementFinal Presentation on Online Library Management
Final Presentation on Online Library ManagementSneha Yadav
 
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
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project PresentationZT MESH
 
Library management system
Library management systemLibrary management system
Library management systemParesh Gosavi
 

Mais procurados (20)

Online bookshop
Online bookshopOnline bookshop
Online bookshop
 
Book Shop Management System
Book Shop Management SystemBook Shop Management System
Book Shop Management System
 
Online Book Store Project Presentation by Moin Khan & Sejda E Jannat
Online Book Store Project Presentation by Moin Khan & Sejda E JannatOnline Book Store Project Presentation by Moin Khan & Sejda E Jannat
Online Book Store Project Presentation by Moin Khan & Sejda E Jannat
 
e commerce project report,E-Commerce,Eshop,report
e commerce project report,E-Commerce,Eshop,reporte commerce project report,E-Commerce,Eshop,report
e commerce project report,E-Commerce,Eshop,report
 
Book Selling Website Report
Book Selling Website ReportBook Selling Website Report
Book Selling Website Report
 
online Book Selling.pptx
online Book Selling.pptxonline Book Selling.pptx
online Book Selling.pptx
 
Online second hand book store project report
Online second hand book store project reportOnline second hand book store project report
Online second hand book store project report
 
E-Commerce website IT project PPT
E-Commerce website IT project PPTE-Commerce website IT project PPT
E-Commerce website IT project PPT
 
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)
 
Online shopping Project
Online shopping Project Online shopping Project
Online shopping Project
 
Online book shop
Online book shopOnline book shop
Online book shop
 
ONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPMONLINE SHOPPING SYSTEM -SEPM
ONLINE SHOPPING SYSTEM -SEPM
 
Library management system
Library management systemLibrary management system
Library management system
 
e-commerce web site project
e-commerce web site projecte-commerce web site project
e-commerce web site project
 
Library Management System - LMS
Library Management System - LMSLibrary Management System - LMS
Library Management System - LMS
 
Library Management Project Presentation
Library Management Project PresentationLibrary Management Project Presentation
Library Management Project Presentation
 
Final Presentation on Online Library Management
Final Presentation on Online Library ManagementFinal Presentation on Online Library Management
Final Presentation on Online Library Management
 
E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)E-commerce (System Analysis and Design)
E-commerce (System Analysis and Design)
 
E commerce website Project Presentation
E commerce website Project PresentationE commerce website Project Presentation
E commerce website Project Presentation
 
Library management system
Library management systemLibrary management system
Library management system
 

Destaque

Bookstore powerpoint
Bookstore powerpointBookstore powerpoint
Bookstore powerpointNick Holt
 
Online Shop Project Report
Online Shop Project ReportOnline Shop Project Report
Online Shop Project ReportJayed Imran
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specificationKrishnasai Gudavalli
 
Online Shopping Presentation
Online Shopping PresentationOnline Shopping Presentation
Online Shopping Presentationamanda-schmid
 
Online Shopping System PPT
Online Shopping System PPTOnline Shopping System PPT
Online Shopping System PPTsomarka
 
Online shopping ppt by rohit jain
Online shopping ppt by rohit jainOnline shopping ppt by rohit jain
Online shopping ppt by rohit jainRohit Jain
 
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
 
Online shopping presentation
Online shopping presentationOnline shopping presentation
Online shopping presentationpobr0702
 
Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month projectGinne yoffe
 

Destaque (9)

Bookstore powerpoint
Bookstore powerpointBookstore powerpoint
Bookstore powerpoint
 
Online Shop Project Report
Online Shop Project ReportOnline Shop Project Report
Online Shop Project Report
 
Software requirements specification
Software  requirements specificationSoftware  requirements specification
Software requirements specification
 
Online Shopping Presentation
Online Shopping PresentationOnline Shopping Presentation
Online Shopping Presentation
 
Online Shopping System PPT
Online Shopping System PPTOnline Shopping System PPT
Online Shopping System PPT
 
Online shopping ppt by rohit jain
Online shopping ppt by rohit jainOnline shopping ppt by rohit jain
Online shopping ppt by rohit jain
 
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)
 
Online shopping presentation
Online shopping presentationOnline shopping presentation
Online shopping presentation
 
Online shopping report-6 month project
Online shopping report-6 month projectOnline shopping report-6 month project
Online shopping report-6 month project
 

Semelhante a Online Book Store

Library Management System.ppt
Library Management System.pptLibrary Management System.ppt
Library Management System.pptMohitDhande3
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation Smit Patel
 
Project Portfolio
Project PortfolioProject Portfolio
Project Portfolionnnhlinh
 
E book management system
E book management systemE book management system
E book management systemBarani Tharan
 
Net Portfolio Shade
Net Portfolio ShadeNet Portfolio Shade
Net Portfolio Shadefolageshin
 
Genevieve De La Cruz .Net Portfolio
Genevieve De La Cruz .Net PortfolioGenevieve De La Cruz .Net Portfolio
Genevieve De La Cruz .Net Portfoliogenevievedelacruz
 
Esps book proposal form
Esps   book proposal formEsps   book proposal form
Esps book proposal formauthors boards
 
It's Not You. It's Your Data Model.
It's Not You. It's Your Data Model.It's Not You. It's Your Data Model.
It's Not You. It's Your Data Model.Alex Powers
 
library management system PHP
 library management system PHP  library management system PHP
library management system PHP reshmajohney
 
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxBUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxhumphrieskalyn
 
Final Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaFinal Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaSharath Raj
 

Semelhante a Online Book Store (20)

Book store ppt
Book store pptBook store ppt
Book store ppt
 
Library Management System.ppt
Library Management System.pptLibrary Management System.ppt
Library Management System.ppt
 
BMS PPT.pptx
BMS PPT.pptxBMS PPT.pptx
BMS PPT.pptx
 
BMS PPT.pptx
BMS PPT.pptxBMS PPT.pptx
BMS PPT.pptx
 
Lis Presentation
Lis PresentationLis Presentation
Lis Presentation
 
Library management system presentation
Library management system presentation Library management system presentation
Library management system presentation
 
Auction Portal
Auction PortalAuction Portal
Auction Portal
 
Project Portfolio
Project PortfolioProject Portfolio
Project Portfolio
 
E book management system
E book management systemE book management system
E book management system
 
AAZ Books Documentation
AAZ Books DocumentationAAZ Books Documentation
AAZ Books Documentation
 
Net Portfolio Shade
Net Portfolio ShadeNet Portfolio Shade
Net Portfolio Shade
 
Genevieve De La Cruz .Net Portfolio
Genevieve De La Cruz .Net PortfolioGenevieve De La Cruz .Net Portfolio
Genevieve De La Cruz .Net Portfolio
 
Proyecto Libreria Iztaccihuatl
Proyecto Libreria IztaccihuatlProyecto Libreria Iztaccihuatl
Proyecto Libreria Iztaccihuatl
 
Esps book proposal form
Esps   book proposal formEsps   book proposal form
Esps book proposal form
 
It's Not You. It's Your Data Model.
It's Not You. It's Your Data Model.It's Not You. It's Your Data Model.
It's Not You. It's Your Data Model.
 
MY FIRST PPT
MY FIRST PPTMY FIRST PPT
MY FIRST PPT
 
library management system PHP
 library management system PHP  library management system PHP
library management system PHP
 
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docxBUSI 301 Book Review RubricScoreCommentsResearch 25.docx
BUSI 301 Book Review RubricScoreCommentsResearch 25.docx
 
Final Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-SticaFinal Year Project BCA Presentation on Pic-O-Stica
Final Year Project BCA Presentation on Pic-O-Stica
 
Final_DBMS_Project4
Final_DBMS_Project4Final_DBMS_Project4
Final_DBMS_Project4
 

Mais de Smit Patel

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management systemSmit Patel
 
Time card system
Time card systemTime card system
Time card systemSmit Patel
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender SystemSmit Patel
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation Smit Patel
 
System development project document
System development project documentSystem development project document
System development project documentSmit Patel
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management systemSmit Patel
 
Hospital management
Hospital managementHospital management
Hospital managementSmit Patel
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservationSmit Patel
 

Mais de Smit Patel (12)

Restaurent management system
Restaurent management systemRestaurent management system
Restaurent management system
 
Time card system
Time card systemTime card system
Time card system
 
City Portal
City PortalCity Portal
City Portal
 
E-Tender System
E-Tender SystemE-Tender System
E-Tender System
 
Air ticket reservation system presentation
Air ticket reservation system presentation Air ticket reservation system presentation
Air ticket reservation system presentation
 
System development project document
System development project documentSystem development project document
System development project document
 
Manufacturing and sales management system
Manufacturing and sales management systemManufacturing and sales management system
Manufacturing and sales management system
 
Hospital management
Hospital managementHospital management
Hospital management
 
Hr management
Hr managementHr management
Hr management
 
Real Estate
Real Estate Real Estate
Real Estate
 
Online Bus ticket reservation
Online Bus ticket reservationOnline Bus ticket reservation
Online Bus ticket reservation
 
Jdbc
JdbcJdbc
Jdbc
 

Último

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...anjaliyadav012327
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...Pooja Nehwal
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 

Último (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
JAPAN: ORGANISATION OF PMDA, PHARMACEUTICAL LAWS & REGULATIONS, TYPES OF REGI...
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...Russian Call Girls in Andheri Airport Mumbai WhatsApp  9167673311 💞 Full Nigh...
Russian Call Girls in Andheri Airport Mumbai WhatsApp 9167673311 💞 Full Nigh...
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 

Online Book Store

  • 2. Index Definition Project Profile Feasibility Report Key Features Risk Analysis Data Flow Diagram Entity Relationship Diagram Flow Chart Data Dictionary Screen Shots Modules Thank You [ EXIT ]
  • 3. Definition    This is online book shopping site. By which user can put details of books and user can search it, can be member of site, buy online books, and see other related books of same author or same category. User can view online book detail from anywhere through internet and purchase it with payment from PayPal and credit card. Home
  • 4. Project Profile  Project Title :- Online Book Store System  Developed At :- Orange Web Technology Developed By:Smit Patel Home
  • 5. Feasibility Report HARDWARE    Processor RAM HDD : : : Intel P4 or Above 2.5Ghz 512 MB RAM or Above 80 GB or Above SOFTWARE     OS Frontend Backend Web Browser : : : : Windows 2000/2003/XP or Next ASP. Net 2.0 SQL Server 2000 Internet Explorer/ Mozilla/ Fire fox Home
  • 6. Tools To Be Used  Frontend Tools:ASP.Net 2.0  Backend Tools:SQL Server 2000
  • 7. Key Features        Many types of categories are available in our site. User can search books subject wise or author wise. User can add books to his wish list which he want to purchase later. One can send page as email to his friend. Information is displayed on latest released books. One can take information about future releasing books. User can give book reviews.
  • 8. Key Features     User can give comments and ratings on particular book. User can see other user’s favorite subject in other user’s wish list. We have shown the complete collection of particular book. As example: - Harry Potter’s 9 books collection. In recommended item member can enter book name which he/she not found in our site. Home
  • 9. Risk Analysis     If item is not in stock, then we provide information that “this particular book is not available for some days”, so member can add that item in recommended item. We gradually give notification about member’s order status by email. Still if member not get order in delivery time due to some reason then we give information to member by telephone about that. If price, which we are provide for particular books is changed and yet we have not updated it then ,during that time any member buys those books, we will charge them for displayed price only. Home
  • 11. Home  Search  Most Popular Subjects  Top Authors  Top New Releases  Complete Collections  Customer Reviews
  • 12. Shopping Cart  No. of items  List of Books with price  Total Amount  Payments  Remove from cart
  • 13. Admin  Login Form  Category manager  Product manager  User Manager  Help manager  Feedback manager  Change Password  Author management
  • 14. User  Login Form  Books in my wish list  Items in my shopping cart  My orders
  • 16. Contact Us  Bulk order inquiry  Undelivered orders  Company information  Sell us new books Home
  • 20. 1st Level Diagram (ADMIN)
  • 22. 2nd Level Diagram (ADMIN)
  • 23. 2 Level Diagram (USER) nd Home
  • 25. Home
  • 27.
  • 28.
  • 29. Home
  • 31. Table Name Description Field name : tbl_bk : This table contains all information about books. Data type Size Desc. Pk /Fk bk_id Integer 7 This field is created to generate index for the book table. PK bk_name Varchar 50 Name of the book. cate_id Integer 5 Id of the category to which book belongs. FK author_id Integer 5 Id of the author of the book FK bk_price Float 8,2 Price of the book qty Integer 5 Number of books available comp_coll Integer 1 If book is complete collection then its value is 1 and 0 otherwise. recent Integer 1 If book is sold recently then its value is 1 and 0 otherwise. latest Integer 1 If book is latest then its value is 1 and 0 otherwise. Discount Integer 2 Discount on the book. bk_img Image 1 Image of the book.
  • 32. Table Name: tbl_cate Description: This table contains all the categories (Subjects) of the books. Field Name Date Type Size Description cate_ID integer 5 This field contain category ID. cate_name varchar 50 PK/FK This field contain category name. Table Name: Description: Field Name PK tbl_author This table contains all the authors of whom books are available. Date Type Size Description author_ID integer 5 This field contain author ID. author_name varchar 50 This field contain author name. PK/FK PK
  • 33. Table Name: Description: Field Name tbl_admin_login This table contains all the login details of admin. Date Type Size Description admin_id Integer 2 This field contains admin ID. admin_uname varchar 50 This field contains admin username. admin_pass varchar 50 This field contain admin password. admin_sec_que varchar 200 This field contains admin password recovery secret question. admin_sec_ans varchar 50 This field contains admin password recovery secret question’s answer. PK/FK PK
  • 34. Table Name: Description: Field Name tbl_user_login This table contains all the login details of users. Date Type Size Description PK/FK user_login_ID integer 8 This field contains user login ID. PK user_ID integer 8 This field contains user ID. FK user_uname varchar 50 This field contains username of all users. user _pass varchar 50 This field contain user password. user _sec_que varchar 200 This field contains user password recovery secret question. user _sec_ans varchar 50 This field contains user password recovery secret question’s answer.
  • 35. Table Name: Description: Field Name tbl_user_reg This table contains all the information about user. Date Type Size Description user_ID integer 8 This field contains user ID. user_fname varchar 50 This field contains user’s first name. user _init varchar 1 This field contains user’s middle name or initial. user _ lname varchar 50 This field contains user’s last name. user_gen varchar 6 This field contains user’s gender. user _add varchar 200 This field contains user’s permanent address. user_city varchar 50 This field contains user’s city. user_pin integer 6 This field contains city pincode. user_state varchar 50 This field contains user’s state. user_country varchar 50 This field contains user’s country. user_emailID varchar 200 This field contains user’s email Address. user_phone number 20 This field contains user’s phone no. PK/FK PK
  • 36. Table Name: Description: Field Name user_ID book_ID This table contains wish list. Date Type integer integer Table Name: Description: Field Name tbl_wish_list Size 8 7 Description This field contains user ID. This field contains the ID of the book in the wish list. PK/FK FK FK tbl_help This table contains help content Date Type Size Description help_ID Integer 5 This field contains ID of help content. help_content varchar 50 This field contain s help content PK/FK PK
  • 37. Table Name: Description: tbl_query Field Name Date Type This table contains queries sent by users. Size query_ID Query_que integer varchar 4 200 Query_ans varchar 200 Description This field contains ID of the query. This field contains the question of query sent by user. This field contains the Answers of query sent by user. PK/FK PK Table Name: tbl_order Description: This table contains order detail. Field Name Date Type Size Description PK/FK order_ID integer 8 This field contains the order number. user_ID integer 8 This field contains ID of the user who is purchasing books. FK book_ID integer 7 This field contains the ID of the book that you want to purchase. FK qty Integer 5 This field contains the quantity of book that you want to purchase. FK Home
  • 38. Bibliography Name of Book    System Analysis and Design ASP.Net 2.0 Database System Concepts Author Shelly Cashman Series Black Book Peter Rob & Carlos Coronel Website Referred       www.amazon.com www.flipcart.com www.GPOUSGovernment Bookstore.com www.nbcindia.com www.infibeam.com www.openbooksystem.com
  • 44. All Authors and Categories
  • 45. All Authors and Categories