This is to certify that

Size: px
Start display at page:

Download "This is to certify that"

Transcription

1 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 Signature: Dinh Huy Toan 1

2 Contents Chapter 1: Problem Definition... 4 I. Description about Inventory Management System... 4 Chapter 2:Customer Requirement Specification (CRS)... 5 A.Business/Project Objective :... 5 B. Analysis of each function: Administration Functionalities : Salesmen Functionalities : Inventory Manager Functionalities : Sales Manager Functionalities:... 7 C.Hardware Requirements:... 8 D.Software Requirements:... 8 E.Scope of the Work (in brief):... 8 Chapter 3: Architecture and Design of theproject... 9 A.Logical View... 9 B. Physical View Chapter 4: Data Flow Diagram (DFD) & Flowcharts A.Data Flow Diagram : DFD level 0: Context Diagram DFD Level 1.0 Application Process : Administrator DFD Level 1 Application Process : Sales Person DFD Level 1 Application Process : Sales Manager DFD Level 1 Application Process : Inventory Manager B. Design Flowcharts : Login function :

3 2.Change User Information Function Functions of Administrator Function of Sales Manager: Function of Sales Person: Function of Inventory Manager Chapter 5: Entity Relationship Diagram (ERD) I. Make Bill : II: Permission for Users Chapter 6: Database Design/Structure I. Database Design II. Database Structure III. Screenshot: Chapter 7: Task sheet Chapter 8: Checklist of Validations Chapter 9: Submission Checklist

4 Chapter 1: Problem Definition Form No.1/eProjects/Version 1.0 * * * I. Description about Inventory Management System Camp connection is general stores selling various fast moving consumer good (FMCG) which in existence from almost 5 years and is situated in the heart of the city. Since last 2-3 years, the huge complexes built around the area and people prefer to visit the nearest place to buy various FMCG. The store is able to cater to the need of people but at the same time finding it difficult to manage the sales and stock details. Due to increase in sales they are finding it difficult to manage the large amount of transactions which are causing discrepancies in the data. To solve that difficult problem, the owner of the shop want make use of computer to maintain the data, he also thought of expanding the Itemss in the store by including the fruits, juices etc, so that we have researched and developed a system called Sales and Inventory Management System (SIMS).It will store all the information and required data can be retrieved with ease, so that users can manage the details and admin functionalities. 4

5 Chapter 2:Customer Requirement Specification (CRS) Form No.2/eProjects/CRS/Version1.0 * * * Client: Users A.Business/Project Objective : To ensure that solve difficult problems by making the system should have the following functions: 1. Administration Functionalities. 2. Salesmen Functionalities. 3. Inventory Manager Functionalities. 4. Sales Manager Functionalities. B. Analysis of each function: 1. Administration Functionalities : Login to the System and change his password after login. Add contacts details information of new User to the System, indicating the exclusive privileges of them. Add new item/categories to the inventory. Change the price of an item. Delete item/categories from the inventory. Input : - Username and password. - Information of User. - Item/categories details. Process : - Authentication of existing Username and password. - Save to database when add /update/delete item/categories. Output : - Inform the corresponding. 5

6 2.Salesmen Functionalities : Login to the System through the initial screen of the system and change his password after login. See the status of the inventory. Search for a particular item by typing the initial letters or by category-wise. Enter the items purchased by a customer and produce a bill for the same. Cancel the Items bill, in case of error in entering the details, and produce a new one. Take back an already sold item that is not satisfactory to the customer and produce a receipt for the same. Inform the inventory manager about the items that are not available, so that they can be stocked. Inform the sales manager about any exceptions. Get help about the system on how to use the different features of the system. Input : - Username and password for login or new password for change. - The letters or category-wise for search. - Information about items purchased by customer for produce a bill. - An already sold item that is not satisfactory to the customer for produce a receipt. Process : - Authentication of existing Username and password. - Search database based on the letters or category-wise. - Produce a bill for the same item. - Produce a new produced bill in case of error in entering the details. - Produce a receipt for the same item that is not satisfactory to the customer. Output : - Result of search by letters or category-wise. - Details of bill produced by Salesmen. - Help message about different features of the system. - Inform the corresponding. 6

7 3.Inventory Manager Functionalities : Login to the system/change his password after login. Check the status of the inventory. See the reports from sales people about item that are not available and need to be kept in the inventory. Validate the inventory against the sales done in the previous day. Generate inventory reports of the items category-wise, pricewise. Generate inventory-trends. Input : - Username and password for login or new password for change. - Status/information of the inventory. - The reports from sales people. Process of module: - Authentication of existing Username and password. - Validate the inventory. - Generate inventory report. - Generate inventory-trends. Out put of module: - Details of the reports from sales - Details of the inventory report and inventory-trends. - Inform the corresponding. 4.Sales Manager Functionalities: Login to the system/change his password after login. Check how many bills have been generated in the day so far. Check how much money is transacted in the day so far. Check how many bills have been cancelled so far in the day. Check how many items have been returned so far in the day. Check for any exception reports from the sales persons and correct it by contacting the inventory manager. Generate sales-trend graphs for each of the item. Input : - Username and password for login or new password for change. - The status and information of bills, money, the bills have been cancelled, the item have been return in the day so far. - Exception report from the 7 sales persons.

8 Process: - Authentication of existing Username and password. - Correct exception reports by contacting the inventory manager. - Generate sales-trend graphs for each item. Out put of module: - The numbers of bills, money, the bills have been cancelled, the item have been return in the day so far. - The sales-trend graph for each item. C.Hardware Requirements: A minimum computer system that will help you access the entire tool in the course is a Pentium 166 or a higher capability CPU. 128 Megabytes of RAM or Higher. D.Software Requirements: Any platform you can have (window,linux )..NET Framework. Java Virtual Machine/J2EE server. jdk 1.6 or later. Net Bean MS SQL Server E.Scope of the Work (in brief): - Registration of new client and authentication of existing client. - Provide a user friendly interface to the user to work with application - Add new goods and manage the entire item in the store. - Generation of reports related to all the store problems 8

9 Chapter 3: Architecture and Design of theproject Form No.3/eProjects/Design/Version1 * * * Since the application will have client server architecture, it will have threetier architecture. A.Logical View Presentation Layer User Interface GUI Component, where data is entered and displayed Call Reply Business Logic Layer Concentration of processing modules of the program Request Reply Data Access Layer Access to the database and retrieves information upon request Data Manipulation Result s Database 9

10 B. Physical View Client sends the request operations such as adding, deleting, and updating via Internet to Business Logic Server. Server to receive and process those requests and then sent via Internet to Database Server. Database Server receives service requests and manipulates the database and return relevant results for Business Logic Server. Business Logic Server receives the result from Database Server and return to the Client. 10

11 A.Data Flow Diagram : Chapter 4: Data Flow Diagram (DFD) & Flowcharts Form No.4/eProjects/Design/Version1 * * * Data Flow : Process: Data Store: External entity: External entity: Salesmen Transaction Inventory Details Inventory Manager Reports Reports review Sales and Inventory Management System Transaction Checking Reports Review Items Information Admin Account Details Sales Manager DFD level 0: Context Diagram 11

12 1. Login System Username, Password 2. Change Info New Info Admin User s Information 3. Create new User New Price Items/Categories Details 5. Change Items Price 4. Add new Items/Category DFD Level 1.0 Application Process : Administrator 12

13 Authentification Check Username, Password 1. Login System Login Logout SIM System Users Username, Password Admin DFD Level 1.1 Function Process : Login System Users Save new info 2.Change Info New Info Admin DFD Level 1.2 Function Process : Change Information 13

14 Users Create User Admin User s Information 3.Create new User DFD Level 1.3 Function Process : Create new User Items Save New Items Admin Items s Details 4. Add new Items DFD Level Function Process : Add new Items 14

15 Categories Save New Category Admin Category s Details 5.Add new Category DFD Level Function Process : Add new Category Items Save New Price Admin New Price 6.Change Items price DFD Level 1.5 Function Process : Change Items Price 15

16 1. Login System Customer info 7. Add new Customers Username, Password New Info Items info 2. Change Information Sales Person 3. View Items info Request Request help Report details Bill Details (id, date, item, ect ) 6. Get Help Help 5. Create Reports 4. Create Bill DFD Level 1 Application Process : Sales Person 16

17 Authentification Check Username, Password 1.Login System Login Logout SIM System Users Username, Password Sales Person DFD Level 1.1 Function Process : Login System Users Save new info 2.Change Info New Info Sales Person DFD Level 1.2 Function Process : Change Information 17

18 Items Items info Request Sales Person Items info Request 3. View Items info DFD Level 1.3 Function Process : View Items Information Bill Details (id,date,item,ect ) Sales Person 4.Create Bill Save Bills DFD Level 1.4 Function Process : Create Bill 18

19 Sales Person Report details 5. Create Reports Inform Inform Inventory Manager Sales Manager DFD Level 1.5 Function Process : Create Reports Sales Person Request help Help info 6. Get Help DFD Level 1.6 Function Process : Get Help 19

20 Customers Save New Customer Sales Person Customer s Details 7.Add new Customer DFD Level 1.7 Function Process : Add new Customers 20

21 1. Login System Username/Password New Information 2. Change info Sales Manager 3. Check Bills Bills details Exceptions Check Create 4. Reports 5. Create Sales- Trends DFD Level 1 Application Process : Sales Manager 21

22 Authentification Check Username, Password 1.Login System Login Logout SIM System Users Username, Password Sales Manager DFD Level 1.1 Function Process : Login System Users Save new info 2.Change Info New Info Sales Manager DFD Level 1.2 Function Process : Change information 22

23 View Bills details Sales Manager 3. Check Bills Bills details Bills details Request Bills DFD Level 1.3 Function Process : Check Bill Exceptions Sales Manager Check Contact 4. Reports Fix s Command Report details Sales Person Inventory Manager DFD Level 1.4 Function Process : Report 23

24 Sales Manager Create 5. Create Sales- Trends Inventory - trends Inventory Manager DFD Level 1.5 Function Process : Create Sales-Trends 24

25 1. Login System Username/Password 2. Change Information New Info Inventory Manager View Report Report Details 4. View Report Report Details 5. Create Report/Inventorytrends Check 3. Check Inventory Status Inventory Status DFD Level 1 Application Process : Inventory Manager 25

26 Authentification Check Username, Password 1. Login System Login Logout SIM System Users Username, Password Inventory Manager DFD Level 1.1 Function Process : Login System Users Save new info 2.Change Info New Info Inventory Manager DFD Level 1.2 Function Process : Change Information 26

27 Inventory Manager Inventory Status Check 3. Check Inventory Status Request Status Items DFD Level 1.3 Function Process : Check Inventory Status View Report Inventory Manager 4. View Report Report Details Report Details Sales Person DFD Level 1.4 Function Process : View Reports 27

28 Inventory Manager Report Details 5. Create Report/Inventorytrends Inform View Sales Manager DFD Level 1.4 Function Process : Create Report/Inventory-Trends 28

29 B. Design Flowcharts : 1.Login function : Start Input Username and Password True Check Username, Password on Users table on Database Check Status of Users False Display Error True On User Table Status=1 False False Display Administrator Main True Status=2 False Status=3 Display Salesmen Main Display Sales Manager Main True Status=4 Display Inventory Manager Main 29 Stop

30 2.Change User Information Function Start Input new Information False Validate Inputted Data Display Error True Update Information on Users table on Database Display Success Message Stop 30

31 3.Functions of Administrator 3.1 Add new User: Start Input Information and controllable of new User False Validate Inputted Data Display Error True Insert new User to Users table on Database Display Success Message Stop 31

32 3.2 Add new Category Start Input Information of new Category False Validate Inputted Data Display Error True Insert new Category to Categories table on Database Display Success Message Stop 32

33 3.3 Add new Items Start Input new Information of Items False Validate Inputted Data Display Error True Insert new Item to Items table on Database Display Success Message Stop 33

34 3.4 Change Items Price Start Choice Items which change price Input new Items Price Validate input data False Display Error True Update Items price Display Success Message Stop 34

35 4. Function of Sales Manager: 4.1 Check bills are created in day: Start Count numbers of Bills are generated in Order table Display numbers of Bills Stop 4.2 Check moneys are transacted in day: Start Count sum of money are transacted in Order table Display sum of money Stop 35

36 4.3 Check Bills are cancelled in the day: Start Count numbers of Bills are cancelled in the day in Order table Display numbers of Bills Stop 4.3 Check Items are returned in the day: Start Count numbers of Bills are cancelled in the day in Order table Count numbers of Items in these Bills Display numbers of Items Stop 36

37 5. Function of Sales Person: 5.1 View Status of Inventory and inform: Start Select status of all Items in Items table Display all status of Items Get all Items that are not available, need to be stocked Inform the Inventory Manager about those Items Stop 37

38 5.2 Search Item: Start Input Keyword for Search Validate input Data False True Search on Items table by Keyword Display Error Message Data found False True Display result Stop 38

39 5.3 Enter Purchased Items and produce the same Bills: Start Enter purchased Items details Validate Data True Produce the same Bill False Display Error Save this Bill into Bills table Display Message Stop 39

40 5.4 Cancel produced bill and take back Items: Start Select Bill from Bills Check Bill data Data Error True False Cancel Bill True False Update this Bill s Status =1 in Bills table, count item s number in this bill Add this Item s number to the same Item in Items table Display Message Stop 40

41 5.5 Add New Customers Start Input Customer s Information False Validate Inputted Data Display Error True Insert new Customer to Customers table on Database Display Success Message Stop 41

42 6. Function of Inventory Manager. 6.1 Check Inventory s status and validate againts. Start Select status of all Items in Items table View Sales report Validate the inventory status Done False True Stop 42

43 6.2 View Sales report and generate Inventory report/inventory-trends Start Validate Inventory Status Done False True Generate Inventory Report Base Inventory status Generate Inventory-trends Base Inventory status Stop 43

44 Chapter 5: Entity Relationship Diagram (ERD) Form No.5/eProjects/Design/Version1 * * * Symbol Description Entity Preferences Primary key attribute connection relations connection properties Relational 1:1 One one Relational 1:N one many Relational 44

45 I. Make Bill : Name Sale ID Sales C_ID C_Name 1 B_ID Make N Categories 1 CustNam e 1 Bills N Contain I_ID Make 1 N Items Price I_Nam e Bill Details 1 Contain 45

46 II: Permission for Users R_ID R_Name Roles 1 Contain N Users Password U_ID UserName 46

47 Chapter 6: Database Design/Structure Form No.6/eProjects/Design/Version1 * * * I. Database Design Database Name: Inventory 47

48 II. Database Structure Table 1: Table Customers Fields Name Data Type Null Key Description Cust_ID int No Primary key Identity, Store the Id of Customer Cust_Name nvarchar(50) No Store name of Customer Tel varchar(12) No Store contact phone of Customer Address nvarchar(50) No Store address of Customer Gender bit Yes Store gender of Customer Purchased float No Store number of purchasa Status Bit No Store status of Customer City nvarchar(20) Yes Store City of Customer Country Nvarchar(30) Yes Store Country of Customer 48

49 Table 2: Table Users Fields Name Data Type Null Key Description U_ID varchar(5) No Primary key Store Id of User R_ID Varchar(5) No Foreign key Reference Roles table UserName varchar(30) No Store username of User PassWord Varchar(16) No Store password of User Name Nvarchar(50) No Store Name of User Phone varchar(12) No Store contact phone of User Varchar(30) No Store contact of User Address Nvarchar(50) No Store address of User LastLogin DateTime No Store the last time when User login to system U_Status int No Store status of User, Default 1 49

50 Table 3: Table Items Fields Name Data Type Null Key Description I_ID varchar(5) No Primary key Store Id of Item C_ID Int No Foreign key Store ID of Category Contain Item I_Name nvarchar(25) No Store name of Items I_Unit Varchar(15) No Store measure of Item I_Price Float No Store price of Item I_Quantity int No Store quantity of Item in stock I_Status int No Store status of Item Table 4: Table Categories Fields Name Data Type Null Key Description C_ID int No Primary key Identity, Store ID of Category C_Name nvarchar(30) No Store Name of Category 50

51 Table 5: Table Bills Fields Name Data Type Null Key Description B_ID int No Primary key Identity, store Id of Bill U_ID varchar(5) No Foreign key References U_ID field on Users table Cust_ID int No Foreign key References Cust_ID field on Customers table Date datetime No Store purchased date Discount float No Store the discount of Item Payment nvarchar No Store payment of transactions Total float No Store total price Status bit No Store status of this order 51

52 Table 6: Table BillDetails Fields Name Data Type Null Key Description B_ID Int No Foreign key Reference B_ID field of Bills table I_ID varchar(5) No Foreign key Reference I_ID field of Items table Price float No Store price of this Bill Quantity int No Store quantity of this Bill Primary key of this table is a synthesis of two key fields B_ID and I_ID Table 7: Table Roles Fields Name Data Type Null Key Description R_ID Varchar(5) No Primary Key Store ID of Role R_Name Nvarchar(30) No Store Name of Role R_Permission int No Store Permission of Role 52

53 III. Screenshot: 1. Login Form: 53

54 2. Change Password: 54

55 3. Administrator: 55

56 4. Salesmen: 56

57 5. Sales Manager: 57

58 6. Inventory Manager : 58

59 Chapter 7: Task sheet Form No.7/eProjects/TAB/Version1.0 * * * Project Ref. No : Project Activity Plan Date of Preparation of Activity Plan: Prepared By Sr. Task Title : Start Date Complete Team Member : No Date Names Status 1. Project Definition, Flowchart, CRS 2. Design Database, ERD Sales and Inventory Management System E-Project Guidelines Book 09/08/ /08/2010 Dinh Huy Toan Finish Vu Van Thang Finish 3. Data Flow Diagram Nguyen Duc Duy Finish 59

60 Chapter 8: Checklist of Validations Form No.8/eProjects/Tab/ver1.0 * * * Option Can a new user who gets registered, enter the application after logging in? Do all the options present in the application display the correct result? Does the application s functionality resolve the user problem, and satisfy their needs? Has the hardware and software been correctly chosen? Validated Yes Yes Yes Yes Chapter 9: Submission Checklist Form No.9/eProjects/Tab/Ver1.0 * * * Sr.No Particulars Yes No NA Comments 1. Are the users able to log in to the application after validation is performed on the user name and password? 2. Are the users able to modify their details after getting registered? 3. Are all the screen contents devoid of spelling mistakes? 4. Is the user able to trade on fund which has been selected? 5. Is the application user-friendly? 60

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

Advanced Hospital Management System. About the project

Advanced Hospital Management System. About the project About the project Our project includes registration of patients, storing their details into the system and also computerized billing in the pharmacy, and labs. Our software has the facility to give a unique

More information

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft

Software Requirements Specification. Human Resource Management System. Sponsored by Siemens Enterprise Communication. Prepared by InnovaSoft Software Requirements Specification Human Resource Management System Sponsored by Siemens Enterprise Communication Prepared by InnovaSoft Cansu Hekim - 1630888 Bekir Doğru - 1560085 Zaman Safari - 1572254

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Fall 2011. CRM Server Software Design TEAM MEMBERS: Project Owner: Herve Ntareme Champion: Bjorn Pehrson. MAHSA TABATABAEI ( mahsat@kth.

Fall 2011. CRM Server Software Design TEAM MEMBERS: Project Owner: Herve Ntareme Champion: Bjorn Pehrson. MAHSA TABATABAEI ( mahsat@kth. Fall 2011 CRM Server Software Design TEAM MEMBERS: MAHSA TABATABAEI ( mahsat@kth.se, 15 ECTS) AMIR ROOZBEH(amirrsk@kth.se, 15 ECTS) ERICSON FERDINAND PASARIBU(pasaribu@kth.se, 24 ECTS) RENE PAVEZFLORES(rene.pavezflores@gmail.com,

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

Report Builder CRM Reporting Model

Report Builder CRM Reporting Model Report Builder CRM Reporting Model The CRM reporting model allows you to retrieve all company, contact and associated project data via Microsoft Report Builder. The following is a guide to all of the entities

More information

Smart Inventory Management System

Smart Inventory Management System Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2015 Smart Inventory Management System Ajay Akarapu Governors State University

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

1. Summary 2. 2. Operating Pre-Requisites 2. 3. Getting Started With New i*trade@cimb 3. 4. Views 8. 5. Favourites 12. 6.

1. Summary 2. 2. Operating Pre-Requisites 2. 3. Getting Started With New i*trade@cimb 3. 4. Views 8. 5. Favourites 12. 6. New User Guide Information in this document is deemed accurate at the time of publishing. However, the information and features elaborated in this user guide is subject to change without prior notice.

More information

Introduction to Mamut Point of Sale

Introduction to Mamut Point of Sale // Mamut Point of Sale Introduction to Mamut Point of Sale Contents News in Mamut Point of Sale version 3.5... 2 Mamut Point of Sale... 3 Definitions of words and expressions used in the program... 7 Getting

More information

Copyright 2006 Business Management Systems. Web Based ERP/CRM Software

Copyright 2006 Business Management Systems. Web Based ERP/CRM Software Web Based ERP/CRM Software INTRODUCTION...8 Features... 9 Services... 10 INSTALLATION...11 CUSTOMER FILE...12 Add Customer... 12 Modify Customer... 14 Add Ship To... 15 Modify Ship To... 16 Reports...

More information

Software Design Document for Online Shopping Mall TEXAS A&M UNIVERSITY 11/15/2010

Software Design Document for Online Shopping Mall TEXAS A&M UNIVERSITY 11/15/2010 Software Design Document for Online Shopping Mall TEXAS A&M UNIVERSITY 11/15/2010 Prepared by: Ross Dusenbury, Bhawana Goel, Dongkun Kim, Tarun Kumar Nandi Suresh Babu, Yuanling Li, Hongtao Quin, Vijaya

More information

Note: A WebFOCUS Developer Studio license is required for each developer.

Note: A WebFOCUS Developer Studio license is required for each developer. WebFOCUS FAQ s Q. What is WebFOCUS? A. WebFOCUS was developed by Information Builders Incorporated and is a comprehensive and fully integrated enterprise business intelligence system. The WebFOCUShttp://www.informationbuilders.com/products/webfocus/architecture.html

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

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

BulkSMS Text Messenger Product Manual

BulkSMS Text Messenger Product Manual BulkSMS Text Messenger Product Manual 1. Installing the software 1.1. Download the BulkSMS Text Messenger Go to www.bulksms.com and choose your country. process. Click on products on the top menu and select

More information

Unified University Inventory System (UUIS) Software Requirements Specifications

Unified University Inventory System (UUIS) Software Requirements Specifications Unified University Inventory System (UUIS) Software Requirements Specifications Copyright COMP5541 Team III 2010 Authors Ahmed Daoudi David Zerkler Gay Hazan Isabelle Toutant Mariano Diaz René Toutant

More information

Clinical Database Information System for Gbagada General Hospital

Clinical Database Information System for Gbagada General Hospital International Journal of Research Studies in Computer Science and Engineering (IJRSCSE) Volume 2, Issue 9, September 2015, PP 29-37 ISSN 2349-4840 (Print) & ISSN 2349-4859 (Online) www.arcjournals.org

More information

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement).

This Annex uses the definitions set out in the Agreement on service of payment cards on the Internet (hereinafter the Agreement). SERVICE OF PAYMENT CARDS ON THE INTERNET ANNEX 2 TO AGREEMENT Requirements for Queries to I-Payment Terminal This Annex uses the definitions set out in the Agreement on service of payment cards on the

More information

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application

A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application A Novel Approach Of Mobile Based Student Attendance Tracking System Using Android Application K. Akhila 1 B. Prathyusha 2 M. PavanKumar 3 M. Amrutha 4 Research Scholar Research Scholar Research Scholar

More information

CSSEA Helpdesk User Guide

CSSEA Helpdesk User Guide CSSEA Helpdesk User Guide Contents I. Creating tickets... 3 1. Creating a New Ticket via Email... 3 a. Email format... 3 b. New ticket reply... 3 2. Creating a New ticket via the Website... 4 a. Browse

More information

Business Bill Pay. Help Guide

Business Bill Pay. Help Guide Business Bill Pay Help Guide TABLE OF CONTENTS PAYMENTS...3 1.1 Make Payments...3 1.2 Manage Payees...4 1.3 Manage Payments...5 1.4 Payment History...6 ADMIN TOOLS...7 4.1 Manage Users...7 4.2 Manage Bank

More information

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1

Introduction 1-1 Installing FAS 500 Asset Accounting the First Time 2-1 Installing FAS 500 Asset Accounting: Upgrading from a Prior Version 3-1 Contents 1. Introduction 1-1 Supported Operating Environments................ 1-1 System Requirements............................. 1-2 Security Requirements........................ 1-3 Installing Server

More information

Copyright 2009. Wolf Track Software

Copyright 2009. Wolf Track Software Copyright 2009. Wolf Track Software No part of this publication may be reproduced in any form, by Photostat, Microfilm, xerography, or any other means, which are now known, or to be invented, or incorporated

More information

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide

Government of Saskatchewan Executive Council. Oracle Sourcing isupplier User Guide Executive Council Oracle Sourcing isupplier User Guide Contents 1 Introduction to Oracle Sourcing and isupplier...6 1.0 Oracle isupplier...6 1.1 Oracle Sourcing...6 2 Customer Support...8 2.0 Communications

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

Voltage Support Test Data System User s Guide

Voltage Support Test Data System User s Guide GUIDE 18 Voltage Support Test Data System User s Guide June 2016 Version: 1.0 Effective Date: 06/22/2016 This document was prepared by: Operations Engineering New York Independent System Operator 10 Krey

More information

TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT. Mike Don Cheng-Yu. CS 524 Software Engineer Professor: Dr Liang

TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT. Mike Don Cheng-Yu. CS 524 Software Engineer Professor: Dr Liang TIME KEEP LEGAL BILLING SOFTWARE DESIGN DOCUMENT Mike Don Cheng-Yu CS 524 Software Engineer Professor: Dr Liang TABLE OF CONTENTS 1. INTRODUCTION: 2 1.1. Goals and objectives 2 1.2. Statement of scope

More information

Online Crime Reporting System

Online Crime Reporting System A Project Presentation On Online Crime Reporting System Submitted by Chauhan Jitendra O. Soni Apurv R. ExamNo.:13084231029 Exam No.:13084231267 Group No : 88 M.Sc.(CA & IT) Semester- III Internal Guided

More information

Paco Joan Furniture Store Inventory System. De La Salle University Manila College of Computer Studies. INTROSE Introduction to Software Engineering

Paco Joan Furniture Store Inventory System. De La Salle University Manila College of Computer Studies. INTROSE Introduction to Software Engineering Project Proposal S21 Group H Paco Joan Furniture Store Inventory System De La Salle University Manila College of Computer Studies INTROSE Introduction to Software Engineering Group Members: Co, Bervyn

More information

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0

Software Requirements Specification for POS_Connect Page 1. Software Requirements Specification. for. POS_Connect. Version 1.0 Page 1 Software Requirements Specification for POS_Connect Version 1.0 1/9/2013 Page 2 Table of Contents Table of Contents Revision History 1. Introduction 1.1 Purpose 1.2 Document Conventions 1.3 Intended

More information

Web Services API Developer Guide

Web Services API Developer Guide Web Services API Developer Guide Contents 2 Contents Web Services API Developer Guide... 3 Quick Start...4 Examples of the Web Service API Implementation... 13 Exporting Warehouse Data... 14 Exporting

More information

How do I Sell A Used Item? How do I Close a Repair with Inventory Used? How do I Reprint Barcode Label? How do I edit Clock In/Out entries?

How do I Sell A Used Item? How do I Close a Repair with Inventory Used? How do I Reprint Barcode Label? How do I edit Clock In/Out entries? 1 How do I Sell A Used Item? Mouse over the List tab on the Dashboard. Click on Used Phone. Scroll through the list or enter item name or IMEI number in the search bar. Once item is found, click on the

More information

Installation Process

Installation Process Installation Process Aivika One Lite New Dynamic Solutions BVBA Contents Contents... 2 Introduction... 3 Aivika One Lite introduction... 4 Concept... 4 Components... 4 Deploying Aivika One Lite... 5 Supported

More information

Electronic Bid Submission Supplier Guide

Electronic Bid Submission Supplier Guide Electronic Bid Submission Supplier Guide Canadian Public Tenders Agencies, Crown and Private Corporations Table of Contents 1 Electronic Bid Submission Check List... 2 2 Frequently Asked Questions... 2

More information

CMS Server Installation Guide

CMS Server Installation Guide CMS Server Installation Guide Models: SVC420GPS-L SVC820GPS-L 1 Contents Pre-requisites... 3 Server Installation... 3 Server Configuration... 8 Add a Client... 9 Add a Device... 10 Unit Setup... 12 Device

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

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

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

C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow

C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow 4820 8 th Ave SE, Salem OR 97302 4820 8 TH AVE. SE SALEM, OREGON 97302 C&A AR Online Credit Card Processor Installation and Setup Instructions with Process Flow The general purpose of this program is to

More information

Kittys School Management System

Kittys School Management System Management Module: Login Module: In this module site admin can be able to login by using their unique username and password. Add Section and Standard: Subject: Syllabus: Inbox: i. Admin can add the Standard

More information

PayPal Integration Guide

PayPal Integration Guide PayPal Integration Guide Table of Contents PayPal Integration Overview 2 Sage Accounts Setup 3 Obtaining API credentials from PayPal 4 Installing Tradebox Finance Manager 5 Creating a connection to PayPal

More information

User Manual. for. OrangeHRM & OrangeHRM Live

User Manual. for. OrangeHRM & OrangeHRM Live User Manual for OrangeHRM & OrangeHRM Live Table of Contents 1.0 Audience...6 2.0 Foreword...6 Admin Module...6 PIM Personal Information Module...7 ESS - Employee Self Service...7 Leave Module...7 Time

More information

NTTCT Mail Hosting Service Account Management

NTTCT Mail Hosting Service Account Management NTTCT Mail Hosting Service Account Management (Mail Hosting: NTT Communications (Thailand) Co., Ltd.) About This Document This document is intended to be a quick reference guide to follow for administrator

More information

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610

LevelOne MUS-1001. 1GB Smart Flash. User Manual V1.0.0-0610 LevelOne MUS-1001 1GB Smart Flash User Manual V1.0.0-0610 CONTENT CHAPTER 1 INTRODUCTION...4 1.1 About this Manual...4 1.2 Support Services...5 CHAPTER 2 PRODUCT OVERVIEW...6 2.1 Package Contents...6 2.2

More information

To create User who have already been registered with OCR and have received Registration Number can follow the following steps.

To create User who have already been registered with OCR and have received Registration Number can follow the following steps. 3 Post Registration 3.1 Create User To create User who have already been registered with OCR and have received Registration Number can follow the following steps. Figure 50: Link for new User Registration

More information

TABLE OF CONTENTS. Vendor Registration... 2. Usage of Digital Signature Certificate... 3

TABLE OF CONTENTS. Vendor Registration... 2. Usage of Digital Signature Certificate... 3 TABLE OF CONTENTS Frequently Asked Questions (FAQ) on Vendor Registration... 2 Usage of Digital Signature Certificate... 3 What is an etoken?. 4 What is stored in etoken? How to install the etoken drivers?

More information

Cloud FTP: A Case Study of Migrating Traditional Applications to the Cloud

Cloud FTP: A Case Study of Migrating Traditional Applications to the Cloud Cloud FTP: A Case Study of Migrating Traditional Applications to the Cloud Pooja H 1, S G Maknur 2 1 M.Tech Student, Dept. of Computer Science and Engineering, STJIT, Ranebennur (India) 2 Head of Department,

More information

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

Scenario: Law Office Management System / Law (Legal) Practice Management System 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

More information

Guide to Upsizing from Access to SQL Server

Guide to Upsizing from Access to SQL Server Guide to Upsizing from Access to SQL Server An introduction to the issues involved in upsizing an application from Microsoft Access to SQL Server January 2003 Aztec Computing 1 Why Should I Consider Upsizing

More information

Contents. 1 VPN Remote Access Service

Contents. 1 VPN Remote Access Service Contents 1 VPN Remote Access Service Record of Revisions Reference numbers are shown at the bottom left corner on the back cover of each manual. Date Reference No. Revised Contents February, 2015 1075NE0

More information

Microsoft RMS Integration Installation guide

Microsoft RMS Integration Installation guide Microsoft RMS Integration Installation guide October 2013 Mercury integrates with Microsoft RMS for high-speed authorization of credit, debit, and gift card transactions. Processing is fully integrated

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

A Brief Introduction to MySQL

A Brief Introduction to MySQL A Brief Introduction to MySQL by Derek Schuurman Introduction to Databases A database is a structured collection of logically related data. One common type of database is the relational database, a term

More information

Report on the Train Ticketing System

Report on the Train Ticketing System Report on the Train Ticketing System Author: Zaobo He, Bing Jiang, Zhuojun Duan 1.Introduction... 2 1.1 Intentions... 2 1.2 Background... 2 2. Overview of the Tasks... 3 2.1 Modules of the system... 3

More information

SonicWALL SRA Virtual Appliance Getting Started Guide

SonicWALL SRA Virtual Appliance Getting Started Guide COMPREHENSIVE INTERNET SECURITY SonicWALL Secure Remote Access Appliances SonicWALL SRA Virtual Appliance Getting Started Guide SonicWALL SRA Virtual Appliance5.0 Getting Started Guide This Getting Started

More information

Contents. Biocides Closed Circuit 28/10/2015

Contents. Biocides Closed Circuit 28/10/2015 2 Contents 1. Definition and goals... 3 2. Logging in... 4 2.1. Creating a personal account... 4 2.2. Linking your personal account to an enterprise... 7 2.3. Approval of the 'Local Admin' account by the

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

UAE eservices User Manual

UAE eservices User Manual UAE eservices User Manual www.moieserv.ae October 2006 Version 1.0 Table of Contents Introduction.3 What is UAE eservices.4 What are the requirements?.4 Methods of Payments.4 How to install/ Installation

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

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD)

USING MYWEBSQL FIGURE 1: FIRST AUTHENTICATION LAYER (ENTER YOUR REGULAR SIMMONS USERNAME AND PASSWORD) USING MYWEBSQL MyWebSQL is a database web administration tool that will be used during LIS 458 & CS 333. This document will provide the basic steps for you to become familiar with the application. 1. To

More information

CSA Helpdesk User Guide

CSA Helpdesk User Guide CSA Helpdesk User Guide CSA Helpdesk User Guide 1 Creating Tickets 1.1 1.2 Creating a New Ticket via Email 4 Creating a New Ticket via the Website 7 2 Account Management 2.1 2.2 2.3 Logging in to your

More information

ProSoftMod Commission Report Documentation

ProSoftMod Commission Report Documentation ProSoftMod Commission Report Documentation The purpose of these modifications is to produce commission reports by salesman. The reports can be done by total sales or gross profit. The can also by produced

More information

idelpi Software Quick Install and Basic Configuration Guide

idelpi Software Quick Install and Basic Configuration Guide idelpi Software Quick Install and Basic Configuration Guide (Trial version) This documentation helps you in installing the trial version of idelpi construction software on your computer. Prerequisites

More information

Job Streaming User Guide

Job Streaming User Guide Job Streaming User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition 08 2006 TOPS JS AA 3.2.1 The names of actual

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

February 2010 Version 6.1

February 2010 Version 6.1 HansaWorld University Point Of Sales (POS) Training Material HansaWorld Ltd. February 2010 Version 6.1 Table Of Contents INTRODUCTION...5 What is Point Of Sales?...5 THE 4 DIFFERENT WAYS OF USING POS...6

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

Internet Auctioning. The buyers 'view' the items on the server, and if they want to bid for it, they need to have a client to lodge a bid.

Internet Auctioning. The buyers 'view' the items on the server, and if they want to bid for it, they need to have a client to lodge a bid. [CSE IIT Kanpur] INTERNET AUCTIONING SYSTEM Final Project Report Group 9 Hemraj Bairwa Y5195, Hitesh Khandelwal Y5202, Varun Mithal Y5496 Guide: Dr. T. V. Prabhakar [2008] Internet Auctioning Aim: To meet

More information

MYOB EXO Business White Paper Aurora to EXO Business Migration Utility

MYOB EXO Business White Paper Aurora to EXO Business Migration Utility Installing EFTPOS 1 Overview... 3 1.1 Introduction... 3 1.2 In Scope... 3 1.3 Out of Scope... 3 1.4 Reference... 4 1.5 Country Specific Information... 4 1.6 Key Terms... 4 2 Pre-Migration Stage... 5 2.1

More information

ECOMMERCE SITE LIKE- GRAINGER.COM

ECOMMERCE SITE LIKE- GRAINGER.COM 12/19/2012 ITFLEXSOLUTIONS ECOMMERCE SITE LIKE- GRAINGER.COM Developed by : IT Flex Solutions www.itflexsolutions.com *Please note that this is not a final proposal only an estimate of the time and type

More information

SalesPad for Dynamics GP DataCollection Installation & Setup

SalesPad for Dynamics GP DataCollection Installation & Setup SalesPad for Dynamics GP DataCollection Installation & Setup A software product created by SalesPad Solutions, LLC Copyright 2004-2011 www.salespad.net Contact Information SalesPad Solutions, LLC. 3200

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

Xline Web App Documentation

Xline Web App Documentation Xline Web App Documentation A workbook for the Xline web application. 1. Introduction 1.1 Service description Xline Web App & Xline ERP Xline Web App is a mobile friendly web application that displays

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

Bookstore Inventory System Software Design Document. Version 1.0

Bookstore Inventory System Software Design Document. Version 1.0 Bookstore Inventory System Software Design Document Version 1.0 Revision History Date Version Description Author 17 November, 2010 0.1 Initial Draft Gerson Recinos Ho Nam Ho Jimar Miller Adam Wurtzel David

More information

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476

International Journal of Engineering Technology, Management and Applied Sciences. www.ijetmas.com November 2014, Volume 2 Issue 6, ISSN 2349-4476 ERP SYSYTEM Nitika Jain 1 Niriksha 2 1 Student, RKGITW 2 Student, RKGITW Uttar Pradesh Tech. University Uttar Pradesh Tech. University Ghaziabad, U.P., India Ghaziabad, U.P., India ABSTRACT Student ERP

More information

Chat4Support User Manual

Chat4Support User Manual Chat4Support User Manual Version 2.01 2012-4-5 Chat4Support User Manual, Version 2.0.1 Copyright 2003 2012 CodingBest, Inc. All rights reserved. This document is for information purposes only. Chat4Support

More information

Online Trading (E-Trade) USER GUIDE English Version 1.0 Web Link: www.nbadsecurities.com/etrade

Online Trading (E-Trade) USER GUIDE English Version 1.0 Web Link: www.nbadsecurities.com/etrade Online Trading (E-Trade) USER GUIDE English Version 1.0 Web Link: www.nbadsecurities.com/etrade 1 Table of Contents Introduction...3 Purpose of this Document... 3 Target Audience... 3 Logging on to NBADS...

More information

MAGIC Telephone Hybrid System - SQL Migration - using the example Wolfgang Peters 1 Overview of the SQL Migration Requirements Remarks for Windows 7 Users Hardware requirements SQL-Server Software requirements

More information

ADO and SQL Server Security

ADO and SQL Server Security ADO and SQL Server Security Security is a growing concern in the Internet/intranet development community. It is a constant trade off between access to services and data, and protection of those services

More information

SNMP-1 Configuration Guide

SNMP-1 Configuration Guide SNMP-1 Configuration Guide You must configure the Net Logic Card before it can operate properly. You have two methods to configure the Net Logic Card: Using telnet or terminal. Using Telnet 1. Make sure

More information

AssetGen Desktop Professional Download and Installation Instructions

AssetGen Desktop Professional Download and Installation Instructions AssetGen Desktop Professional Download and Installation Instructions 1.0 Platform Requirements The platform requirements are: Windows 7 or greater. 2GB RAM (4GB recommended for 64 bit systems). Microsoft.Net

More information

DESIGNING A LOGICAL DATA MODEL FOR A SALES AND INVENTORY MANAGEMENT SYSTEM

DESIGNING A LOGICAL DATA MODEL FOR A SALES AND INVENTORY MANAGEMENT SYSTEM Bachelor's thesis Information Technology Networking 2013 Hari Krishna Mahat DESIGNING A LOGICAL DATA MODEL FOR A SALES AND INVENTORY MANAGEMENT SYSTEM ii BACHELOR S THESIS ABSTRACT TURKU UNIVERSITY OF

More information

CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT. Team Project

CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT. Team Project CPS122 - OBJECT-ORIENTED SOFTWARE DEVELOPMENT Team Project Due Dates: See syllabus for due dates for each milestone This project spans much of the semester, to be completed as a series of milestones, each

More information

Design of Company s Salary Management System. Lei Xiong

Design of Company s Salary Management System. Lei Xiong 3rd International Conference on Management, Education, Information and Control (MEICI 2015) Design of Company s Salary Management System Lei Xiong College of Information Engineering, Jiangxi University

More information

Tenable for CyberArk

Tenable for CyberArk HOW-TO GUIDE Tenable for CyberArk Introduction This document describes how to deploy Tenable SecurityCenter and Nessus for integration with CyberArk Enterprise Password Vault. Please email any comments

More information

Implementing Microsoft Windows 2000 Clustering

Implementing Microsoft Windows 2000 Clustering Course Outline Implementing Microsoft Windows 2000 Clustering Other Information MS2087 Days 3 Starting Time 9:00 Finish Time 4:30 Lunch & refreshments are included with this course. Ph: 1300 TO TRAIN 1300

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

GEPL Capital Mobile Trading App

GEPL Capital Mobile Trading App GEPL Capital Mobile Trading App User Manual Version 2.2.0.0 Document Information DOCUMENT CONTROL INFORMATION AUTHOR GULZAR KHOPATKAR DOCUMENT MOBILE APPLICATIONS VERSION 2.2.0.0 www.geplcapital.com Page

More information

SpectraPro. SLQ Server databases

SpectraPro. SLQ Server databases VMI AB SpectraPro SLQ Server databases Release date: February 2011 Doc Ref No. AN 02106 SpectraPro - SQL Server Databases SpectraPro - SQL Server databases 1. Introduction SpectraPro can create a machine

More information

IX Support Tool Setting Manual

IX Support Tool Setting Manual IX System IP network-compatible intercom IX Support Tool Setting Manual Software version 2.0.0.0 or later Before configuring and using the system, read Setting Manual and Operation Manual (PDF) carefully.

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

City of Lincoln Emergency Alarm Registration

City of Lincoln Emergency Alarm Registration City of Lincoln Emergency Alarm Registration Contents New Emergency Alarm Registration... 2 Online Account Services... 7 Logging in... 7 Forgotten passwords... 7 Making Payments... 8 Viewing False Alarms...

More information

SQL Injection Attack Lab Using Collabtive

SQL Injection Attack Lab Using Collabtive Laboratory for Computer Security Education 1 SQL Injection Attack Lab Using Collabtive (Web Application: Collabtive) Copyright c 2006-2011 Wenliang Du, Syracuse University. The development of this document

More information

Technical Specifications (Excerpt) TrendInfoWorld Web Site

Technical Specifications (Excerpt) TrendInfoWorld Web Site SeaState Internet Solutions www.seastatesolutions.com Technical Specifications (Excerpt) TrendInfoWorld Web Site NOTE: Wireframe mockups and screenshots included in this document are functional diagrams

More information

AIR FORCE RESERVE USER HANDBOOK. Prepared by KYLOC Version 1.0

AIR FORCE RESERVE USER HANDBOOK. Prepared by KYLOC Version 1.0 AIR FORCE RESERVE USER HANDBOOK Prepared by KYLOC Version 1.0 Table of Contents Purpose/Summary... 2 Accessing the Air Force Reserve Site... 3 Logging In... 3 Order Placer Processes... 4 Individual Order...

More information

Copyright 2011 Business Management Systems. Web Based ERP/CRM Software

Copyright 2011 Business Management Systems. Web Based ERP/CRM Software Web Based ERP/CRM Software INTRODUCTION... 7 Features... 8 Services... 9 INSTALLATION... 10 CUSTOMER FILE... 11 Add Customer... 11 Modify Customer... 13 Add Ship To... 14 Modify Ship To... 15 Reports...

More information

SoftwarePlanner Active Directory Authentication

SoftwarePlanner Active Directory Authentication User s Guide SoftwarePlanner Active Directory Authentication This document provides an explanation of using Active Directory with SoftwarePlanner. 1 Narrative In some situations, it may be preferable to

More information