File Tracking System-Applications of Computer Sciences-Project Presentation, Slides of Applications of Computer Sciences

This presentation is for final year project to complete degree in Computer Science. It emphasis on Applications of Computer Sciences. It was supervised by Ambalika Virochan at Bengal Engineering and Science University. It includes: Project, Introduction, File, Tracking, System, Schedule, Progress, FTS, Navigation, Map, Future, Work

Typology: Slides

2011/2012

Uploaded on 07/18/2012

padmavati
padmavati 🇮🇳

4.6

(24)

154 documents

1 / 41

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
1
Outline
Project Introduction
Project Schedule
Project Progress
Problems
Conclusion
FTS Navigation Map
Future Work
References
Questions
docsity.com
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23
pf24
pf25
pf26
pf27
pf28
pf29

Partial preview of the text

Download File Tracking System-Applications of Computer Sciences-Project Presentation and more Slides Applications of Computer Sciences in PDF only on Docsity!

1

Outline

 Project Introduction

 Project Schedule

 Project Progress

 Problems

 Conclusion

 FTS Navigation Map

 Future Work

 References

 Questions

2

Project Introduction

File Tracking System (FTS) is a software being developed to computerize the process of “File Processing” within an organization.

The File Tracking System will provide functionalities like creating a file, tracking location of file, sending reminders, generating alerts, adding comments, reactivating file etc.

4

 Attach Reference Document

 Track File

 View History

 Generate and View Alerts

 View File

 Sign Out

Design and Implementation of Functionalities

5

Functionality Attach Reference Document

 Functionality “ Attach Reference Document ” allow user to attach reference document with the file.

 The attachment can be made while creating a file or while adding comments to a file.

 The reference_attachment table stores information about the reference document while mark table keeps record of relationship between ref_id and a file.

7

Attach Reference Document GUI

8

Functionality “Track File”

 The functionality “Track File” allow user to locate where file is currently being processed and by whom.

 File can be traced using File Id or File Name.

10

“Track File” GUI

11

“Track File” GUI

13

Functionality “View History”

 The functionality allow user to view history of file processing i.e. the list providing information of all users by whom the file was processed.

 In order to view file history, File Name or File Id is required.

14

“View History” Flow Chart

Click at “History” Button

Enter File name / File ID

Check bothFilename File ID fields are& Empty

Yes

File exists^ Check

No

Display the history of file tillthe last mark

Yes

No File name/File ID is incorrect^ Display message:

Enter File name / File ID

16

“View History” GUI

17

Functionality “Generate and View Alerts”

 File alerts are generated when a file is marked.  The purpose of this functionality is to inform user that a file is marked to him/her for processing.  Generated Alert is displayed on Home Page.  Eeeksoft Namespace is used to generate Alert. <%@ Register TagPrefix="cc1“Namespace="EeekSoft.Web" Assembly="EeekSoft.Web.PopupWin" %>  Received Alerts can be viewed on a separate web page.  Open Attribute in Mark Table

19

Set popup window Hide After property to 10000 Set popup window property visible as true To View Received Alerts : In the Page Load event handler of View Alert Page : If Page is not posted back then Fill the List Get Dataset Bind Dataset End If To Fill List: Clear List Create and Initialize Command Builder Open Connection Create and Initialize Reader

Generate and View Alerts Pseudo code contd..

 Set popup window visibility time

 To View received Alerts, Set Connection to the database.

20

Do While Reader Reads Create item of type Radio Button List Add item to list Loop Close Reader Close Connection To Get Dataset : Create connection Create Adapter Create and Initialize Command Builder Open Connection Create New Dataset Populate Dataset with data Close Connection

Generate and View Alerts Pseudo code contd..

Read mark info of file having Open field is equal to zero  Populate related data into Radio Button list