Presentation is loading. Please wait.

Presentation is loading. Please wait.

ASP Production Data Entry and Management

Similar presentations


Presentation on theme: "ASP Production Data Entry and Management"— Presentation transcript:

1 ASP Production Data Entry and Management
EET 499 Final Project By Ian Gass

2 Project Goals Secure Enter Production Data Manage Production Data
Manage User Accounts

3

4

5 Login.asp Main( ) InvalidPassword( ) FailedMustWait( ) LoginOK( )

6

7 DailyLogEntry.asp Used to enter production data Procedures
Includes CommonFunctions.inc Main( ) Calls VerificationForm( ) Calls WriteToDB( ) Calls LoggedOn( )

8

9 DailyLogAdmin.asp Used to manage the production data Procedures
Includes CommonFunctions.inc Calls LoggedOn( ) Sends results to Results.asp in URL

10

11

12 Results.asp Displays results from the search created on DailyLogAdmin.asp Creates links to EditRecord.asp and DeleteRecord.asp

13

14 EditRecord.asp Get RecordID from URL
Opens database and selects the record Displays the contents of the record Saves changes

15

16 DeleteRecord.asp Get RecordID from URL
Verifies that the user wants to delete the selected record Removes the record from the table

17

18

19 AddUser.asp Checks if new user already exists Adds to user table
Checks for duplicate username Checks first name and last name Adds to user table

20 EditUser.asp Opens the table and retrieves record
Displays form with fields filled in Writes any changes that were made

21 DeleteUser.asp Opens the table and retrieves record
Verifies that the user wants to remove the selected record Removes the record from the database.


Download ppt "ASP Production Data Entry and Management"

Similar presentations


Ads by Google