Scenario: Law Office Management System / Law (Legal) Practice Management System

Size: px
Start display at page:

Download "Scenario: Law Office Management System / Law (Legal) Practice Management System"

Transcription

1 Scenario: Law Office Management System / Law (Legal) Practice Management System Software is to be developed for Law Office Management / Law Practice Management using which people can find lawyer s on the internet. There may be the lawyers or the clients who have their cases registered in the court. This website provides facility for the lawyers to have all its previous details of all the registered cases stored in the database along with the details of the next judgment day for that particular case. Hence, at the time of referring the case again, he can check the previous details and can also plan for the future judgment. This application would be having four types of accessibilities. They are: Admin accessibility, Lawyer side accessibility, Client side accessibility, User accessibility. Admin Accessibility: An Admin in this project can make the entries of the lawyers who register with the website. Only after a lawyer is registered by the admin, he can further carry out his tasks with his clients. For the first time a lawyer registers himself, he gets an id and password which he uses throughout the time. Lawyer side accessibility: A Lawyer can register his clients and can store all the case details of his clients in the database. He has the previous details of the case which can help him plan for the further evaluation of the case. Also the cases that have been completed accidentally (due to withdrawal, death, etc), or those have been solved by him are stored in the database which he can use as a reference for the future cases. Client side accessibility: A client can see his case details and all the transactions carried out during the case. He can also find out new lawyers through this website. User/Visitor accessibility: New visitors can also visit this site and find lawyers online by viewing the details of the lawyers available in the website and selecting the one best suited for them. They can do this by simply entering their valid name and ids. Every time a non-member logs in, he has to enter his name and id in a valid format. They do not need to pay anything for this. Design SRS, Use Case Diagrams, DFDs, CFDs, ER Diagrams, Activity Diagrams, State Diagrams, Sequence Diagrams, Class Diagrams and Data Dictionary for this scenario. Radhika N. Kotecha Page 1

2 Software Requirement Specification Law Practice Management System Radhika N. Kotecha Version: 1.0 Radhika N. Kotecha Page 2

3 1. Introduction This section describes the purpose, scope and an overview of the entire system. 1.1 Purpose: The current scenario used by the lawyers in maintaining heavy file works for keeping the records of their cases. Online Law Practice Management System is a new website for people to find lawyers via use of internet and also for the lawyers and clients to maintain a record of the cases they are dealing with. Now a day, court cases are out merging everywhere. A lot of people need to contact their lawyers regularly or find appropriate lawyers for their cases. The goal of the project is to provide a flexible way to the people to fulfill their requirements. The admin of the website can register different Lawyers and each lawyer can in turn register his/clients. The lawyers and clients can work out with their cases. This site provides a flexible way for lawyers and clients to handle their cases in a well-formatted way online through any part of the world. Also, new users can find lawyers online according to their needs. 1.2 Scope: In-Scope: Scope of this application is limited in a way that only the admin can register lawyers for this website and only lawyers can register their clients. Further, the lawyer can maintain details of his client s cases. Clients who are registered by the lawyer can view their case details as entered and managed by the lawyer. Using this website, non-member users can also find profiles of different lawyers registered with this website. Out-of-Scope: Registration of a lawyer by himself or registration of a client by himself is out of scope of this system. Making payments to lawyers by the clients is also out of scope of the system. 1.3 Overview: The rest of this SRS is organized as follows: Section 2 gives an overall description of the software. It gives what level of proficiency is expected of the user, who will be using the system, some assumptions and dependencies of the system. Section 3 gives specific functional requirements which the software is expected to deliver. Section 4 describes the interface requirements whereas Non-functional requirements are listed in Section 5. The costing of the software is given in Section 6. The definitions, acronyms, and abbreviations and the user screens are given in section 7. Radhika N. Kotecha Page 3

4 2. General Description This section describes the product perspective, user characteristics, principal actors and the assumptions and dependencies of the system. 2.1 Product Perspective: LPMS is aimed towards finding lawyers via use of internet and also for the lawyers and clients to maintain a record of the cases they are dealing with. LPMS should be user-friendly and quick to learn so that all the clients can use it. 2.2 Principal Actors: The website has 4 principal actors: 1. Admin 2. Lawyer 3. Client 4. Visitor 2.3 User Characteristics: The admin must be having hands-on knowledge of the computer as he has to manage the entire website. He can either be the developer of the website or an authority who has hired a software developer to maintain the website on his behalf. The person using the website as a lawyer must be a computer literate and a member of the website. Also, he should be a qualified lawyer. The clients should also be computer literate and should be having their cases submitted to at least one of the lawyers registered with the system. 2.4 Assumptions and Dependencies: Full working of LPMS is dependent on the availability of Internet connection. The details of the client s cases are as entered by the lawyer and gets updated only when the lawyer updates it. It is assumed that all the case-transaction related contents posted by the lawyers is true, however, the software is a stand-alone website managed by the admin and registered lawyers. No part of the website is dependent on or is concerned with the websites of any court. Only the lawyers shall be responsible for the contents they have posted. It is also assumed that all the lawyers who want to register with this website contact the admin and provide the proof of their identity, all outside the scope of the software. Further, it is assumed that that the clients have registered themselves to the lawyers out of the club. It is also assumed that payment is done explicitly. Radhika N. Kotecha Page 4

