Software Design Description. Ceiling Price Checker System (C-Price) For. Version 1.0 approved 11 October 2009

Size: px
Start display at page:

Download "Software Design Description. Ceiling Price Checker System (C-Price) For. Version 1.0 approved 11 October 2009"

Transcription

1 Software Design Description for Ceiling Price Checker System Page 1 Software Design Description For Ceiling Price Checker System (C-Price) Version 1.0 approved 11 October 2009 Prepared by: Nurul Akmar Rosni Syarmila Es Abdul Wahab Nurul Aziana Mohd Rabai (Solution Architect) Wan Mat Wan Sulaiman (Project Leader) Reviewed by: Rahmat Mohd Aris (Project Manager) Approved by: Distribution: Company s Name Faculty of Computer Science & Information System, Universiti Teknologi Malaysia Recipient s Name Dr. Masitah Ghazali (Project Manager) Project Team Project Library

2 Software Design Description for Ceiling Price Checker System Page 2 REVISION HISTORY Name Date Description Version Wan Mat Wan Sulaiman 11/10/2009 Final - complete draft, which is placed under change control Syarmila Es Abdul Wahab 10/10/2009 Made some formatting and content changes Nurul Aziana Mohd Rabai 07/10/2009 Insert new primary sequence diagram Syarmila Es Abdul Wahab 06/10/2009 Made some formatting and content changes Nurul Akmar Rosni 02/10/2009 Initial draft created for distribution and review comments

3 Software Design Description for Ceiling Price Checker System Page 3 Table of Contents PREFACE... 5 SECTION 1: OVERVIEW Purpose Scope... 6 SECTION 2: SYSTEM ARCHITECTURE System Organization: Client Server Model Control Style: Centralized Control (Manager Model) SECTION 3: DATA DICTIONARY SECTION 4: SOFTWARE DOMAIN DESIGN Class Diagram State Transition Diagram SECTION 5: SEQUENCE DIAGRAMS AND DESCRIPTIONS Sequence Diagram: Manage Account Create Account Update Account Delete Account Sequence Diagram: Login Sequence Diagram: Manage Information Insert New Information Update Information Delete Information Sequence Diagram: Generate Report Sequence Diagram: Search For Controlled Goods And Ceiling Price SECTION 6: USER INTERFACE DESIGN Manage User Account Main Page Create New Account Update Or Delete Login For Administrator Manage Controlled Goods And Ceiling Price Information Main Page... 31

4 Software Design Description for Ceiling Price Checker System Page Insert New Information Update Or Delete Generate Report Main Page Search for Controlled Goods And Ceiling Price SECTION 7: REQUIREMENTS TRACEABILITY MATRIX SECTION 8: REFERENCES Contractual Documents Non-Contractual Documents Reference Documents... 9 SECTION 9: REVISION HISTORY... 2 SECTION 10: APPENDICES... Error! Bookmark not defined.

5 Software Design Description for Ceiling Price Checker System Page 5 PREFACE This software design description (SDD) Price Checker System is develop to help consumer to check whether the goods was under controlled or not. If the goods is under controlled, consumer can know the price that have been decided by goverment. Consumer can check the price in two ways. First, check via online system that Kementerian Perdagangan Dalam Negeri, Koperasi dan Kepenggunaan (KPDNKK) develop for their customers and second via Short Message Servis (SMS). By online system, consumer can check the price by enter the name of the goods. After that, system will check the list of the price whether the goods is under controlled or not. The system will accept the information and list the name and the price of the goods. The system will search the name of the goods that consumer want and then view all the list of the goods. The same thing for the consumer using Short Message Servis (SMS), they just key in the name and price of the goods and then send to (KPDNKK) number. After that, the system will accept the information and reply the information by send the same thing which is the name and the price of the goods. Different from the online system, the system via SMS not view all the list of good but just view the name and the price of the goods that consumers want. For the system administrator, they need to login using authorized ID that they register to allow them access this online systems. They will record and save the transaction such as date and time, phone number (for SMS) and the message. So, the system administrator can easily generate the reports. In this document, we have also included the class diagram; enhance sequence diagram, data dictionary, architecture design, state diagram, and user interface and traceability matrix of the price checking system. All of these will help in developing the SMS price checking system which all the stakeholders as well as the users will feel interested on it.

6 Software Design Description for Ceiling Price Checker System Page 6 SECTION 1: OVERVIEW 1.1 Purpose The purpose of Software Design Description (SDD) document is to describe the behaviour of the ceiling price checker system. Software Design Description defines and describes the interfaces, data definition language with all the entities, attributes and operations of each entity for ceiling price checker system. This document also describes the type of relationship and multiplicity between each entity besides discovering the architecture design for the price checking system. It also describes the requirement traceability matrix which is the continuous from previous requirement traceability, and other factors necessary to provide a complete and comprehensive description of the design for the software. The Software Design Description (SDD) covers the complete software design description for the system. 1.2 Scope The Software Design Description (SDD) designs a system to meet the requirements of both the stakeholder and the consumer of ceiling price checker system from previous Software Requirement Specification (SRS). The ceiling price checker system that is to be developed provides the display the price ceiling when consumer want get the info, ceiling price checking services as well as many other facilities to consumer. The checking price System is supposed to give the following features to the user:- a. Limited usage This system can be used anywhere and anytime for public or online consumer using system and SMS. b. Information Of Price Checker System This system only implemented view and searching controlled price and consist of information only about the goods controlled price. c. Target of Consumer For consumer that want to view or search for goods controlled price, they can search this controlled good by system or by SMS. Then, the system will list all the controlled

7 Software Design Description for Ceiling Price Checker System Page 7 good and the system will assist the system administrator to record the information about the goods controlled and save the transaction of the information. d. Preference languages which are Malay and English. For the consumer know this two language. The features describe in this document are meet to both the user and stakeholder requirements. The success criteria for the system are based in the level up to which the features described in this document are implemented in the system.

8 Software Design Description for Ceiling Price Checker System Page 8 REFERENCES Contractual Documents Unless otherwise specified in the present document, the requirements set forth in the standard indicated below form part of the statement of work: [01] Dr Masitah Ghazali, Faculty of Computer Science & Information System. (First short client meeting, 07 th October 2009) Non-Contractual Documents Unless otherwise specified in the present document, the requirements set forth in the standard indicated below form part of the statement of work: [02] IEEE/EIA (ISO/IEC 12207) Standard for Information Technology Software Life Cycle Processes [03] IEEE/EIA (ISO/IEC 12207) Standard for Information Technology Software Life Cycle Processes Life Cycle Data [04] IEEE/EIA (ISO/IEC 12207) Standard for Information Technology Software Life Cycle Processes Implementation Considerations [05] IEEE Std IEEE Recommended Practice for Software Requirements Specifications [06] Book - Software Enggineering 8 th Edition by Ian Sommerville ISBN: [07] Book Pendekatan Berorientasikan Objek Menggunakan UML ISBN: X [08] Book Kejuruteraan Perisian ISBN: [09] Website:

