Texas Tech Company Database & Program Design Sabrina Chen Yen Kuang Chuang Krishna Prasad.

Slides:



Advertisements
Similar presentations
Study On Intelligent E-Shopping System Based On Data Mining
Advertisements

Introducing SysAid 5.1 New Features. 12/ 2 Content New Knowledgebase and FAQ abilities Improved Search Additional protocols Improved history and.
HCI SEMESTER PROJECT PROJECTS  Project #2 (due 2/20)  Find an interface that can be improved  Interview potential clients  Identify an HCI concept.
PantherSoft Financials 9.2 Fundamentals Office of the Controller
Customer Mobile Application Proposal For ROCHE PHARMACEUTICAL BEMAS Technologies Ltd, 2014:
TNT CO OF CALIFORNIA Footwear International Trading System Course : CS491B Software Design Lab Professor: Chengyu Sun Student : Ya-Chi Liu Date : 12/03/2004.
WRAP Technical Support System Project Update AoH Call October 19, 2005.
 An easy way to automate all functionalities of the employees of Company.  Provides full functional reports to management of Company.  Committed to.
Robert Bell Anthony Helms Amanda Hollingsworth Seth Johnson Tiffany Pike Andrew Withem.
Web Self Service Take Home Message Web Self Service gives CRM information access to assigned non-CRM users.
Lesson 7 Guide for Software Design Description (SDD)
Module 4: Systems Development Chapter 13: Investigation and Analysis.
 ABSTRACT  COMPANY PROFILE  PROJECT PROFILE  INTRODUCTION  PROJECT MANAGEMENT  MODEL USED  SCHEDULING  RISK MANAGEMENT  SYSTEM REQUIREMENT SPECIFICATION.
September 20, 2015 Viewing and Editing Offices. Lesson Overview: Viewing and Editing Offices September 20, USA2  In this lesson we will cover:
Group Members Krishna C Kandala Guruprasad Ramachandra Shweta Satish.
1 Database Systems: Design, Implementation, and Management CHAPTER 6 Database Design.
Copyright © 2007, Oracle. All rights reserved. Managing Concurrent Requests.
Introduction + Track Time is a enterprise grade web based software with robust features to simplify Time.
Design. Stages of Design i.Nature of the solution 1.Agreed set of objectives 2.Output design 3.Input design 4.Data Flow Diagram 5.System Flowchart 6.Data.
MS Access Tour Sesión # 6. MS Access Tour Database Management System (DBMS): An application software that allows users to create, manipulate, and change.
Chapter 10 Information Systems Analysis and Design
Okinawa International Hotel Management System. Overview Currently at the Okinawa International hotel, routine procedures like; vacant room inquiry, reservation.
LOGO 2 nd Project Design for Library Programs Supervised By Dr: Mohammed Mikii.
Near East University Department of Computer Engineering E-COMMERCE FOR LAPTOPS SELLING COMPANY Abdul Halim Abu Kuwaik
Mr C Johnston ICT Teacher BTEC IT Unit 06 - Lesson 03 Choosing A Programming Language.
Arnold Geraldo Designing and Making of The Online Auction Website Using CakePHP Framework.
ART ENTERPRISE NANCY DEWI ORIAN PRICE REZA PASANDIDEH FAN ZHANG SITA ADI.
Online Tech Support Web Forum For F.B.I.S.D By: Team X-Velocity.
Office Automation Application Software. Application Programs Software for specific purposes or business uses Word processors, spreadsheets, database,
Salini Kokatam Vasavi Bolaram Ashwini Shamirpet Kishore Reddy.
TRW Code Updates for WCRS Document Activity ERD, EAR Changes December, 2006 Highlights: TRW Automotive December, 2006 TRW Automotive December, 2006 Auto.
Computer Concepts 2014 Chapter 10 Information Systems Analysis and Design.
Mama's Love Bakery Employee and Supplier Record Tracker Co, Roxanne De Leon, Gelvin Dela Cruz, Shannen Rose Haw, Michael.
TieFlow Process Editor CAPSTONE TEAM # 2 03/04/2009CSCI Spring 2009.
CTP210 TERM PROJECT
Microsoft Virtual Academy. STANDARDIZATION SELF SERVICEAUTOMATION Give Customers of IT services the ability to identify, access and request services.
1 CMPT 275 High Level Design Phase Modularization.
The techniques involved in systems analysis Explanation of a feasibility study:Explanation of a feasibility study: –economic, –legal, –technical, –time.
Foundation Degree IT Project Milestone 2: Research and Analysis.
CISB113 Fundamentals of Information Systems IS Development.
Texas Tech Company Sabrina Chen Krishna Prasad Yen Kuang Chuang.
FriendFinder Location-aware social networking on mobile phones.
FriendFinder Location-aware social networking on mobile phones.
ESM – Enterprise Skills Management Dashboard Operations.
Mansoor Iqbal Deepthi Atluri Nawaz Ikram.  The system should allow new users to register, create their accounts and place the order for internet/VOiP.
Group Members: Beckie Hicks, Dustin Kneese & John Petter ABC Homes.
Elevator Example.
EMPLOYEE MANAGEMENT SCHEDULING SYSTEM Rockstar Solutions.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Online Reimbursement Management System Group Members: Clint Schramek Lawrence Brown Junior Bowen Data Flow Diagrams.
Texas Tech Company Data Flow Diagram
When the program is first started a wizard will start to setup your Lemming App. Enter your company name and owner in the fields designated “Company Name”
Scheduler CSE 403 Project SDS Presentation. What is our project? We are building a web application to manage user’s time online User comes to our webpage.
1 CEPT portal and family websites: An overview October 2011 CEPT portal: Committee sites: ECO site
Topic 2 – Techniques involved in Systems Analysis Unit 1 – Database Analysis and Design Advanced Higher Information Systems St Kentigern’s Academy.
Online Reimbursement Management System Group Members: Clint Schramek Lawrence Brown Junior Bowen Data Flow Diagrams.
That is certainly certainly where an good computer system restore tech can be purchased in. Each time a computer system features crashed or maybe observed.
Fun Finder Christopher Fitzner. Operational Concepts Find Relative Locations from yourself to other mobile client users and points of interest (POI) in.
HOW TO REPAIR INCREDIMAIL ERRORS?. Overview  IncrediMail is one of the desktop-based programs which allocate you to share newsletter messages.
Phase Three: Data Modeling and Program Design
MADAM HAZWANI BINTI RAHMAT
Database Management Systems
تحلیل سیستم‌ها مدل‌سازی پردازشی.
Business Technical Solutions
Vayunandan Kumar Konakalla
Business Requirements
Rauf Gadar Timucin Albayrak
Texas Pipe and Supply Presentation #3.
(System Development Life Cycle)
Presentation transcript:

Texas Tech Company Database & Program Design Sabrina Chen Yen Kuang Chuang Krishna Prasad

Background Texas Tech Company is an information technology services company Texas Tech makes software for their clients with the desired feature and function Necessary hardware are also made for the particular software

Requirements Create a user friendly web bases system Easy navigation User should be able to describe the problem in detail A self help option where user could probably fix the problem on his/her own Display various commonly occurring problems that the user can choose from User should be notified about the submission of the request User should be notified if request is delegated User should be able to modify, cancel an already created request

System Concept

Context Diagram

Level 0 DFD

Level 1 DFD

Level 2 DFD – Report Processing

Structure Chart

E-R Diagram

Physical Design Request_History(Req_ID, Emp_ID,Tech_ID, Req_desc, Req_Status) Employee (Emp_ID,Comp_ID, Emp_Lname, Emp_Fname, Emp_DOB, Emp_Phone) Reserve_Emp ( ResComp_ID, Emp_ID, AssignDate_From, AssignDate_To) Request (Req_ID, Emp_ID, Req_Details, Req_Date, Req_Status) Repair_Repn_Req (Repn_ID, Req_ID) Solution(Sol_ID, Tech_ID, Sol_Time, Sol_Date) Reserve_Comp(ResComp_ID,ResComp_Name, ResComp_RAM, ResComp_HardDisk, ResComp_OS) Repair_Repn(Repn_ID, Repn_Lname, Repn_Fname, Repn_DOB, Repn_Phone) Repn_Tech(Tech_ID, Repn_ID, Req_ID) Technician(Tech_ID, Tech_Lname, Tech_Fname, Tech_DOB, Tech_Phone) Tech_ReserveComp(Tech_ID, ResComp_ID, Emp_ID) CompHist_Tech(CompHist_ID, Tech_ID, Date_Closed,Seviarity) Comp_Hist(CompHist_ID, Comp_ID, Comp_Hist) Computer_Data(Comp_ID,Emp_ID, Comp_Name, Comp_RAM, Comp_HardDisk, Comp_OS)

Request Form

QUESTIONS ???