5 3. Functional Requirements This section describes different functional requirements of the system in terms of the functions/features the system should provide. 1. Login for Admin (by Admin) 2. Registration of Lawyer (by Admin) 3. Update details of Lawyers (by Admin) 4. Delete Lawyer (by Admin) 5. Login for Lawyer (by Lawyer) 6. Registration of Clients (by Lawyer) 7. Update details of Clients (by Lawyer) 8. Delete Client (by Lawyer) 9. Add case details of Clients (by Lawyer) 10. Update case details of Clients (by Lawyer) 11. Delete Cases of Clients (by Lawyer) 12. Login for Client (by Client) 13. View/ Download Case Details (by Client) 14. Registration as Visitor of Website (by Any New User) 15. Finding Lawyers (by a registered Visitor) After being logged in, an admin in this project can make the entries of the lawyers who register with the website, can update details of lawyers or delete a lawyer. Only after a lawyer is registered by the admin, he can further carry out his tasks with his clients. For the first time a lawyer registers himself, he gets an id and password from the admin which he uses throughout the time. After being logged in, a lawyer can register his clients, update client s details, delete a client and can store all the case details of his clients in the database. He has the previous details of the case which can help him plan for the further evaluation of the case. Also the cases that have been completed accidentally (due to withdrawal, death, etc), or those have been solved by him are stored in the database which he can use as a reference for the future cases. A lawyer can also update the case details of his clients and can also delete some cases if desired. After being logged in, a client can see his case details and all the transactions carried out during the case. He can also find out new lawyers through this website. New visitors can also visit this site and find lawyers online by viewing the details of the lawyers available in the website and selecting the one best suited for them. They can do this by simply entering their valid name and ids (i.e. by registering themselves). Every time a non-member logs in, he has to enter his name and id in a valid format. They do not need to pay anything for this. By default, a list of all the lawyers registered with the website appears. Radhika N. Kotecha Page 5

6 Out of these lawyers, specific lawyers can be searched based on the city of lawyers or by searching based on their names and photographs. 4. Interface Requirements This section describes different interface requirements of the system: 4.1 Hardware Interface Requirements: Wireless Ethernet Card for internet connectivity. 4.2 Software Interface Requirements: Web Browser such as Internet Explorer 7.0 or later, Mozilla Firefox or any browser. 4.3 External Interface Requirement (GUI Requirements): One way to search lawyers can be by selecting a city and getting list of all the lawyers available in that city. Court-type can also be mentioned with this. Other way is where photographs along with the names of all the available Lawyers should appear while any user searches for lawyers. More information about a lawyer can be obtained by clicking his/her photograph. Appendix shows the intended user screen. 5. Non-Functional Requirements The non- functional requirements of the system are as follow: 4.1 Performance Requirements: 90% of the responses should be within 2 sec, except for downloading the entire case history for which more time is acceptable. 4.2 Security: Data containing information regarding client s case should be secured against malicious deformations. 4.3 Reliability/Fault Tolerance: Data should not become corrupted in case of system crash or power failure. 4.4 Maintainability: The system should be having high maintainability in terms of correctness, adding new functionalities and should be highly adaptive. Radhika N. Kotecha Page 6

7 NOTE: You can add other non-functional requirements. A list of some common nonfunctional requirements with their meanings is as follow: 1. Security Confidentiality extent to which data and processes are protected from unauthorized disclosure Integrity extent to which data and processes are protected from unauthorized modification Availability extent to which data and processes are protected from denial of service to authorized users, its 24x7 availability if hosted on WWW 2. Reliability Non-deficiency degree to which application does not contain undetected defects Fault tolerance degree to which software will continue to work without system failure that would cause damage to users data 3. Maintainability Corrective - finding and fixing faults Adaptive Modifying Software for a changed environment. New functionality is added, rewrite documentation or comments, renaming a variable or routine 4. Portability Hardware Independence degree to which application does not depend on specific HW requirements Software Independence degree to which application does not depend on specific SW environments 5. Reusability Generality extent to which application can be reused across applications Self Descriptiveness ease with which a application component can be understood and used Radhika N. Kotecha Page 7

8 6. Costing The whole system with all other supporting components can be packaged and easily deployed to server. The system uses Microsoft SQL Server Express edition, which comes for FREE from Microsoft. The system does not need any exclusive packaging or any other amenities. So the cost of the application can be really very low while providing so many great features. It costs for web space where it is being to deploy as well as for the domain name which it requires. 7. Appendices 7.1 Acronyms and Abbreviations: LPMS: Law Practice Management System. SRS: Software Requirements Specification. WWW: World Wide Web. GUI: Graphical User Interface. 7.2 Definitions: Case Transaction: A case transaction consists of data/results of the court hearing corresponding to a date of hearing along with a sequence number per hearing. Interface Design/User Screens: The diagrams below show the outline of the main user screens. Figure 1: Admin Login Form Radhika N. Kotecha Page 8

9 Figure 2: New Member Creation Page Figure 3: Modify Lawyer Detail Page Radhika N. Kotecha Page 9

10 Figure 4: User Login Page Figure 5: Page for finding a Lawyer Radhika N. Kotecha Page 10

11 Figure 6: New Client Entry Form Figure 7: Client Case Detail Form Radhika N. Kotecha Page 11