9 Software Design Description for Ceiling Price Checker System Page 9 [10] Website: [11] Website: Reference Documents Unless otherwise specified in the present document, the requirements set forth in the standard indicated below form part of the statement of work: [1] Software Project Management Plan Template Software Design Description (SDD) Requirements Traceability Matrix

10 Software Design Description for Ceiling Price Checker System Page 10 SECTION 2: SYSTEM ARCHITECTURE The software architecture of a program or computing system is the structure or structures of the system, which comprise software components, the externally visible properties of those components, and the relationships between them. The term also refers to documentation of a system's software architecture. Documenting software architecture facilitates communication between stakeholders, documents early decisions about high-level design, and allows reuse of design components and patterns between projects. The system is server-based application written in PHP and accessible by client using any web browser. C-Print utilize MySQL database. The database is directly connected to the network, and allows the server to access its information. The server is connected to the Internet this allows the program to output an HTML files that is visible over the Internet. Figure shows the system connectivity. 2.1 System Organization: Client Server Model The client-server architectural model is a system model where the system is organized as a set of services and associated servers and clients that access and use the services. Inputs from clients are always needed to be used to access the Web server therefore client server model is used.

11 Software Design Description for Ceiling Price Checker System Page Control Style: Centralized Control (Manager Model) This is applicable to concurrent systems. One system component is designated as a system manager and search info, manage account, manage info, login, controlled good listing, generate report and coordination of other system processes. This system can be implemented in sequential systems as a case statement.

12 Software Design Description for Ceiling Price Checker System Page 12 SECTION 3: DATA DICTIONARY Table Attribute Type Length PK/FK Null? Descriptions UserAcc PK Integer Y/N Not Null USERNAME Char 12 Y/N Not Null PASSWORD VarChar 100 N/N Not Null FULLNAME VarChar 100 N/N Not Null VarChar 100 N/N Not Null CONTACTNUMBER Char 12 N/N Not Null ACTIVE Char 1 N/N Not Null Primary key will be automatically generated. User name for administrator log in to the system. Password for administrator log in to the system. Administrator full name. address must be provided when they create new account to make sure they can be contact if anything happen. Admin need to update their address if they change their address. Phone number must be provided by admin when they create new account to make sure they can be contact if anything happen. Admin need to update their phone number if they change their address. Active means that the information is active or not. Active only accept character Y or N only. Character Y means the information is active. Character N means the information is not active. If the record has been deleted, system will change active to N.

13 Software Design Description for Ceiling Price Checker System Page 13 Table Attribute Type Length PK/FK Null? Description Info PK Integer Y/N Not Null CODE Integer Y/N Not Null DESCRIPTION VarChar 1000 N/N Not Null QUANTITY Integer N/N Not Null STARTINGDATE Date N/N Not Null Primary key will be automatically generated. All the goods have their own unique code. Description of the goods. Quantity of the goods. Starting date is the starting date of goods being authorized by government ENDINGDATE Date N/N Yes Ending date is the date PRICEPENINSULAR Double N/N Not Null PRICESABAH Double N/N Not Null PRICESARAWAK Double N/N Not Null of goods being authorized by government ended Price of goods that being authorized by government for Malaysia peninsular region only. Price of goods that being authorized by government for Sabah region only. Price of goods that being authorized by government for Sarawak region only. Category of the goods. CATEGORY Char 50 N/N Not Null DATE_CREATE Date N/N Yes This field shows the date of information insert into database. CREATOR_FK Integer Y/Y Not Null This field refers to field PK at UserAcc table. DATE_DELETE Date N/N Yes This field shows the date of information delete from database. REMOVER_FK Integer Y/Y Yes This field refers to field PK at UserAcc table.

14 Software Design Description for Ceiling Price Checker System Page 14 Table Attribute Type Length PK/FK Null? Description Info ACTIVE Char 1 N/N Not Null Active means that the information is active or not. Active only accept character Y or N only. Character Y means the information is active. Character N means the information is not active. If the record has been deleted, system will change active to N.

15 Software Design Description for Ceiling Price Checker System Page 15 SECTION 4: SOFTWARE DOMAIN DESIGN 4.1 Class Diagram In software engineering, a class diagram in the Unified Modeling Language (UML), is a type of static structure diagram that describes the structure of a system by showing the system's classes, their attributes, and the relationships between the classes. class Class Diagram :Login + password: String + username: String associ ation + login() : void + logout() : void :Acc ount :Cons umer + search() : void login :Admini strator + generate_report() : void + login() : void + manage_acc() : void + manage_info() : void manage manage + contactnumber: String + String + fullname: String + password: String + pk: int + position: String + username: String + delete() : void + insert() : void + update() : void + view() : void :Infor mation generate :Searching + keyword: String + active: char + category: String + code: int + endingdate: Date + name: String + pk: int + price: double + startingdate: Date + delete() : void + insert() : void + update() : void + view() : void :Reporting + endingdate: Date + startingdate: Date + listofaccou nt() : void + listofactivecp rice() : void + listofinactivecprice() : void

16 Software Design Description for Ceiling Price Checker System Page State Transition Diagram State Transition Diagram is use cases and scenarios provide a way to describe system behavior that is the interaction between objects in the system. State diagrams are a technique to describe the behavior of one object, i.e., state changes of a single object according to events and messages which the class sends and receives. stm C-Price print [No?]/prompt Search Info Wait for input username & password Check for authorization keyword [No?]/prompt login/prompt Wait for input username & password check for authorization Initial Yes Yes logout Wait Fin al home hyperlink generate report manage info home hyperlink Report manage home hyperlink Control led Goods & Ceiling Price Info print view / insert / update / delete / print User Account view / insert / update / delete / print

17 Software Design Description for Ceiling Price Checker System Page 17 SECTION 5: SEQUENCE DIAGRAMS AND DESCRIPTIONS Sequence diagram will shown element-element of object in sequence diagram and describe about object and message that trying to described about an interaction of this systems. This diagram need to read from left to right and above to bottom. 5.1 Sequence Diagram: Manage Account Create Account sd Create aaccount : System administrator : Account Form : AccountCtrl : Account : Account Page 1. manageaccount() 2. getaccountdetails() 3. processaccount() 4. accountstatus() 5. openaccountpage() 6. displayaccountpage() Descriptions: This sequence diagram describes how to create a new account. The user starts this sequence diagram is system administrator. The diagram begins when the user clicks on Add New Account hyperlink [1]. When user in account form, the user should fills in and submits required parameters and click on Save button [2]. The system will validate the input parameters [3]. If in the system found that the username already exist, error message is displayed. The user can type in a new username or choose to cancel the operation, at which point the sequence diagram ends. The system will save the input parameters into database and display successful message [4]. The system displays the Manage Account page and the sequence diagram ends. [5]

