Download presentation
Presentation is loading. Please wait.
Published byPeter Owens Modified over 9 years ago
1
DESIGNED BY AMIT KUMAR DUTTA(0405071) FAHIAN AHMED(0405072)
2
ABSTRACT This project is about management of book shops online. Online book shop system handles most of the functionality present in a real world online shop. This project is aimed to provide scopes to the book stores of our country to maintain, advertise and sell books online.
3
FUNCTIONAL OVERVIEW CUSTOMER FUNCTIONS FUNCTIONS MANAGER FUNCTIONS FUNCTIONS
4
CUSTOMER FUNCTIONS Login first. (Needs registration). Can select any branch of the shop. Can select any number of books into cart. Remove books from cart before submitting order (if necessary). Cash On Delivery system.
5
CUSTOMER FUNCTIONS SEARCHING CAN SEARCH BOOKS BY ISBN TITLE AUTHOR PUBLISHER CATEGORY
6
MANAGER FUNCTION Manager controls all the branches of the shop. Needs to login with manager account to configure database. Can insert,delete,update database. Can process and cancel orders ordered by customer Can compute profit and loss between any time interval. Can give special offers,discounts etc.
7
Customer can share their views. Customer can share their views. Can order for books that are currently not available at the book shop. Can order for books that are currently not available at the book shop. Manager can reply. Manager can reply. Customer can share their views. Customer can share their views. Can order for books that are currently not available at the book shop. Can order for books that are currently not available at the book shop. Manager can reply. Manager can reply. COMMUNICATION CORNER
8
The proposed project is presented with E-R diagram, Entity sets and Schemas in following section
9
ENTITY SETS BOOK ISBNPublisher id Category Edition Price AUTHOR NameAuthor id Title
10
ENTITY SETS(CONT.) WRITTEN BY PUBLISHER ISBNAuthor id Publisher id Name
11
ENTITY SETS(CONT.) SHOP ENTRY INFO Shop id Shop name AddressPhn no Shop idEntry id Date Quantity ISBN
12
ENTITY SETS(CONT.) STOCK Shop id Price ISBN Entry date Total entry Total disposed
13
ENTITY SETS(CONT.) DISPOSE OF Shop id Dispose id ISBN Customer id Dispose date CUSTOMER Customer idAddress Name Phn no Password
14
ENTITY SETS(CONT.) ORDER ORDER BOOK Order idCustomer id ISBN Shop id Order id Quantity Price
15
ENTITY SETS(CONT.) MESSAGE Customer comment Manager comment Message id
16
ENTITY SETS(CONT.) ORDER PROCESSED ORDER CANCELLED CUSTOMERID TOTALBOOKS TOTALPRICE CUSTOMERIDTOTALBOOKS TOTALPRICE
17
Book Written by Author ISBN Author id Published by Publisher id Publisher Stock Shop Shop id Order book Order Order by Customer Customer id Order id Disposed by Disposed no Entry by Entry info Entry no Dispose of E-R DIAGRAM
18
ORDER ISA ORDER PROCESSED ORDER CANCELLED MESSEGE E-R DIAGRAM MESSEGEID
19
All schemas at a glance :: 1.book(isbn,publisherid(fk),title,category,price,edition) 2.author(authorid,name) 3.writtenby(isbn(fk),authorid(fk)) 4.publisher(publisherid,name) 5.shop(shopid,shopname,address,phone) 6.stock(shopid(pk,fk),isbn(pk,fk),price,totalentry,entrydate,totaldisposed) 7.entryinfo(shopid(pk,fk),isbn(pk,fk),entryid(pk),date,quantity) 8.disposeinfo(shopid(pk,fk),isbn(pk,fk),disid(pk),customerid,disdate) 9.customer(id,pass,name,address,phone) 10.order(orderid,customerid) 11.orderbook(shopid(pk,fk),isbn(pk,fk),orderid,quantity,price) 12.orderprocessed(customerid,totalbooks,totalprice) 13.ordercancelled(customerid,totalbooks,totalprice) 14.message(messageid,customercomment,managercomment)
20
TECHNICAL OVERVIEW
21
Concluding Remarks: We will try our level best to implement the project in due time.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.