16
Designing an Inventory Database System CS489 Research Project in Computer Science John Ahigian Advisor: Dr. Wang

Designing an Inventory Database System

  • Upload
    sanam

  • View
    39

  • Download
    0

Embed Size (px)

DESCRIPTION

Designing an Inventory Database System. CS489 Research Project in Computer Science John Ahigian Advisor: Dr. Wang. Project Goal. The project goal: to design a real time inventory database online. - PowerPoint PPT Presentation

Citation preview

Page 1: Designing an Inventory     Database System

Designing an Inventory Database System

CS489 Research Project in Computer Science John Ahigian Advisor: Dr. Wang

Page 2: Designing an Inventory     Database System

Project Goal

The project goal: to design a real time inventory database online.

Online Store in HTML / PHP (Hypertext Preprocessor) / and MYSQL

My website can help business owner(s) in two or more different locations keep a product inventory in sync.

Page 3: Designing an Inventory     Database System

Online Inventory

Managerial Administrative Options

Functions: Adding Products Removing Products Edit Product Search Displaying Current Inventory

Page 4: Designing an Inventory     Database System

Project Overview

Basic Overview of Project

CS489_Independent_Research_Files3 main HTML Files

zeus.vwc.edu/~jhahigian40+ Files

HTML / PHP FilesDirectories: /store /images

Store13 Main / Files

over 10+ files in 4 Directories

Images14 (.png's / .jpg's / .gif's)

Public_Html

PHP File

HTML Store Directory /Images

Page 5: Designing an Inventory     Database System
Page 6: Designing an Inventory     Database System
Page 7: Designing an Inventory     Database System

My Database

Product / Description

Cost

Quantity

Page 8: Designing an Inventory     Database System
Page 9: Designing an Inventory     Database System

SSH

SSH (secure file transfer) is what you need to use in order to maintain your directories and files on zeus.

FTP updated files and over write them in the public_html directory.

Coded in HTML and PHP to communicate with the database written in MySQL.

Page 10: Designing an Inventory     Database System
Page 11: Designing an Inventory     Database System

Why an Online Store?

Manager and Staff

Best way to show Inventory real time in order for business to run properly

Customers can see Manager / Staff changes instantly after being edited

Page 12: Designing an Inventory     Database System

Searching for Products

Manager / Staff can search by vendor name separated with a hyphen.

Customers can search by brand name or product

(Inventory entered in already) Apple, Hardware, Software, Phones, Cameras (etc.)

Page 13: Designing an Inventory     Database System

Conclusion

Online Store is best way to prove an Inventory Database works because you need one.

My Inventory Database that is managed by staff can be accessed privately by them

Publishes real time for customers to see updates.

Added mailing list database for subscribers

Check it out!

Page 14: Designing an Inventory     Database System

My Workspace

Page 15: Designing an Inventory     Database System
Page 16: Designing an Inventory     Database System