18 Software Design Description for Ceiling Price Checker System Page Update Account sd Update Account : System Administrator : Acco unt Update Account : Accou ntctrl : Account : Accou nt Page 1.updateAccount() 2.getAccountDetails() 3.processAccount() 4.AccountStatus() 5.openAccountPage() 6.displayAccountPage() Descriptions: This sequence diagram describes how to update an existing account. The user starts this sequence diagram is system administrator [1]. The sequence diagram begins when the user (System administrator) fill in the required field and click Search button from main page Manage User Account. The list of created account will be displayed [2]. From the list, the user can edit existing information and click on Save button [3]. The system will save the input parameters into database and display successful message [4]. The system displays the Manage Account page and the sequence diagram ends [5].

19 Software Design Description for Ceiling Price Checker System Page Delete Account sd Delete Account : System administrator : Account Form : AccountCtrl : Account 1. deleteaccount() 2.getAccountDetails() 3.confirmation() 4.deleteAccount() 5.accountStatus() Descriptions: This sequence diagram describes how to delete an account. The user starts this sequence diagram is system administrator. The sequence diagram begins when the user click on Delete Account button [1]. The list of created account will be displayed [2]. From the list, the user clicks on the username button. The user will display the details of created account. Then, the user has to click on Delete button. When the user clicks on Delete button, the system will pop-up a confirmation alert containing confirmation message, Yes button and No button [3]. If the user clicks No button, the system will back to the previous page. Else, the system deletes the account from the database and display successful message [4]. The system displays the Manage Account page and the sequence diagram ends [5].

20 Software Design Description for Ceiling Price Checker System Page Sequence Diagram: Login sd Login : System administrator : Logi n Form : Logi nctrl : Account : Accou nt Page 1. openloginpage() 2. getinput() 3. validateaccount() 4.validityStatus() 5.openNextPage() 6.signOut() Descriptions: This sequence diagram describes how a user logs into the system. The user starts this sequence diagram is system administrator. The sequence diagram begins when the user types his/her username and password on the login form and press Login button [1]. The user submits username and password [2]. The system validates the user s username and password [3]. The system set the code of user s roles into the cookies. Each role has their capabilities [4]. The system displays the main page based on user s roles [5]. If in the basic flow the system cannot find the username or the username and password is mismatch, an invalid username / password error message is displayed. The user can type in a new username and password or choose to cancel the operation [6], at which point the sequence diagram ends.

21 Software Design Description for Ceiling Price Checker System Page Sequence Diagram: Manage Information Insert New Information sd Insert Info : System administrator : Manage Info Page : ManageCtrl : Man age Info Fo rm : InfoCtrl : Info 1.displayManageInfoPage() 2.getInfoType() 3.sendInfoType() 4.getInfoDetails() 5.manageInfo() 6.infoStatus() 7.displayInfoDetails() 8.displayInfoList() Descriptions: This sequence diagram describes how to insert new information of controlled goods and price. The user starts this sequence diagram is system administrator. The sequence diagram begins when the user click Manage Controlled Goods and Ceiling Price Information hyperlink at Administrator Section to search information of controlled goods and price [1]. User must fill in the required field to reset or add new the record. The system will check with database whether the information exists or not in the system. If the information exists, record will be displayed. The system begins when the user click on Add New Record button [2]. The Add Controlled Goods Form will be displayed. The user fills in the required information and submits information by click on Save button [3]. The system validates the input parameters [4]. The system will save the input parameters into database [5] and display successful message [6]. The system displays the Manage Controlled Goods information page [7] and the sequence diagram ends [8]. If in the basic flow the system found that the information already exists, error message is displayed.

22 Software Design Description for Ceiling Price Checker System Page 22 The user can type in a new information or choose to cancel the operation, at which point the sequence diagram ends Update Information sd Update Info : System Administrator :Manage Info Page :ManageCtrl : Manage Info Fo rm : InfoCtrl : Info 1.updateManageInfo() 2.getManageType() 3.sendManageType() 4.getInfoDetails() 5.manageInfo() 6.infoStatus() 7.displayInfoDetails() 8.displayInfoList() Descriptions: This sequence diagram describes how to update existing controlled goods information. The user starts this sequence diagram is system administrator. The sequence diagram begins when the user click Manage Controlled Goods and Ceiling Price Information hyperlink at Administrator Section to search information of controlled goods and price [1]. User must fill in the required field to reset or add new the record. The system will check with database whether the information exists or not in the system. If the information exists, record will be displayed. The sequence diagram begins when the user click on Search button [2]. The List of Controlled Goods will be displayed. The user selects the information by clicks on the controlled goods hyperlink. The Information Form will display the details of the chosen information. The user can edit existing information [3] and click on Save button [4]. The system will save the input parameters into database [5] and display successful message [6]. The system displays the Manage Controlled Goods information page [7] and the sequence diagram ends [8].

23 Software Design Description for Ceiling Price Checker System Page Delete Information sd Delete info : System administrator :Manage Info Page :ManageCtrl :Manage Info form :InfoCtrl :Info 1.deleteInfo() 2.getInfoType() 3.sendInfoType() 4.getInfoDetails() 5.confirmation() 6.deleteAccount() 7.infoStatus() Descriptions: This sequence diagram describes how to delete existing controlled goods information. The user starts this sequence diagram is system administrator. The sequence diagram begins when the user click Manage Controlled Goods and Ceiling Price Information hyperlink at Administrator Section to search information of controlled goods and price [1]. User must fill in the required field to reset or add new the record. The system will check with database whether the information exists or not in the system. If the information exists, record will be displayed. The sequence diagram begins when the user click on Search button [2]. The List of Controlled Goods will be displayed. The user selects the information by clicks on the controlled goods hyperlink. The Information Form will display the details of the chosen information. The user cannot edit existing information [3]. The user only can click on the Delete button [4]. A pop-up window containing message Are you sure to delete this information?, Yes and No button [5]. If the user clicks on the No button, the system will back to the previous page. Else, the system deletes the information from the database [6] and display successful message. The system displays Manage Controlled Goods information page [7] and the sequence diagram ends.

24 Software Design Description for Ceiling Price Checker System Page Sequence Diagram: Generate Report sd Generate Reports : System administrator : Generate Reports Page 1.requestReportPage() : Generate Report Fo rm : Repo rtctrl : Report 2.getReportType() 3.getReportParameters() 4.generateReport() 5.sendReports() Descriptions: This sequence diagram describes how to generate reports. The user starting this sequence diagram is System Administrator. The sequence diagram begins when the user click Generate Reports hyperlink [1]. The system displays the Generate Reports Page [2]. The system begins when the user enters all the required parameter [3] and click on the Generate Report Button to generate the report [4]. The system will save the record in the database [5] and display the result. The user can print the report by click Print button. The system displays the required report successfully and the sequence diagram ends.

