report

5
CS443 Term Project Online Book Store System By Vijayeandra Parthepan - 800664034 Naresh Kumar Tota Abhinandan Reddy Mamidi ABSTRACT: Online Book Store consists of a web site that stores the details of all the books in a book store and customers can login and order the books they are interested in. There are two kinds of users here, namely Manager and Customer. A Manager will maintain the database by performing actions such as check the stock, add, delete, modify and order the books if the number of books is less than the threshold. A customer, can search the book by book title and order the books if they are interested in and ship it by ground shipping or express shipping.

Upload: vijayeandra-parthepan

Post on 27-Jun-2015

277 views

Category:

Documents


0 download

DESCRIPTION

Data

TRANSCRIPT

Page 1: Report

CS443 Term Project

Online Book Store System

By

Vijayeandra Parthepan - 800664034

Naresh Kumar Tota

Abhinandan Reddy Mamidi

ABSTRACT: Online Book Store consists of a web site that stores the details of all the books in a book store and customers can login and order the books they are interested in.

There are two kinds of users here, namely Manager and Customer. A Manager will maintain the database by performing actions such as check the stock, add, delete, modify and order the books if the number of books is less than the threshold. A customer, can search the book by book title and order the books if they are interested in and ship it by ground shipping or express shipping.

The order is made using some assumptions of variables such as a auto generated customer order number, that keeps track of the order made by the customers. The quantity of the book is deducted from the database, once it is shipped to a user.FUTURE WORK:

There may be lot of improvements made in the system, such as the security options, improved user interface and pop up windows.

Page 2: Report

Technology Used:

• Web site design tool: Adobe Dreamweaver CS4• Code standard:

HTML, PHP• Server:

Apache• Database:

MYSQL

Page 3: Report

ER Diagram:

Page 4: Report

ER mapping: