Inventory Management Application Overview

inls 623 i nventory m anagement a pplication n.w
1 / 15
Embed
Share

This content provides insights into an Inventory Management Application with a focus on tracking equipment loaned to employees in an IT department. It discusses the motivation behind the application, current tracking methods using MS Access Database, employee details, equipment information, business rules, and other relevant tables. The application aims to streamline inventory control processes efficiently. It includes details on the schedule and course overview for a related course on Database Application Development and Internet Applications. Additionally, it showcases a company, Moore's Electric, offering diverse services.

  • Inventory Management
  • Equipment Tracking
  • IT Department
  • Employee Details
  • Database Application

Uploaded on | 0 Views


Download Presentation

Please find below an Image/Link to download the presentation.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.

You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.

The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.

E N D

Presentation Transcript


  1. INLS 623 INVENTORY MANAGEMENT APPLICATION Instructor: Jason Carter

  2. SCHEDULE March 3 Database Application Development and Internet Applications March 17 Database Application Development and Internet Applications March 24 Stored Procedures....Calling Stored Procedures--Take home midterms March 31 Database Tuning and Indexing April 4th XML and Databases April 14th XML and Databases April 21st Open for possible speaker Take home exam March 24th

  3. MOORES ELECTRIC Electrical, HVAC, plumbing, piping, chillers, refrigeration, design/build, sales and services, technology, communications, controls, industrial maintenance, facilities management, and we offer 24-hour emergency service. http://www.mooreselectric.com/

  4. INVENTORY TRACKING APPLICATION Motivation Need to understand how much inventory they have in dollar value Need to know who has what equipment

  5. IT DEPARTMENT Tracks equipment loaned out to employees Equipment such as: PCs, monitors, printers, servers, software, cell phones, tablets Employees are loaned equipment for a specific period of time This time can be indefinite, until the employee is terminated How do they track it now?

  6. HOWDOTHEY TRACKIT NOW? MS Access Database

  7. EMPLOYEES First and last name Email Department Location Role

  8. DEPARTMENT name

  9. EQUIPMENT Manufacturer Model Serial (optional) Service tag (optional - only applicable to PCs) Asset tag # Cost

  10. OTHERTABLES? Need to provide ability to track check out

  11. BUSINESS RULES Only one employee per department Any type of equipment can be checked out There is an end date for all equipment checked out, even if its infinite The business has multiple locations One location per employee

  12. TYPESOF QUESTIONS THEY WANT TO ANSWER Given a user, what equipment do they have? How many of a certain piece of equipment do we have (sum and detail)? Total dollar value in equipment Who has checked what out and for how long? Who is overdue and by how many days? 3. How much total equipment is checked out?

  13. YOUR TASKS Determine what is wrong with the MS Access DB. Design a database in MySQL that meets all Normal Form requirements Create HTML web forms with PHP code that allows an administrator to insert, update, delete, and select information from each table Use a three tiered architecture Stored Procedures XLST Tune the database (Querying and Indexing) Create an XML Database

  14. STEPS Determine what is wrong with current database Create new database that adheres to normal form Create HTML Forms that allow users to enter information into database Create PHP code that interacts with database Create SQL Code Use Stored Procedures Tune the Database Create XML form of database

  15. PRACTICE Specify Primary Keys Specify Foreign Keys Show EER Diagram

More Related Content