25 Software Design Description for Ceiling Price Checker System Page Sequence Diagram: Search For Controlled Goods And Ceiling Price sd Search Info : Actor : Search Form : SearchCtrl : Info 1.requestSearchForm() 2.getKeyword() 3.findInfo() 4.searchResult() 5.displayInfo() 6.sendInfo() Descriptions: These sequence diagrams allows consumer to search for goods and controlled price.the sequence diagram begins when the user enter a keyword in the search controlled goods text box [1] and click on the Search button [2]. The system will find the information based on the keyword entered by user [3]. If the system found the keyword entered, the system will list all the controlled goods related to the keyword [4]. The list contains controlled goods name, starts date enforcement, end date enforcement, price and quantity [5]. The user can click on the hyperlink for the controlled goods details. The system will display the controlled goods details [6] and the sequence diagram ends.

26 Software Design Description for Ceiling Price Checker System Page 26 SECTION 6: USER INTERFACE DESIGN Main interface for consumer Main interface for system administrator

27 Software Design Description for Ceiling Price Checker System Page Manage User Account Description: User (System administrator) must click hyperlink Manage User Account at Administrator Section to start manage user account Main Page Description: The manage user account consist of Username text box, Full name text box, Search button, Reset button, Add New Record button, Search Result list and Print button. To start searching, enter username or full name and click on Search button. To create new user account, click on Add New Record button. To print the search result list, click on Print button.

28 Software Design Description for Ceiling Price Checker System Page Create New Account Description: System begins when the user clicks on Add New Record button. The user should fills in required parameters and submit it by click on Save button. The system will validate the input parameters. Then, system will save the record in the database and display the successful message.

29 Software Design Description for Ceiling Price Checker System Page Update or Delete Description: The system begins when the system administrator fill in the required field and click Search button from main page Manage User Account to make sure the account exist. The list of created account will be displayed. From the list, the user can click on the username hyperlink and account details page will be displayed. Now system administrator can start edit existing information and click on Save button. The system will validate and save the input parameters into database. If user wants to delete the account, click on Delete button. When the user clicks on Delete button, the system will pop-up a confirmation alert containing confirmation message, Yes button and No button. If the user clicks No button, the system will back to the previous page. Else, the system deletes the account from the database and displays the successful message.

30 Software Design Description for Ceiling Price Checker System Page Login for Administrator Description: System administrator types the username and password on the login form and press Login button.

31 Software Design Description for Ceiling Price Checker System Page Manage Controlled Goods and Ceiling Price Information Description: User (System administrator) must click hyperlink Manage Controlled Goods and Ceiling Price Information at Administrator Section to manage the information of controlled goods and ceiling price Main Page Description: The manage controlled goods and ceiling price information consist of Description text box, Enforcement Starting Date text box, Enforcement Ending Date, Search button, Reset button, Add New Record button, Search Result list and Print button. To start searching the controlled goods, enter goods or product keyword and click on Search button. To create new information, click on Add New Record button.

32 Software Design Description for Ceiling Price Checker System Page Insert New Information Description: The system begins when the user click on Add New Record button. Add new record for controlled goods and ceiling price form will be displayed. The user fills in the required information and submits information by click on Save button. The system validates the input parameters. The system will save the input parameters into database and display successful message.

33 Software Design Description for Ceiling Price Checker System Page Update or Delete Description: The system begins when the user fill in the keyword and click on Search button. This interface describes how to update/delete existing controlled goods information. The information form will display the details of the chosen information. The user can edit existing information and click on Update button. The system will save the input parameters into database and display successful message. If user wants to delete the information, click on Delete button. A pop-up window containing message Are you sure to delete this information?, Yes and No button. If the user clicks on the No button, the system will back to the previous page. Else, the system deletes the information from the database and display successful message.

34 Software Design Description for Ceiling Price Checker System Page Generate Report Description: The system begins when the user click Generate Report hyperlink. The system displays the Reports Generator page Main Page Description: The generate report consist of Report Type, enforcement Starting Date text box, enforcement Ending Date, Generate Report button, Reset button, Report Result list and Print button. To start generate report, select report type and click on Generate Report button. The system will process the requested report and display the result. The user can print the report by click Print button.

35 Software Design Description for Ceiling Price Checker System Page Search for Controlled Goods and Ceiling Price Description: This system allows consumer to search for controlled goods and ceiling price. The system begins when the user enter a keyword in the search text box and click on the Search button. The system will find the information based on the keyword entered by user. If the system found the keyword entered, the system will list all the controlled goods and ceiling price related to the keyword. The list contains controlled goods code, description, starts date enforcement, end date enforcement, quantity/unit and ceiling price.

36 Software Design Description for Ceiling Price Checker System Page 36 SECTION 7: REQUIREMENTS TRACEABILITY MATRIX Requirement Source / ID Requirement Description Design Reference C-Price Main Page Main page for consumer Page 23 (Section 6 Main page for system administrator Interfaces Design) Login Page Login page for administrator Page 27 Manage User Account Page Insert New User Account Page Update or Delete User Account Page Manage Controlled Goods and Ceiling Price Information Insert New Controlled Goods and Ceiling Price Page Update or Delete Controlled Goods and Ceiling Price Page Main page for manage user account such as list all existing user account, insert new account, update and delete account. Administrator must be logged in to the system to use this function. This form is use to insert new user account This form is use to update or delete existing user account Main page for manage controlled goods and ceiling price such as list all existing controlled goods and ceiling price, insert new record, update and delete record. Administrator must be logged in to the system to use this function. This form is use to insert new record of controlled goods and ceiling price This form is use to update or delete existing record of controlled goods and ceiling price Page 24 Page 25 Page 26 Page 28 Page 29 Page 30

37 Software Design Description for Ceiling Price Checker System Page 37 Requirement Source / ID Requirement Description Generate Report Page Main page for generate report. Administrator must be logged in to the system to use this function. Page 31 Design Reference Search for Controlled Goods and Ceiling Price Main page for consumer to search controlled goods and ceiling price. The consumers are not required for login to use this function. Page 32

WEB ORDER ENTRY SYSTEM USER MANUAL. Produced for

WEB ORDER ENTRY SYSTEM USER MANUAL. Produced for WEB ORDER ENTRY SYSTEM USER MANUAL Produced for TABLE OF CONTENTS Dior Web Order Entry System User Manual Dior Order Entry... 3 Overview... 3 Requesting Process... 3 Signing In... 3 The Order Entry Screen...

More information

SOFTWARE DESIGN DOCUMENT

SOFTWARE DESIGN DOCUMENT SOFTWARE DESIGN DOCUMENT Version: 1.1 Date: 22.12.2013 MobileLibrary Project Prepared By: HebeleGubeleGom Team Ali Sahin Ali Cinar Yunus Emre Avci Upol Ryskulova 1 Preface This document contains the system

More information

Software Requirements Specification. Version 1.0 <<Annotated Version>> April 15, Web Publishing System

Software Requirements Specification. Version 1.0 <<Annotated Version>> April 15, Web Publishing System Software Requirements Specification Version 1.0 April 15, 2004 Web Publishing System Joan Teamleader Annie Adams Bobbie Baker Charles Charlie Sample

More information

Detailed Design. Java Problem Repository & Education Platform JPREP

