

































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
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
1 / 41
This page cannot be seen from the preview
Don't miss anything!


































1
2
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
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