12 List of Tables: Table Name Table Description tbl_admin This table stores the username and passwords of administrators. tbl_lawyer_master This table stores the whole detail of lawyer with username and password. tbl_client_master This table stores the detail of client with username and password. tbl_case_master This table stores the name, id and type of the case which is uploaded by the lawyer. tbl_case_transaction This table stores the detail of the case and also stores the status of it. tbl_user_master This table stores the information about the visitor of the website. tbl_admin:- Attribute Datatype Constraint UserName Password varchar(15) varchar(15) tbl_lawyer_master:- Attribute Datatype Constraint L_Id Int Primary Key L_Name varchar(30) Not Null L_Quali varchar(30) Not Null L_Type varchar(10) Not Null L_Address varchar(200) L_City varchar(30) Not Null L_ _ID varchar(50) Not Null L_Photo image L_Mobile_No varchar(15) L_Court_Type varchar(20) L_Lic_No varchar(30) Not Null L_Assoc_Member char(1) Default N L_Exp varchar(20) User_Name varchar(20) Not Null Password varchar(20) Not Null Radhika N. Kotecha Page 12

13 tbl_client_master:- Attribute Datatype Constraint L_Id Int Foreign Key references Lawyer Master C_Id Int Primary Key C_Name varchar(30) Not Null C_Address varchar(200) C_City varchar(30) Not Null C_ varchar(50) Not Null C_Contact_No varchar(15) Not Null C_Gender char(1) M or F C_Age char(1) User_Name varchar(10) Not Null Password varchar(10) Not Null tbl_case_master:- Attribute Datatype Constraint Case_Id int Primary Key L_Id int Foreign Key references Lawyer Master C_Id int Foreign Key references Client Master C_Type varchar(10) Not Null C_Name varchar(50) Not Null C_OPP_Name varchar(50) Not Null C_Detail varchar(max) C_St_Date datetime Not Null C_Status varchar(20) Not Null Radhika N. Kotecha Page 13

14 tbl_case_transaction:- Attribute Datatype Constraint Case_Id Int Foreign Key references Case Master Case_Date Datetime Not Null Case_Detail varchar(max) Case_Reason varchar(100) Case_Status varchar(20) tbl_user_master:- Attribute Datatype Constraint User_Id Int Primary Key Name varchar(50) Not Null varchar(50) Not Null Login_Date datetime Auto Generated Use Case Diagrams: Figure: Use Case Diagram for Admin Radhika N. Kotecha Page 14

15 Figure: Use Case Diagram for Lawyer Figure: Use Case Diagram for Client Radhika N. Kotecha Page 15

16 Data Flow Diagrams Figure: Use Case Diagram for Visitor Admin Login Details User Name, Pwd Lawyer Lawyer Details Name, ID Law Practice Management System Login Details Client Details Case Details Login Details Visitor Lawyer Details Case Details Client Figure: Context Diagram (DFD Level 0) Radhika N. Kotecha Page 16

17 Figure: Level 1 Data Flow Diagram Figure: Level 2 Data Flow Diagram Radhika N. Kotecha Page 17

18 Activity Diagram Figure: Activity Diagram Radhika N. Kotecha Page 18

19 ER Diagram Figure: ER Diagram Radhika N. Kotecha, M.Tech. (ICT), Pursuing Ph.D. Nirma University, Asst. Prof., V.V.P. Engineering College, Rajkot. Radhika N. Kotecha Page 19

Software Requirement Specification (SRS) for Personal Investment Management System (PIMS)

Software Requirement Specification (SRS) for Personal Investment Management System (PIMS) Software Requirement Specification (SRS) for Personal Investment Management System (PIMS) 1. Introduction 1.1 Purpose: Personal Investment Management System (PIMS) is intended to help the user keep account

More information

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date:

Software Requirements Specification. Task Management System. for. Prepared by. Version 1.0. Group Name: Pink and Purple. Date: Software Requirements Specification for Task Management System Version 1.0 Prepared by Group Name: Pink and Purple Kathrynn Gonzalez 11387240 kathrynn.gonzalez@gmail.com Tina Roper 11380457 troper17@comcast.net

More information

<Company Name> ugather Event Management System Software Requirements Specification. Version 1.0

<Company Name> ugather Event Management System Software Requirements Specification. Version 1.0 ugather Event Management System Version 1.0 Revision History Date Version Description Author 18/Feb/09 1.0 Initial creation of SRS document Confidential Page 2 Table of Contents 1. Introduction

More information

Software Requirements Specification

Software Requirements Specification METU DEPARTMENT OF COMPUTER ENGINEERING Software Requirements Specification SNMP Agent & Network Simulator Mustafa İlhan Osman Tahsin Berktaş Mehmet Elgin Akpınar 05.12.2010 Table of Contents 1. Introduction...

More information

Software Requirement Specification For Flea Market System

Software Requirement Specification For Flea Market System Software Requirement Specification For Flea Market System By Ilya Verlinsky, Alexander Sarkisyan, Ambartsum Keshishyan, Igor Gleyser, Andrey Ishuninov 1 INTRODUCTION 1.1 Purpose 1.1.1 Purpose of SRS document

More information

TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION

TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION 1. Introduction: This document defines the Software Requirements Specification (SRS) for the Time Keep Legal Billing software application. This

More information

A Project Presentation on Online Car Rental System

A Project Presentation on Online Car Rental System A Project Presentation on Online Car Rental System Submitted To: Department of Computer Science, Ganpat University,384012 Group No: 74 Submitted By: Internal Guide: Khushbu Patel (13084231136) Niyati Patel

More information

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0

SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 SCATS SALES AND CUSTOMER TRACKING SYSTEM SOFTWARE REQUIREMENTS SPECIFICATION VERSION: FINAL 1.0 OCTOBER 28, 2001 REVISION CHART Version Primary Author(s) Description of Version Date Completed Draft Johnny