Detailed Design. Java Problem Repository & Education Platform JPREP Team Members: Luke Greiner Denis Kalic Abigail McCarthy Robert Tateo Nguyen Truong Patrick White Detailed Design Java Problem Repository & Education Platform JPREP Revision: 1.1 Date: 3/07/14 1 D e l t

More information

Software Design Document

Software Design Document SCSJ2203: Software Engineering Software Design Document Project Title Version 1.0 Printing Date Department and Faculty Prepared by: Revision Page a. Overview Describe the content

More information

1. Introduction and overview

1. Introduction and overview 1. Introduction and overview 1.1 Purpose of this Document This document describes how we will test our code for robustness. It includes test cases and other methods of testing. 1.2 Scope of the Development

More information

SOFTWARE TEST DOCUMENT Version MOBCOLL PROJECT

SOFTWARE TEST DOCUMENT Version MOBCOLL PROJECT SOFTWARE TEST DOCUMENT Version 1.1 10.06.2013 MOBCOLL PROJECT Prepared By: ANDIOS Murat Öksüzer Sercan Çidem Vedat Şahin Fatih Osman Seçmen Change History *A - ADDED M - MODIFIED D DELETED VERSION NUMBER

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING. Vitriol. Software Design Document GROUP MALLORN

MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING. Vitriol. Software Design Document GROUP MALLORN MIDDLE EAST TECHNICAL UNIVERSITY ENGINEERING FACULTY DEPARTMENT OF COMPUTER ENGINEERING Software Design Document GROUP MALLORN Merve Bozo Yaşar Berk Arı Sertaç Kağan Aydın Mustafa Orkun Acar Team Leader:

More information

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni

Vision Document 2.0 Online Book Store Phase-II. Vamsi Krishna Mummaneni Vision Document 2.0 Online Book Store Phase-II Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

Customer Care Portal User Guide

Customer Care Portal User Guide Customer Care Portal User Guide Table of Contents Logging In...3 Live Chat... 3 Viewing your Cases...4 Logging a Case for Customer Support...4 Projects...6 Knowledge Base....6 Content.....7 Forms...7 Event

More information

Web Supplies Indent System - User Guide This new system does not need any installation of new program. What you need is merely Internet browser.

Web Supplies Indent System - User Guide This new system does not need any installation of new program. What you need is merely Internet browser. - User Guide This new system does not need any installation of new program. What you need is merely Internet browser. Indent Create new Indent (with Operator role) 1. Open Internet Explorer. 2. Type URL

More information

E-Appointment Scheduling Using Constraints Logic Programming

E-Appointment Scheduling Using Constraints Logic Programming E-Appointment Scheduling Using Constraints Logic Programming N. Ahmad 1, R. Abdul Hamid 2, S.N. Abdul Samad 3, M.N. Mohamad Kahar 4, A. Mat Safri 5 1-5 Faculty of Computer Systems & Software Engineering,

More information

CUSTOMER PORTAL. Introduction and Guide

CUSTOMER PORTAL. Introduction and Guide CUSTOMER PORTAL Introduction and Guide CUSTOMER PORTAL The portal was built with you in mind - through it, you have 24/7 access to manage your account. This guide will help you get started. Using the portal,

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

LexisNexis Capital Monitor User Guide

LexisNexis Capital Monitor User Guide LexisNexis Capital Monitor User Guide CONTENTS About This Guide 2 Intended Audience 2 User Roles and Privileges 3 A. Corporate Administrator /User 4 Home Page 5 Create Users / View Users 6 Assign Services

More information

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by

IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification. Prepared by King Saud University College of Computer and Information Sciences Information Technology Department IT322 Software Engineering I Student Textbook Exchange System Software Requirements Specification Prepared

More information

Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user

Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user Go to www.standards.co.nz. Click Login at the top of the page. Type your Read-Only username and password

More information

Web Portal User Guide

Web Portal User Guide Web Portal User Guide Version (1.0) June 2012 Page 1 TABLE OF CONTENTS 1 Introduction... 1 2 User Guide - Key Functions... 2 2.1 Sending Messages... 3 2.1.1 To Simply Send a Message... 3 2.2 Using the

More information

Online Application for National Research Activity (RADIS 3) USER MANUAL. Research Management Centre

Online Application for National Research Activity (RADIS 3) USER MANUAL. Research Management Centre Online Application for National Research Activity (RADIS 3) USER MANUAL Research Management Centre Online Application for National Research Activity Prepared Date: December 0 / Versi.0 UTM UNIT IT RESEARCH

More information

UBC Graduate Information System (GIS)

UBC Graduate Information System (GIS) UBC Graduate Information System (GIS) Project Design University of British Columbia Okanagan COSC 304 Fall 2009 Version: 1.4 Date: 12/02/2009 Project Team Kyle Kotowick () Andrew Campbell () Document Control

More information

AT&T Business Messaging Account Management

AT&T Business Messaging Account Management Account Management Administrator User Guide July 2016 1 Copyright 2016 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Double A E-Auction. User Manual Multipage. Company LOGO.

Double A E-Auction. User Manual Multipage. Company LOGO. Company LOGO Double A E-Auction User Manual Multipage www.doubleapaper.com/b2b/eauction Menu Admin There are 4 step for e-auction 1. Create Supplier 2. Create Auction 3. Biding 4. Pending Award Menu Admin

More information

econtract Dealer User Guide

econtract Dealer User Guide Getting Started - Overview 1. How to setup econtract user account(s). You ll need econtract logins to create contracts online. 2. How to create draft contracts and submit contracts to PWI. 3. Retail markup

More information

Performance Software

Performance Software Preliminary Design Automated Grading System for Microsoft Excel Spreadsheets Clients: Dr. Scott Hunter Professor - Department of Computer Science Siena College Ms. Jami Cotler Professor - Department of

More information

Requirements Specification

Requirements Specification Requirements Specification Smart Scheduling Requested by: Dr. Robert Yoder Associate Professor of Computer Science Computer Science Department Head Siena College Tom Mottola Jason Czajkowski Brian Maxwell

More information

WATCH PARTS ORDERING MANUAL

WATCH PARTS ORDERING MANUAL WATCH PARTS ORDERING MANUAL FOR DISTRIBUTORS OF GUESS, GC, NAUTICA, ECKO Mersey Manufacturers, Timex Group B.V. Rm 801-807, 8/F., Silvercord Tower I, 30 Canton Road, T.S.T., Kowloon, Hong Kong. P: 852-2543

More information

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni

User Manual Online Book Store. Phase-III. Vamsi Krishna Mummaneni User Manual Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State University

More information

Simplot Order Gateway (SOG) User Instructions

Simplot Order Gateway (SOG) User Instructions Simplot Order Gateway (SOG) User Instructions April 6, 2011 The Simplot Order Gateway (SOG) can be found by clicking the following link or by typing it into your web browser address bar. https://sec03.simplot.com/fos/

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) Version 1.1 Acceptance Test Plan and Cases (ATPC) Leamos Team 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

daa isupplier User Guide

daa isupplier User Guide daa isupplier User Guide December 2017 Contents Prerequisites... 3 Introduction... 4 1.1 Registration... 6 1.2 Login... 6 1.3 Basic Overview of the isupplier Portal Homepage... 7 1.4 Purchase Order Acceptance

More information

Double A E-Auction. User Manual Single page. Company LOGO.

Double A E-Auction. User Manual Single page. Company LOGO. Company LOGO Double A E-Auction User Manual Single page www.doubleapaper.com/b2b/eauction Menu Admin There are 4 step for e-auction 1. Create Supplier 2. Create Auction 3. Biding 4. Pending Award Menu

More information

NEOMIN Webmail Instructions

NEOMIN Webmail Instructions NEOMIN Webmail Instructions Lisa Collins Created: Nov 10 th, 2009 Revised: Jan 25 th, 2010 1 Table of Contents Logging In 3 Viewing your Inbox/Emails 4-5 Printing & Deleting Emails 5 Replying & Forwarding

More information

Caliber 11.0 for Visual Studio Team Systems

Caliber 11.0 for Visual Studio Team Systems Caliber 11.0 for Visual Studio Team Systems Getting Started Getting Started Caliber - Visual Studio 2010 Integration... 7 About Caliber... 8 Tour of Caliber... 9 2 Concepts Concepts Projects... 13 Baselines...

More information

Standards New Zealand

Standards New Zealand Standards New Zealand Online Library user guide for Read-only users Logging in as a Read-only user Go to www.standards.co.nz Click Login at the top of the page Type your Read-only username and password

More information

USER GUIDE. Version 2.0. Reflex Online Cash Management

USER GUIDE. Version 2.0. Reflex Online Cash Management TM USER GUIDE Version 2.0 Reflex Online Cash Management Table of Contents USER GUIDE VERSION 2.0 Table of Contents... 2 1. Introduction... 4 1.1 What is Reflex?... 4 1.2 How do I access Reflex?... 4 1.3

More information

WebSMS 5.0. User Guide. June 2011

WebSMS 5.0. User Guide. June 2011 WebSMS 5.0 User Guide June 2011 Revision History Version Date Version History 3.0 Apr, 21 2010 Document Released 3.1 Jun, 22 2010 Updated some screen shots 4.0 Aug, 5 2010 Added the following features

More information

SALTO E&T website User manual

SALTO E&T website User manual SALTO E&T website User manual salto-et.net Second edition Last updated (01/02/2019) 1 / 34 Table of contents 1. Aims and objectives of the TCA Resource Centre... 4 2. Before use... 5 3. Structure of SALTO

More information

Introducing Rational ClearQuest

Introducing Rational ClearQuest Introducing Rational ClearQuest support@rational.com http://www.rational.com IMPORTANT NOTICE COPYRIGHT NOTICE ClearQuest, copyright 1997-1999 Rational Software Corporation. All rights reserved. THIS DOCUMENT

More information

WebPrint Quick Start User Guide

WebPrint Quick Start User Guide WebPrint Quick Start User Guide Getting Started Accessing Print Center Navigate your Web browser to Print Center Log in page. If you do not have an acocunt, you will need to create a new User account.

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

User Manual for SYSADMIN for e-diary Application

User Manual for SYSADMIN for e-diary Application User Manual for SYSADMIN for e-diary Application Version 1.1 August 27, 2015 Powered by: MPS Software Pvt. Ltd. TABLE OF CONTENTS 1. Purpose... 3 2. Revision History... 3 3. Application Access... 4 3.1.

More information

Manual: Create a Faculty Search Posting Manager/Supervisor

Manual: Create a Faculty Search Posting Manager/Supervisor Manual: Create a Faculty Search Posting Manager/Supervisor Revised: 7-11-2017 Introduction The University of Georgia has implemented a new online faculty applicant tracking system, FacultyJobs@UGA. The

More information

Step-by-Step Guide to using etenders For Procuring Consultants for Summer Works and Small Devolved projects

Step-by-Step Guide to using etenders For Procuring Consultants for Summer Works and Small Devolved projects DEPARTMENT OF EDUCATION AND SKILLS Step-by-Step Guide to using etenders For Procuring Consultants for Summer Works and Small Devolved projects Step-by-Step Guide to using etenders 2 nd Edition, April 2016

More information

1. Launch your web browser. 2. Go to < Enter your address and Password as requested. Click on login.

1. Launch your web browser. 2. Go to <  Enter your  address and Password as requested. Click on login. 1. Launch your web browser. 2. Go to Enter your Email address and Password as requested. Click on login. 1. Enter your complete email address; i.e. johnsmith@

More information

Enterprise Architect Training Courses

Enterprise Architect Training Courses On-site training from as little as 135 per delegate per day! Enterprise Architect Training Courses Tassc trainers are expert practitioners in Enterprise Architect with over 10 years experience in object

More information

Online Approval for National Research Activity Application (RADIS 3) USER MANUAL. Research Management Centre

Online Approval for National Research Activity Application (RADIS 3) USER MANUAL. Research Management Centre Online Approval for National Research Activity Application (RADIS 3) USER MANUAL Research Management Centre Online Approval for National Research Activity Application Prepared Date: December 0 / Versi.0

More information

SGSonSITE User Guide. User Guide to SGSonSITE ecertification. ecertificate OPERATION. Version 3.0

SGSonSITE User Guide. User Guide to SGSonSITE ecertification. ecertificate OPERATION. Version 3.0 Issue date: 07.06.2012 Author: Eleonor Tolete Page n : 1 of 45 SGSonSITE User Guide ecertificate Version 3.0 Back Office User s Manual ecertificate E.Tolete Page n : 2 of 47 What is SGSonSITE? SGSonSITE

More information

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES.

PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES. PORTAL RESOURCES INFORMATION SYSTEM: THE DESIGN AND DEVELOPMENT OF AN ONLINE DATABASE FOR TRACKING WEB RESOURCES by Richard Spinks A Master s paper submitted to the faculty of the School of Information

More information

Ordering Tool. The Cisco. Ordering Tool. User Guide

Ordering Tool. The Cisco. Ordering Tool. User Guide Ordering Tool The Cisco Ordering Tool User Guide Table of Contents Ordering Tool User Guide TABLE OF CONTENTS...2 ABOUT THIS GUIDE...6 BENEFITS OF USING THE ORDERING TOOL...6 USING THE ORDERING TOOL...6

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.1.0.0.0 Part No. E83887-01 March 2017 Core Corporate Admin User Manual March 2017 Oracle Financial Services Software Limited

More information

College of Arts & Sciences

College of Arts & Sciences College of Arts & Sciences RedDot CMS Guide for Site Editors This guide is designed to show you how to work with the RedDot Content Management System (CMS) at Georgia State University. Particularly, it

More information

Mobile Application Buying Ticket For LRT