More information

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang

Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Software Requirement Specification Employee Tracking System Software Engineering I CS524 Professor Dr. Liang Sheldon X. Liang Team Members Seung Yang, Nathan Scheck, Ernie Rosales Page 1 Software Requirements

More information

Project Report s Synopsis On behalf of

Project Report s Synopsis On behalf of Project Report s Synopsis On behalf of NORTHERN INDIA ENGINEERING COLLEGE Faizabad Road, Lucknow (U.P.) ON THE TOPIC ONLINE MOVIE TICKET BOOKING SYSTEM SUBMITTED BY: ANSHUL (0705613023) ANIL(07056130 1

More information

Tutorial: How to Use SQL Server Management Studio from Home

Tutorial: How to Use SQL Server Management Studio from Home Tutorial: How to Use SQL Server Management Studio from Home Steps: 1. Assess the Environment 2. Set up the Environment 3. Download Microsoft SQL Server Express Edition 4. Install Microsoft SQL Server Express

More information

SNAMP Data Server Tutorial

SNAMP Data Server Tutorial SNAMP Data Server Tutorial The server hosted by UC Merced is a data server that is used to share data among the science teams and with the public. To ensure the proper data disclosure, a sharing level

More information

Project Report on. RFID based Employee Attendance & Database Management System. (READS Version 1.0) Using RFID Module [RKI-1512] Mehta Sohil [EC-073]

Project Report on. RFID based Employee Attendance & Database Management System. (READS Version 1.0) Using RFID Module [RKI-1512] Mehta Sohil [EC-073] Project Report on RFID based Employee Attendance & Database Management System (READS Version 1.0) Using RFID Module [RKI-1512] By Mehta Sohil [EC-073] Majithia Smit [EC-065] Under Supervision of Prof.

More information

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar

CSc 230 Software System Engineering FINAL REPORT. Project Management System. Prof.: Doan Nguyen. Submitted By: Parita Shah Ajinkya Ladkhedkar CSc 230 Software System Engineering FINAL REPORT Project Management System Prof.: Doan Nguyen Submitted By: Parita Shah Ajinkya Ladkhedkar Spring 2015 1 Table of Content Title Page No 1. Customer Statement

More information

Oracle Database 10g Express

Oracle Database 10g Express Oracle Database 10g Express This tutorial prepares the Oracle Database 10g Express Edition Developer to perform common development and administrative tasks of Oracle Database 10g Express Edition. Objectives

More information

Wakf Management System of India (WAMSI)

Wakf Management System of India (WAMSI) Software Requirements Specifications (SRS) Of Wakf Management System of India (WAMSI) (Under the Aegis of Ministry of Minority Affairs, Government of India) July 9, 2010 Prepared by: National Informatics

More information

User Guide. The AMF's File Transfer Service (FTS)

User Guide. The AMF's File Transfer Service (FTS) User Guide The AMF's File Transfer Service (FTS) TABLE OF CONTENTS 1 INTENDED USERS... 3 2 SCOPE OF GUIDE... 3 3 BACKGROUND... 3 4 REQUIRED CONFIGURATION... 3 5 CONTACT INFORMATION FOR SUPPORT... 4 6 SECURITY...

More information

Software Design Specification

Software Design Specification GROUP 7 SEVEN SOFTWARE PROJECT: ONLINE SCHEDULING SYSTEM COMPANY: VIA MAGNA GOTHENBURG SWEDEN GROUP MEMBERS: IBRAHIM KRVAVAC ALI BAHALOO HORE SEYED SAMAD GHASEMI KUHAN LOH DANIEL ASOVIC Software Design

More information

A.Team Software (.DMS) Dynamic Meeting Scheduler Vision Document

A.Team Software (.DMS) Dynamic Meeting Scheduler Vision Document A.Team Software (.DMS) Dynamic Meeting Scheduler Vision Document Aaron Turrie - 10451675 - at.nelret@gmail.com Eric Meyer - 10829232 - eric.meyer@utdallas.edu Mario Medina - 2010809959 - mariomedina.se@gmail.com

More information

Web Application Development Using UML

Web Application Development Using UML Web Application Development Using UML Dilip Kothamasu West Chester University West Chester, PA - 19382 dk603365@wcupa.edu Zhen Jiang Department of Computer Science Information Assurance Center West Chester

More information

Software Requirements Specification. Web Library Management System

Software Requirements Specification. Web Library Management System Software Requirements Specification For Web Library Management System Version x.xx Prepared by Proposed to Software Requirements Specification for WLMS Page

More information

Vision Document Airline Reservation System

Vision Document Airline Reservation System Vision Document Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing

More information

3COM VCX PBX Server VoIP Intercom Setup Guide

3COM VCX PBX Server VoIP Intercom Setup Guide 3COM VCX PBX Server VoIP Intercom Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1 is a setup diagram

More information

A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM. Submitted To : Department Of Computer Science

A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM. Submitted To : Department Of Computer Science A PROJECT PRESENTATION ON ONLINE MOVIE TICKET BOOKING SYSTEM Submitted To : Department Of Computer Science Developed By : Chirag Modi - 13084231061 Paresh Patel - 13084231165 M.Sc.(CA & IT) - III Sem.

More information

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide

VoIP Ceiling Speaker with Allworx 6x Server Setup Guide VoIP Ceiling Speaker with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Software Requirements Specification. Online Scheduler for Tutoring Center. for. Version 1.0 approved

Software Requirements Specification. Online Scheduler for Tutoring Center. for. Version 1.0 approved Software Requirements Specification for Online Scheduler for Tutoring Center Version 1.0 approved Prepared by Shehan Rajapakse, Thomas Baird & Sepehr Sobhani University of Mary Washington February 4, 2015

More information

Custom developed e-learning application

Custom developed e-learning application Custom developed e-learning application Janina Mihaela Mihăilă Abstract. The ILearnOnline application is a valuable tool for helping both students and teachers to gain and share knowledge online, ask questions

More information

Remedy ITSM Service Request Management Quick Start Guide

Remedy ITSM Service Request Management Quick Start Guide Remedy ITSM Service Request Management Quick Start Guide For use by customers of IT services with Remedy ITSM at Missouri S&T Version 1.5 December 11, 2013 Table of Contents 1.0 Getting Started With Remedy

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

VoIP Intercom with Allworx 6x Server Setup Guide

VoIP Intercom with Allworx 6x Server Setup Guide VoIP Intercom with Allworx 6x Server Setup Guide CyberData Corporation 2555 Garden Road Monterey, CA 93940 T:831-373-2601 F: 831-373-4193 www.cyberdata.net 2 1.0 Setup Diagram Figure 1-1 is a setup diagram

More information

VIP Help Desk Web Application User Guide Version 3.0

VIP Help Desk Web Application User Guide Version 3.0 1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How

More information

Electronic Data Solutions. E-Prescription System Software Requirement Specifications. Version 1.0

Electronic Data Solutions. E-Prescription System Software Requirement Specifications. Version 1.0 E-Prescription System Software Requirement Specifications Version 1.0 Contents 1. Purpose... 3 1.1. Scope... 3 1.2. Definitions and abbreviations... 3 1.3. Overview... 3 2. Overall Description... 4 2.2

More information

AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures...

AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures... AUTHENTICATION... 2 Step 1:Set up your LDAP server... 2 Step 2: Set up your username... 4 WRITEBACK REPORT... 8 Step 1: Table structures... 8 Step 2: Import Tables into BI Admin.... 9 Step 3: Creating

More information

Richmond Systems. SupportDesk Web Interfaces - Quick Start Guide

Richmond Systems. SupportDesk Web Interfaces - Quick Start Guide Richmond Systems SupportDesk Web Interfaces - Quick Start Guide Contents Introduction... 3 Richmond SupportDesk Web Interface Requirements... 3 Server System Requirements... 3 Specialist Web Interface

More information

Using MS-SQL Server with Visual DataFlex March, 2009

Using MS-SQL Server with Visual DataFlex March, 2009 Using MS-SQL Server with Visual DataFlex March, 2009 All rights reserved. Target Audience It is assumed that the reader of this white paper has general knowledge of the Visual DataFlex development environment.

More information

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment.

Software Requirement Specification for Web Based Integrated Development Environment. DEVCLOUD Web Based Integrated Development Environment. Software Requirement Specification for Web Based Integrated Development Environment DEVCLOUD Web Based Integrated Development Environment TinTin Alican Güçlükol Anıl Paçacı Meriç Taze Serbay Arslanhan

More information

Customer Bank Account Management System Technical Specification Document

Customer Bank Account Management System Technical Specification Document Customer Bank Account Management System Technical Specification Document Technical Specification Document Page 1 of 15 Table of Contents Contents 1 Introduction 3 2 Design Overview 4 3 Topology Diagram.6

More information

Software Requirements Specification VODKA. for. Version 1.1 Approved April 24, 2007

Software Requirements Specification VODKA. for. Version 1.1 Approved April 24, 2007 Software Requirements Specification for VODKA Version 1.1 Approved April 24, 2007 Prepared by: Archit Baweja, Drew Hall, Sunny Huynh, Kevin Lynch, and Kanwarpreet Sethi Drexel University Revision History

More information

Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR

Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR Matrix Technical Support Mailer - 72 Procedure for Image Upload through Email Server in SATATYA DVR,NVR & HVR Dear Friends, This mailer will help you configure Email Notification in SATATYA Web Client

More information

DCH File Transfer Application User Manual

DCH File Transfer Application User Manual DCH File Transfer Application User Manual Table of Contents HIPAA Compliancy Statement 3 Overview 4 General.4 Getting Started 4 Screen Basics...4 Accessing the File Transfer application...5 Single Sign

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

Transferring Files to the CU2 Global Secure FTP Site. Login & Access Application Preparation Guide.

Transferring Files to the CU2 Global Secure FTP Site. Login & Access Application Preparation Guide. CU2 Global Pty Ltd The Global Data Conversion Experts ConvertU2 Technologies The Data and Software Conversion Experts Transferring Files to the CU2 Global Secure FTP Site. Login & Access Application Preparation

More information

How To Install Help Desk Premier

How To Install Help Desk Premier Help Desk Premier Installation Guide 2012 BrightBox Solutions All rights reserved. Last Updated October, 2012 Help Desk Premier is a trademark of BrightBox Solutions. Help Desk Premier software and the

More information

User Manual for School Administrators

User Manual for School Administrators User Manual for School Administrators Online Solutions for Educators is a service of Penchina Web Design LLC info@os4e.com www.os4e.com 1-914-762-0687 September 2002 Table of Contents Introduction... 3

More information

Integrating a Hitachi IP5000 Wireless IP Phone

Integrating a Hitachi IP5000 Wireless IP Phone November, 2007 Avaya Quick Edition Integrating a Hitachi IP5000 Wireless IP Phone This application note explains how to configure the Hitachi IP5000 wireless IP telephone to connect with Avaya Quick Edition

More information

DreamFactory on Microsoft SQL Azure

DreamFactory on Microsoft SQL Azure DreamFactory on Microsoft SQL Azure Account Setup and Installation Guide For general information about the Azure platform, go to http://www.microsoft.com/windowsazure/. For general information about the

More information

Johnson Controls Privacy Notice

Johnson Controls Privacy Notice Johnson Controls Privacy Notice Johnson Controls, Inc. and its affiliated companies (collectively Johnson Controls, we, us or our) care about your privacy and are committed to protecting your personal

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

Data Transfer Management with esync 1.5

Data Transfer Management with esync 1.5 ewon Application User Guide AUG 029 / Rev 2.1 Content Data Transfer Management with esync 1.5 This document explains how to configure the esync 1.5 Server and your ewons in order to use the Data Transfer

More information

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes

ZyXEL IP PBX Support Note. ZyXEL IP PBX (X2002) VoIP. Support Notes ZyXEL IP PBX (X2002) VoIP Support Notes Version 1.00 October 2008 1 Contents Overview ZyXEL IP PBX Support Note 1. How to manage and maintain your IPPBX?...3 1.1 Firmware Upgrade..3 1.2 Backing up your

More information

Policies and Procedures for creating and maintaining a site

Policies and Procedures for creating and maintaining a site Policies and Procedures for creating and maintaining a site In order to create an account for your chapter or state web management, you must be the president of that chapter or state. Once you have chosen

More information

Time Monitoring Tool Software Requirements Specifications. Version <1.0>

Time Monitoring Tool Software Requirements Specifications. Version <1.0> Time Monitoring Tool Software Requirements Specifications Version Revision History Date Version Description Author First version Martin Robillard Page 2 of 18 Table of Contents

More information

CMP3002 Advanced Web Technology

CMP3002 Advanced Web Technology CMP3002 Advanced Web Technology Assignment 1: Web Security Audit A web security audit on a proposed eshop website By Adam Wright Table of Contents Table of Contents... 2 Table of Tables... 2 Introduction...

More information

Website and Email Orientation Book

Website and Email Orientation Book BC Regional Service Committee of Narcotics Anonymous Website and Email Orientation Book Making the website part of Service BCRSCNA 2013 P a g e 1 Welcome to the BC Regional website and email service. This

More information

1. Introduction 1.1 Methodology

1. Introduction 1.1 Methodology Table of Contents 1. Introduction 1.1 Methodology 3 1.2 Purpose 4 1.3 Scope 4 1.4 Definitions, Acronyms and Abbreviations 5 1.5 Tools Used 6 1.6 References 7 1.7 Technologies to be used 7 1.8 Overview

More information

Oracle Fusion Middleware User s Guide for Oracle Business Account Opening Preview 11gRelease 1 (11.1.1.7.2)

Oracle Fusion Middleware User s Guide for Oracle Business Account Opening Preview 11gRelease 1 (11.1.1.7.2) Oracle Fusion Middleware User s Guide for Oracle Business Account Opening Preview 11gRelease 1 (11.1.1.7.2) June 2014 Copyright 2013, 2014, Oracle and/or its affiliates. All rights reserved. Disclaimer

More information

PROJECT MANAGEMENT SYSTEM

PROJECT MANAGEMENT SYSTEM Requirement Analysis Document v.2 14.12.2009 CENG-401 SOFTWARE ENGINEER PROJECT MANAGEMENT SYSTEM (Project Manager) Ahmet Edip SEÇKİN 07010555 (Developer) Erhan ŞEN 07010507 (Developer) Semih Serdar CENGİZOĞLU

More information

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0

Software Requirements Specification. For. Attendance Tracking System, Release 1.0. Version 1.0 Software Requirements Specification For Attendance Tracking System, Release 1.0 Version 1.0 Prepared by Lee Bell, Graham Kennedy, Jonathan Loudin, Roger Seagle February 9, 2003 Table of Contents Table

More information

SRS for AakashTechSupport Documentation

SRS for AakashTechSupport Documentation SRS for AakashTechSupport Documentation Release 1.0.1 ATS June 05, 2016 Contents 1 Acknowledgement 3 2 Contributors 5 2.1 Mentors.................................................. 5 3 Declaration 7 4

More information

Information Technology Department Secure File Transfer System User Guide

Information Technology Department Secure File Transfer System User Guide Information Technology Department Secure File Transfer System User Guide Lasted Updated: October 29, 2009 1 Table of Contents 1. Secure FTP Web Application Overview... 3 2. Secure FTP Web Application URL...

More information

MSSQL quick start guide

MSSQL quick start guide C u s t o m e r S u p p o r t MSSQL quick start guide This guide will help you: Add a MS SQL database to your account. Find your database. Add additional users. Set your user permissions Upload your database

More information

Software Requirements Specification For Real Estate Web Site

Software Requirements Specification For Real Estate Web Site Software Requirements Specification For Real Estate Web Site Brent Cross 7 February 2011 Page 1 Table of Contents 1. Introduction...3 1.1. Purpose...3 1.2. Scope...3 1.3. Definitions, Acronyms, and Abbreviations...3

More information

Online Bus Booking System

Online Bus Booking System A Project Presentation On Online Bus Booking System Submitted By Barot Alok T. 13084231001 Dayani Yash K. 13084231033 M.Sc. (CA & IT) Semester-III Internal Guided By Amit B. Suthar Submitted to Department

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Project Name: DocPlus Project Members: Dorothy Mtaty Justin Esau Abstract: This Software Requirements Specification (SRS) describes the system requirements, and system

More information

CORISECIO. Quick Installation Guide Open XML Gateway

CORISECIO. Quick Installation Guide Open XML Gateway Quick Installation Guide Open XML Gateway Content 1 FIRST STEPS... 3 2 INSTALLATION... 3 3 ADMINCONSOLE... 4 3.1 Initial Login... 4 3.1.1 Derby Configuration... 5 3.1.2 Password Change... 6 3.2 Logout...

More information

Avaya Identity Engines Ignition Server Release: 8.0 2013 Avaya Inc. All Rights Reserved.

Avaya Identity Engines Ignition Server Release: 8.0 2013 Avaya Inc. All Rights Reserved. / 8.0.1 Ignition Server Release: 8.0 2013 Avaya Inc. All Rights Reserved. Notices While reasonable efforts have been made to ensure that the information in this document is complete and accurate at the

More information

The Winnipeg Foundation Privacy Policy

The Winnipeg Foundation Privacy Policy The Winnipeg Foundation Privacy Policy The http://www.wpgfdn.org (the Website ) is operated by The Winnipeg Foundation (the Foundation ). The Winnipeg Foundation Privacy Policy Foundation is committed

More information

Verizon Remote Access User Guide

Verizon Remote Access User Guide Version 17.12 Last Updated: August 2012 2012 Verizon. All Rights Reserved. The Verizon names and logos and all other names, logos, and slogans identifying Verizon s products and services are trademarks

More information

Gigabyte Content Management System Console User s Guide. Version: 0.1

Gigabyte Content Management System Console User s Guide. Version: 0.1 Gigabyte Content Management System Console User s Guide Version: 0.1 Table of Contents Using Your Gigabyte Content Management System Console... 2 Gigabyte Content Management System Key Features and Functions...

More information

e-voting software CS 312 Project Software Requirements Specification (SRS) Document {Anurag, Ashish, Harshavardhan, Ramkrishan, Sumesh}

e-voting software CS 312 Project Software Requirements Specification (SRS) Document {Anurag, Ashish, Harshavardhan, Ramkrishan, Sumesh} e-voting software CS 312 Project Software Requirements Specification (SRS) Document {Anurag, Ashish, Harshavardhan, Ramkrishan, Sumesh} 1 Introduction 1.1 Purpose The purpose of this document is to make

More information

Guidelines to bidders for participation e-taps (e-tender And Procurement System) of Airports Authority of India (AAI).

Guidelines to bidders for participation e-taps (e-tender And Procurement System) of Airports Authority of India (AAI). Guidelines to bidders for participation e-taps (e-tender And Procurement System) of Airports Authority of India (AAI). 1. e-taps portal of AAI. 1.1 The bidders can visit and download the electronic bids

More information

Mac OS X. Staff members using NEIU issued laptops and computers on Active Directory can access NEIU resources that are available on the wired network.

Mac OS X. Staff members using NEIU issued laptops and computers on Active Directory can access NEIU resources that are available on the wired network. Mac OS X The University Technology Services is privileged to offer a secure wifi network to the university community. Connecting to this network will provide you with benefits in security and improved

More information

Design Report: Resource Management Software CS400 Senior Design I

Design Report: Resource Management Software CS400 Senior Design I Design Report: Resource Management Software CS400 Senior Design I Mark Briggs Paul Knell John Schluechtermann Jeremy Vechinski Electrical Engineering and Computer Science Department Milwaukee School of

More information

Software Requirements Specification. Online University Admission System. for. Version 1.0 approved. Prepared by B. VIGNESH.

Software Requirements Specification. Online University Admission System. for. Version 1.0 approved. Prepared by B. VIGNESH. Software Requirements Specification for Online University Admission System Version 1.0 approved Prepared by B. VIGNESH VIT University Page 1 Table of Contents Table of Contents... 1 Revision History...

More information

Colorado Ski Racing Management System

Colorado Ski Racing Management System Software Requirements Specification For Colorado Ski Racing Management System In satisfaction of the course requirements in SYST3020 and SYST3510 Prepared by Hirokazu Inoue University of Colorado at Boulder

More information

DPXR4X1A-16NP, DPXS20A-16AU-M,

DPXR4X1A-16NP, DPXS20A-16AU-M, - 1 - Release Notes for Dominion PX Software Version 1.3.5 (firmware version will be displayed as 01.03.05 in the GUI after an upgrade) Version: DPX 1.3.5 Release Notes, Revision 1.1 Date: June 8, 2009

More information

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010

Intranet Website Solution Based on Microsoft SharePoint Server Foundation 2010 December 14, 2012 Authors: Wilmer Entena 128809 Supervisor: Henrik Kronborg Pedersen VIA University College, Horsens Denmark ICT Engineering Department Table of Contents List of Figures and Tables... 3

More information

Installing the Citrix Online Plug-In

Installing the Citrix Online Plug-In Installing the Citrix Online Plug-In If you are a first-time user accessing NeoSystems Citrix environment, you are required to install a small program on your computer. This program will enable you to

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

Procurement Services Supplier Registration & Sourcing [SRS] Supplier Registration Guide 30 th May 2014

Procurement Services Supplier Registration & Sourcing [SRS] Supplier Registration Guide 30 th May 2014 Procurement Services Supplier Registration & Sourcing [SRS] Supplier Registration Guide 30 th May 2014 1 P age THIS PAGE HAS BEEN INTENTIONALLY LEFT BLANK 2 P age Step 1: Using Internet Explorer 8 or Internet

More information

How To Use Gps Navigator On A Mobile Phone

How To Use Gps Navigator On A Mobile Phone Software Requirements Specification Amazing Lunch Indicator Sarah Geagea 881024-4940 Sheng Zhang 850820-4735 Niclas Sahlin 880314-5658 Faegheh Hasibi 870625-5166 Farhan Hameed 851007-9695 Elmira Rafiyan

More information

APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION

APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION APPLICATION OF CLOUD COMPUTING IN ACADEMIC INSTITUTION 1 PRIYANKA DUKLE, 2 TRISHALA PAWAR, 3 SNEH BHAT 1,2,3 Computer, Amrutvahini College of Engineering, Sangamner Email: bhatsneh@gmail.com 1, pawar.trishala@gmail.com

More information

How do I share a file with a friend or trusted associate?

How do I share a file with a friend or trusted associate? Sharing Information How do I share a file with a friend or trusted associate? Sharing a file in InformationSAFE is easy. The share utility in InformationSAFE allows you to securely share your information

More information

Quick DDNS Quick Start Guide

Quick DDNS Quick Start Guide Quick DDNS Quick Start Guide Contents Before Use... 1 Enable Domain Name Access... 2 Default Domain Name Access... 2 Custom Domain Name... 3 DDNS Web Registration and Management... 5 Smart Phone Client...

More information

How to install phpbb forum on NTU student club web server

How to install phpbb forum on NTU student club web server How to install phpbb forum on NTU student club web server This guide contains the step by step instructions to install phpbb (stable release 3.0.7- PL1) on NTU student club web server. It does not cover

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

ADP Workforce Now Security Guide. Version 2.0-1

ADP Workforce Now Security Guide. Version 2.0-1 ADP Workforce Now Security Guide Version 2.0-1 ADP Trademarks The ADP logo, ADP, and ADP Workforce Now are registered trademarks of ADP, Inc. Third-Party Trademarks Microsoft, Windows, and Windows NT are

More information

External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy

External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy External Authentication with Citrix Secure Gateway - Presentation server Authenticating Users Using SecurAccess Server by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010 1210

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

This is to certify that

This is to certify that This is to certify that Mr./Ms: Dinh Huy Toan, Vu Van Thang, Nguyen Duc Duy Has successfully Designed & Developed: Inventory Management System Submitted by: Vu Tran Lam Date of Issue: Aug 9, 2010 Authorized

More information

BlackBerry Universal Device Service. Demo Access. AUTHOR: System4u

BlackBerry Universal Device Service. Demo Access. AUTHOR: System4u Demo Access AUTHOR: System4u BlackBerry Universal Device Service Revisions Date Version Description Author June 26 th 2012 1.0 Roman Přikryl September 25 th 2012 1.5 Revision Roman Přikryl October 5 th

More information

Health Authority in Abu Dhabi (HAAD) User Registration Guide. User Management - Registration. Process. March, 2014. Version 2.

Health Authority in Abu Dhabi (HAAD) User Registration Guide. User Management - Registration. Process. March, 2014. Version 2. March, 2014 Version 2.0 Page 1 of 15 Table of Contents 1 Instruction to Users... 3 1.1 Users without HPL License... 3 1.2 Users with HPL License (For e.g. GDxxxx, GNxxxx, GPxxxx, GTxxxx etc.)... 3 1.3

More information

Software Requirements Specification

Software Requirements Specification CSL740 Software Engineering Course, IIT Delhi Software Requirements Specification Submitted By Abhishek Srivastava (2011EEY7511) Anil Kumar (2009CS10180) Jagjeet Singh Dhaliwal (2008CS50212) Ierum Shanaya

More information

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual

Medical Services Administration Bureau of Medicaid Financial Services. LTC File Transfer Application. User Manual Medical Services Administration Bureau of Medicaid Financial Services LTC Reimbursement and Rate Setting Section LTC File Transfer Application User Manual LTC File Transfer User Manual Version 1 May 1,

More information

Install and End User Reference Guide for Direct Access to Citrix Applications

Install and End User Reference Guide for Direct Access to Citrix Applications Install and End User Reference Guide for Direct Access to Citrix Applications Version 1.0 7/26/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a

More information

1. Introduction. 1.1 Purpose of this Document

1. Introduction. 1.1 Purpose of this Document 1. Introduction 1.1 Purpose of this Document The of the Software Requirements Specification is to outline the requirements for The American Academy's Education With an Elastic Workforce (EW2) product.

More information

Expense Tracker. CSC 230: Software Engineering. Department of Computer Science, Sacramento State University Spring 2015. Professor :Dr.

Expense Tracker. CSC 230: Software Engineering. Department of Computer Science, Sacramento State University Spring 2015. Professor :Dr. CSC 230: Software Engineering Department of Computer Science, Sacramento State University Spring 2015 Expense Tracker Professor :Dr. Doan Nguyen Team # 12: Savleen Kaur Arundhati Wahane 1 Table of Contents

More information

International Journal Online of Science Volume I Issue I

International Journal Online of Science Volume I Issue I Website Design for Hoarding Portal Management (HPM) Author: Sawan Chourey 1. Introduction Hoarding Portal Management (HPM) is made to coordinate the uncentralized and unorganized business of hoardings.

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information