Mobile Application Buying Ticket For LRT 1 UTM Computing Proceedings Innovation in Computing Technology and Applications Volume: 2 Year: 2017 ISBN: 978-967-0194-95-0 Mobile Application Buying Ticket For LRT 1 2 Nurul Amirah Atikah Binti Muhammad

More information

User guide for immunisation providers

User guide for immunisation providers New South Wales Vaccine Centre User guide for immunisation providers Contents 1. Access the website...2 2. Click here to register...2 3. Login...3 4. Initial screen...3 5. Amend your details...4 6. Update

More information

Networked Restaurant Reservation

Networked Restaurant Reservation Networked Restaurant Reservation Rushika Verma SIES Graduate School of Technology, Navi Mumbai, Maharashtra Abstract:- This paper presents procedures for automating a reservation made at a restaurant.

More information

Architecture Diagram. Figure 1 : Architecture Diagram

Architecture Diagram. Figure 1 : Architecture Diagram Architecture Diagram Figure 1 : Architecture Diagram Use Case Model Survey Patient: Figure 2 : Use Case Model Survey Patients can search for doctor and make online appointments. They also can view their

More information

What is A web-based protocol submission system for IACUC and IRB protocols

What is A web-based protocol submission system for IACUC and IRB protocols What is Tick@Lab? A web-based protocol submission system for IACUC and IRB protocols The system offers: o Available in one place 24/7 from anywhere o Smart forms available to complete your desired request

More information

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB)

School Mail System. - Access through Outlook Web Access. User Guide FOR. Education Bureau (EDB) School Mail System - Access through Outlook Web Access User Guide FOR Education Bureau (EDB) Version: 1.1 February 2008 The Government of the Hong Kong Special Administrative Region The contents of this

More information

Project Brief 2012 Managing Content with Tags and Workflow

Project Brief 2012 Managing Content with Tags and Workflow INFO-445: Advanced Database Design, Management, and Maintenance 1 5 Project Brief 2012 Managing Content with Tags and Workflow Please note: The project should be completed in groups of 4. Learning objective

More information

Oracle isupplier. Supplier User Guide

Oracle isupplier. Supplier User Guide Supplier User Guide Table of Contents isupplier Application, Help and Support... 3 Registration... 3 For Help... 3 Overview... 4 User Registration... 5 Login to isupplier... 7 isupplier and Sourcing Responsibility

More information

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda

Constituency Management System Software Requirements Specification. Team Ready2Code. Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda 1 Constituency Management System Software Requirements Specification Team Ready2Code Team Members Abdul Gaffar Mallanagouda Patil Sameer S Vivekananda Project guide Manish Kumar 2 Index & Tables 1. Introduction

More information

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E

Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide. Release February 2016 E Oracle Financial Services Governance, Risk, and Compliance Workflow Manager User Guide Release 8.0.2.0.0 February 2016 E65393-01 Oracle Financial Services Governance, Risk, and Compliance Workflow Manager

More information

Verification of Requirements For Safety-Critical Software

Verification of Requirements For Safety-Critical Software Verification of Requirements For Safety-Critical Software Paul B. Carpenter Director, Life Cycle Technology Aonix, 5040 Shoreham Place, San Diego, CA USA, 92122 Email: paulc@aonix.com; Tel: 602-816-0245;

More information

SOFTWARE DESIGN DOCUMENT GROUP SUCH CARPOOL SYSTEM

SOFTWARE DESIGN DOCUMENT GROUP SUCH CARPOOL SYSTEM SOFTWARE DESIGN DOCUMENT GROUP SUCH CARPOOL SYSTEM OVERVIEW TABLE OF CONTENT 1. OVERVIEW... 7 1.1. SCOPE... 7 1.2. PURPOSE... 7 1.3. INTENDED AUDIENCE... 7 2. DEFINITIONS... 8 3. CONCEPTUAL MODEL FOR SOFTWARE

More information

CARE USER MANUAL REVISION MAY 2017

CARE USER MANUAL REVISION MAY 2017 CARE USER MANUAL REVISION MAY 2017 1. LOGIN INSTRUCTIONS 3 2. PASSWORD RECOVERY 3 3. PAGE LAYOUT / NAVIGATION 4 4. ACCESS 4 5. INITIAL USER MENU SCREEN 4 6. ESTABLISHING OR DELETING A PROJECT 5 6.1 TO

More information

Guide for Researchers: Online Human Ethics Application Form

Guide for Researchers: Online Human Ethics Application Form Ethics & Integrity Research Office HUMAN RESEARCH ETHICS ONLINE APPLICATION October 2016/V1.03 Guide for Researchers: Online Human Ethics Application Form ENQUIRIES Senior Human Ethics Officer University

More information

Agilent Partner Central

Agilent Partner Central User Guide for Partners 6/1/2010 For External Partners/US_Canada Version Author: Betsy Savarese/Trish Kohrt/Tamie LeBar/CEG Version: 1.0 Partner Central Training for Partners June 7 th through June 11

More information

How to Login Transaction Management

How to Login Transaction Management How to Login Transaction Management 1. 2. 1. Open a web browser and go to https://www.bvonesource.com/wps/portal 2. Input User ID and Password, then press Login. In case forget your password, please press

More information

Middle East Technical University. Department of Computer Engineering

Middle East Technical University. Department of Computer Engineering Middle East Technical University Department of Computer Engineering TurkHITs Software Requirements Specifications v1.1 Group fourbytes Safa Öz - 1679463 Mert Bahadır - 1745785 Özge Çevik - 1679414 Sema

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Farmworkers Safety App Team 09 TEAM MEMBER NAME Shobhit Agarwal Akshay Aggarwal Viraj Sahai Vahagen Sinanian Juan Andrade Basir Navab Marko Djuliarso

More information

econtracts for Tier1 partners COURSE CODE: COE01

econtracts for Tier1 partners COURSE CODE: COE01 econtracts for Tier1 partners COURSE CODE: COE01 April 2017 Introduction Welcome to the econtracts for Partners course. This course provides a brief overview of what the Zebra econtracts Portal is used

More information

Alpha College of Engineering and Technology. Question Bank

Alpha College of Engineering and Technology. Question Bank Alpha College of Engineering and Technology Department of Information Technology and Computer Engineering Chapter 1 WEB Technology (2160708) Question Bank 1. Give the full name of the following acronyms.

More information

Oracle Banking Digital Experience

Oracle Banking Digital Experience Oracle Banking Digital Experience Core Corporate Admin User Manual Release 17.2.0.0.0 Part No. E88573-01 July 2017 Core Corporate Admin User Manual July 2017 Oracle Financial Services Software Limited

More information

e-submission System User Manual Publication Related Matters

e-submission System User Manual Publication Related Matters e-submission System User Manual For Publication Related Matters March 2018 Version 2.2 Table of Contents 1.5 SUBMISSION MANAGEMENT... 19 1.5.1 Edit Saved Submission For Publication... 19 1.5.2 Approve

More information

Conecta application. User Manual Conecta Release 9. June Currently Supporting

Conecta application. User Manual Conecta Release 9. June Currently Supporting Conecta application User Manual Conecta Release 9 June 2015 Currently Supporting 1 TABLE OF CONTENTS 1 What is Conecta?... 1 2 Platform overview... 2 2.1 Accessing the Platform... 2 2.2 Home page... 2

More information

This tutorial will guide users on how to utilize TestLodge in reporting and maintaining the testing activities.

This tutorial will guide users on how to utilize TestLodge in reporting and maintaining the testing activities. About the Tutorial TestLodge is a test management tool that is used to track and maintain records of all STLC phases from Test Plan to Report creation. This is a brief tutorial that introduces the readers

More information

DBSG3 USER GUIDE. Rel Web-based access to DBSG3 data sets

DBSG3 USER GUIDE. Rel Web-based access to DBSG3 data sets DBSG3 USER GUIDE Rel. 1.1 Web-based access to DBSG3 data sets September 2 nd 2006 Table of Contents 1 INTRODUCTION...3 2 FUNCTIONAL OVERVIEW OF THE SOFTWARE...3 3 DATA MAINTENANCE PROCEDURE...4 3.1 Microsoft

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

Simnet View. Preliminary Design by InnoSmart Technologies. November 28th,

Simnet View. Preliminary Design by InnoSmart Technologies. November 28th, Simnet View Preliminary Design by InnoSmart Technologies November 28th, 2007 1 Welcome! Ms. Jami Cotler Lecturer of Computer Science Computer Science Department Siena College Dr. Timoth C. Lederman Professor

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) GOTRLA Team 15 Deepak Earayil Project Manager & Software/System Architect Ankith Nagarle Prototyper & Operational Concept Engineer Aayush Jain Feasibility Analyst & Project Manager

More information

Odyssey File & Serve. Firm Administrator User Guide Release 3.14

Odyssey File & Serve. Firm Administrator User Guide Release 3.14 Odyssey File & Serve Firm Administrator User Guide Release 3.14 OFS-FS-220-3680 v.1 April 2016 COPYRIGHT AND CONFIDENTIALITY Copyright 2016 Tyler Technologies, Inc. All rights reserved. Use of these materials

More information

October CYP-IMS Admin User Guide

October CYP-IMS Admin User Guide October 2018 CYP-IMS Admin User Guide CYP-IMS ADMIN USER GUIDE CYP-IMS Admin User Guide... 1 Table of Figures... 5 Introduction... 9 Getting Help 9 Prerequisites 10 Login and Logout... 11 Logging in to

More information

OfficeClip Reference Manual

OfficeClip Reference Manual OfficeClip Reference Manual OfficeClip Reference Manual Table of Contents 1. General Information... 1 1.1. About this Reference Manual... 1 1.2. Conventions used in this Manual... 1 1.3. About OfficeClip...

More information

HUMAN BODY TRACKING SYSTEM

HUMAN BODY TRACKING SYSTEM HUMAN BODY TRACKING SYSTEM Software Design Description Document V1.1 Mindless Rookies Zehra Deniz Çelik Burak Araz Cem Aydın Yalçın Savrun Revision History Date Revision Comment 03.01.2015 1.0 Created

More information

Guideal SOFTWARE TEST DOCUMENT. (In accordance with IEEE ) v1.0

Guideal SOFTWARE TEST DOCUMENT. (In accordance with IEEE ) v1.0 Guideal SOFTWARE TEST DOCUMENT (In accordance with IEEE 829-2008 ) v1.0 Malum Emre Külah 1881358 Arif Görkem Özer 1881747 Yusuf Mücahit Çetinkaya 1881705 Semih Aktaş 1880913 Version Control History: Version

More information

Odyssey File & Serve Firm Administrator User Guide Release 3.16

Odyssey File & Serve Firm Administrator User Guide Release 3.16 Odyssey File & Serve Firm Administrator User Guide Release 3.16 OFS-FS-220-3911 v.1 May 2017 COPYRIGHT AND CONFIDENTIALITY Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

PeopleAdmin Quick Reference Guide Form I-9 Processing in I-9Advantage/E-Verify Logging In, Navigation, Actions & Status Updates

PeopleAdmin Quick Reference Guide Form I-9 Processing in I-9Advantage/E-Verify Logging In, Navigation, Actions & Status Updates If you have been designated as an i9advantage/e-verify User, you may receive an email from the i9advantage team to reset your password. This would be used for actions that need to take place on their platform

More information

SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE

SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE SCHOLARONE MANUSCRIPTS TM REVIEWER GUIDE TABLE OF CONTENTS Select an item in the table of contents to go to that topic in the document. INTRODUCTION... 2 THE REVIEW PROCESS... 2 RECEIVING AN INVITATION...

More information

The URL of the whole system is:

The URL of the whole system is: &6)LQDO3URMHFW )DOO %RRN6WRUH'DWDEDVH :HE%DVHG 0DQDJHPHQW,PSOHPHQWDWLRQ 7R 'U6RQ&DR7UDQ )URP 7HDP %R'X

More information

Guide for Researchers: Online Human Ethics Application Form

Guide for Researchers: Online Human Ethics Application Form Guide for Researchers: Online Human Ethics Application Form What is Quest Quest is our comprehensive research management system used to administer and support research activity at Victoria University.

More information

SelectSurveyASP Advanced User Manual

SelectSurveyASP Advanced User Manual SelectSurveyASP Advanced User Manual Creating Surveys 2 Designing Surveys 2 Templates 3 Libraries 4 Item Types 4 Scored Surveys 5 Page Conditions 5 Piping Answers 6 Previewing Surveys 7 Managing Surveys

More information

SymmetryCRM: Outlook Mail Application Tool

SymmetryCRM: Outlook Mail Application Tool SymmetryCRM: Outlook Mail Application Tool Overview The Symmetry Outlook application allows smooth integration of inbound and outbound email When sending an email to one or more people, a user has the

More information

efiletexas.gov Individual Filer User Guide Release

efiletexas.gov Individual Filer User Guide Release efiletexas.gov Individual Filer User Guide Release 2017.1 EFS-TF-200-4071 v.1 October 2017 Copyright and Confidentiality Copyright 2017 Tyler Technologies, Inc. All rights reserved Use of these materials

More information

System/Software Architect. Description (SSAD)

System/Software Architect. Description (SSAD) System and Software Architecture Description (SSAD) BlackProfessionals.net Team 6 Tian Xiang Tan Sadeem Alsudais Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Po-Hsuan Yang Project Manager

More information

EVAL Module v. 2.0 User Manual for Contractors

EVAL Module v. 2.0 User Manual for Contractors EVAL Module v. 2.0 User Manual for Contractors EVAL step-by-step user manual for evaluation contractors and experts The IT module e-evaluation Tool & Library (EVAL) is used for all Project/Programme, Country

More information

Software design descriptions standard

Software design descriptions standard Tuffley Computer Services Pty Ltd Quality Management System Software design descriptions standard Version: 2.0 Date: 09/05/11 Status: Approved Copy no.: Controlled Approved by: Approver s name: Approver

More information