Employee Payroll System.

Size: px
Start display at page:

Download "Employee Payroll System."

Transcription

1 Acharya Motibhai Patel Institute Of Computer Studies,Ganpat University, Ganpat Vidyanagar Presented By Roll No Semester Internal Guide Group No : Sajidkhan & Chirag patel : & : 5th : Mr.Ketan J Patel : 12 Employee Payroll System 1

2 Project Profile 2

3 OBJECT CONTENT Project Title Employee Payroll Management System Objective Our goal is to provide the all the payroll information to the employees in an organization. Front End Asp.net with C#.NET Framework 4.0 Back End Ms Sql server 2008 Tools Visual studio 2010,MS office Web Server IIS web server Internal Guide Mr.Ketan J Patel Group No 12 3

4 Requirement Specification 4

5 Existing System It is working as semi manual system. Man power require in the system. Hard to retrieve data. Hard to prepare salary reports. 5

6 New System Eliminates the paper work. Require less time and man power. It provide live as well as past data of the employees. Provide Easy Retrieval of the data. Provide Facility for employee. 6

7 Functional Specification 7

8 Functionality Registration of user View employees Generate payslip Generate Reports Sent/Receive Show Payslip Show Reports 8

9 Modules Admin Admin is a administrator of the employee payroll system. And Admin can Manage the employee as well as Admin generate the pay slip and Reports of employees. Manger Manager can Sent/Receive s internally to the employees in organization And show The reports generated by Admin. Employee Employee can show the pay slip and Sent or receive s to the manager. 9

10 Users Admin Login Manage Employee Generate Repots. Generate Pay slip. View Employee Logout Manager Login Show Reports Sent/Receive Logout Employee Login Show pay slip Sent/Receive Logout 10

11 Minimum Hardware & Software Requirement 11

12 Hardware Specification (Minimum) Sever Configuration Processor 1.6 GHz 512 MB RAM 3.5 GB Free Space in Hard Disk Client Configuration Processor 1 GHz 128 MB RAM 100 MB Free Space in Hard Disk 12

13 Software Specification (Minimum) Server Configuration Microsoft windows 2000 or other equivalent with.net framework. IIS web server Internet Explorer 5.0 or Compatible Browser. MS SQL Server Client Configuration Windows XP or other equivalent OS Internet Explorer 5.0 or compatible web browser 13

14 Activity Diagram 14

15 15

16 Use Case Diagram 16

17 Admin 17

18 EMPLOYEE-MANAGER 18

19 Class Diagram 19

20 20

21 Sequence Diagram 21

22 22

23 Collaboration Diagram 23

24 24

25 Data Dictionary 25

26 Table Name :- DESIGNATION TABLE Description:- This stores designation details FIELD NAME DATATYPE SIZE CONSTRA INT ID integer DESGNAME Varchar 20 Not null Designation name BASIC Varchar 10 Not null Designation wise basic DA Varchar 10 Not null Designation wise dearness allowance HRA Varchar 10 Not null Designation wise house rent allowance MA Varchar 10 Not null Designation wise medical allowance Primary key DESCRIPTION Designation id 26

27 DESIGNATION TABLE (Cont..) FIELD NAME DATATYPE SIZE CONSTRA INT DESCRIPTION Ta Varchar 10 Designation wise travelling allowance PTAXT Varchar 10 Designation wise professional text GROSS SALARY Decimal 20,2 Designation wise gross salary NETPAY Decimal 20,2 Designation wise net salary NoOFPL Integer 2 Designation wise permission leave NoOFML Integer 2 Designation wise medical leave CREATE DATE date Designation created date 27

28 Table Name :- EMPLOYEE INFO TABLE Description:- This stores employee information details FIELD NAME DATA TYPE SIZE CONSTRAINT EMPID Integer - NAME Varchar GENDER DESCRIPTION Primary key Employee id 20 Employee name Varchar 6 Employee gender MOBILE Integer 10 Employee mobile number PHONE Integer - Employee phone number ID Varchar 20 Employee id ADDRESS Varchar 100 Employee address CITY Varchar 20 Employee city 28

29 EMPLOYEE INFO TABLE (Cont..) FIELD NAME DATA TYPE SIZE CONSTRAINT DESCRIPTION PIN Integer - Employee pincode STATE Varchar 20 Employee state JOIN DATE Varchar 20 Employee date of join DESIGID Integer - Foreign key Employee designation id EDUCATION Varchar 20 Employee education USERNAME Varchar 20 Employee username PASSWORD Varchar 10 Employee password TYPE Varchar 10 Store type of user CREATE TIME Varchar 20 Store created time LAST LOGIN TIME Varchar 20 Store last log in Employee Payrolltime System. 29

30 Table Name :- DESIGNATION CHANGETABLE Description:- This stores designation change details FIELD NAME DATATYPE ID integer EMPID SIZE CONSTRAINT DESCRIPTION - Primary key Designation change id Varchar 20 Foreign key Employee id DESIGID Varchar 20 Designation old id CREATE DATE date - Designation created date 30

31 Table Name :- SALARY TABLE Description:- This stores Salary Details FIELD NAME DATATYPE SIZE CONSTRAINT DESCRIPTION ID Integer - Primary Key Store id SALARYID Integer - Store salary id TYPE Varchar 15 EMPID Integer - Foreign Key Store employee id DESIGID Integer - Foreign Key Store designation id BASIC Varchar 20 Store basic salary GROSS SALARY Decimal 20,2 Store gross salary NET PAY Decimal 20,2 Store net salary 31

32 Table Name :- TABLE Description:- This stores Details FIELD NAME DATATYPE SIZE CONSTRAINT DESCRIPTION ID Integer - Primary key Message id TOID Integer - Message to id FROMID Integer - Message from id SUBJECT Nvarchar 500 Message subject MESSAGE Nvarchar Max Message body ISREAD Bit - Message read or not 32

33 Table Name :- PAYSLIP TABLE Description:- This stores Payslip Details FIELD NAME DATATYPE SIZE CONSTRAINT DESCRIPTION PAY SLIP ID Integer - Primary key Store pay sleep id EMPLOYEE ID Integer - Foreign key Store employee id MONTH NAME Varchar 20 Store month name YEAR Integer - Store year GENERATED ON Varchar 20 Store generated date BASIC SALARY Varchar 20 Store basic salary IS MAIL bit Store mail or not 33

34 PAY SLIP TABLE (Cont..) FIELD NAME DATATY SIZE PE CONSTRAINT DESCRIPTION NoOFMLEAVES Varchar 2 Store no.of madical leave NoOFPLEAVES Varchar 2 Store permission leave SALARYPERDAY Varchar 20 Store salary per day DEDUCTION Varchar 20 Store deduction NET SALARY Decimal 20,2 Store net salary ISMAIL bit Store mail or not 34

35 E-R Diagram 35

36 36

37 Process Algorithm 37

38 Admin Step 1:- open the web system. Step 2:- login to the system. Step 3:- Enter username and password if username and password is wrong then goto step2 else goto step 4. Step 4:- Manage employees. Step 5:- Manage salary. Step 6:- Generate reports. Step 7:- Logout from system. 38

39 Employee Step 1:- Open the web system. Step 2:- Login to the system. Step 3:- Enter username and password if username and password is wrong then goto step 2 else goto step 4. Step 5:- Send/receive s. Step 6:- Show the paysip. Step 7:- Logout from system. 39

40 Manager Step 1:- Open the web system. Step 2:- Login to the system. Step 3:- Enter username and password if username and password is wrong then goto step 2 else next step 4. Step 4:- Send/receive s. Step 5:- Show the reports. Step 3:- Logout from system. 40

41 Input Design 41

42 HOME PAGE 42

43 ABOUT US

44 CONTACT US

45 ADMIN LOGIN PAGE

46 ADMIN LOGIN PAGE (Cont..)

47 HOME PAGE ADMIN 47

48 EMPLOYEE INFORMATION

49 EMPLOYEE INFORMATION (Cont )

50 EMPLOYEE INFORMATION (Cont..) 50

51 EMPLOYEE INFORMATION (cont.) 51

52 DESIGNATION

53 DESIGNATION 53

54 Payslip 54

55 Payslip SEARCH 55

56 SEARCH PAYSLIP (cont ) 56

57 GENERATE NEW Payslip 57

58 GENERATE NEW Payslip (cont..) 58

59 ADMIN LOGOUT

60 EMPLOYEE LOGIN

61 EMPLOYEE LOGIN (cont ) 61

62 EMPLOYEE HOME PAGE

63 EMPLOYEE SHOW PAYSLIP

64 MANAGER LOGIN (Cont )

65 MANAGER LOGIN

66 MANAGER

67 MANAGER (cont..):

68 MANAGER SEND

69 MANAGER SEND (cont..):

70

71 MANAGER SHOW REPORT

72 MANAGER SHOW REPORT (Cont..)

73 TESTING 73

74 Sr.no Test cases Expected result Actual result 1 User Registration User must fill up all detail and then registration successfully. Output as expected. Pass 2 Login Test Check for data in table and login. Output as expected. Pass 3 Insert records in Database(Admin) Only Valid data must Output as be Enter expected. Pass 4 Remove Data from Database(Admin) Delete data as per Requirement Output as expected. Pass 5 Update Data from Database(Admin) Update data as per Requirement Output as expected. Pass 6 Generate Payslip from Database(Admin) Generate Payslip as per Requirement Output as expected. Pass Pass/Fail 74

75 Sr.no Test cases Expected result Actual result 7 1.Show Payslip(Employee) Show payslip As per Requirement. Output does not expected Fail 2.Show Payslip(Employee) Show payslip As per Requirement. Output expected Pass 1.Send/Receive (Employee) User Send/Receive to Manager Output Does not expected. Fail 1.Send/Receive (Employee) User Send/Receive to Manager 8 9 Pass/Fail Pass Output expected Show Reports(Manager) Show Salary Report Output as of Employees expected. Pass 75

76 Sr.no Test cases Expected result Actual result 10 1.Send/Receive (Manager) User Send/Receive to Employee Output Does not expected. 1.Send/Receive (Manager) User Send/Receive to Employee Pass/Fail Fail Pass Output expected 76

77 Future Enhancement 77

78 Following Expansion can be done : Employees can communicate with each other. Calculate arrears for employees. 78

79 Bibliography/References 79

80 Reference Books and Journal Asp.net 4.0 Asp.net 3.5 Complete reference Referring online manual from website

81 81

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

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

Employee Management System

Employee Management System A Project Presentation On Employee Management System Submitted By: Patel Sona B. Patel Payal J. [E.No-13084231201] [E.No-13084231170] M.Sc. (CA & IT) Semester-III Submitted To: Department of Computer Science,

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

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

Project Report On Online Sales Order Management System

Project Report On Online Sales Order Management System Project Report On Online Sales Order Management System Submitted By :- Patel Chinmay P.(060) Gandhi Himil M.(022) BCA SEM:-VI MARCH-APRIL 2012 Guided by :- Savan. K.Patel Submitted to :- ACHARYA MOTIBHAI

More information

CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM

CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM AMPICS LIBRARY A Project Report On CATTLE INSURANCE AGENCY MANAGEMENT SYSTEM Submited By :Jayesh S. Patel Mitesh Y. Patel Guided By :( 11032211153 ) ( 11032211181 ) Mr. Jasmin B. Patel Group No :- C22

More information

Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012

Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012 Acharya Motibhai Patel Institute Of Computer Studies, Ganpat University, Ganpat Vidhyanagar 3840012 MCA 6 Name: Gulnaz Ghanchi. Roll No: 11034211011. CRM App Project Profile Project Title: CRM App Objective:

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

TIME KEEP LEGAL BILLING SOFTWARE REQUIREMENTS SPECIFICATION

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

More information

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

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

More information

Prerequisites Guide. Version 4.0, Rev. 1

Prerequisites Guide. Version 4.0, Rev. 1 Version 4.0, Rev. 1 Contents Software and Hardware Prerequisites Guide... 2 anterradatacenter Version selection... 2 Required Software Components... 2 Sage 300 Construction and Real Estate ODBC... 2 Pervasive

More information

This is to certify that

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

More information

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

B. KTT Web-based File Transfer

B. KTT Web-based File Transfer B. KTT Web-based File Transfer The Key Total Treasury Internet File Transfer module allows clients to upload or download data files to/from KeyBank s transmission platform using a PC and Internet browser.

More information

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

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

How to Install and Set Up the FASTER Dashboard

How to Install and Set Up the FASTER Dashboard How to Install and Set Up the FASTER Dashboard for Win & Web Steven Opetaia-Williamson FASTER Dashboard What you will know when you leave this session Understanding of what is the FASTER Dashboard Knowledge

More information

SYSTEM SETUP FOR SPE PLATFORMS

SYSTEM SETUP FOR SPE PLATFORMS BEST PRACTICE SYSTEM SETUP FOR SPE PLATFORMS Product Snow License Manager Version 7.0 Content System requirements SQL Server configuration Maintenance Test environment Document date 2015-10-15 ABOUT THIS

More information

How To Install Help Desk Premier

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

More information

Bode Collection Point Electronic DNA Sample Information Program Technical Specifications

Bode Collection Point Electronic DNA Sample Information Program Technical Specifications Bode Collection Point Electronic DNA Sample Information Program Technical Specifications Product Definition Bode Collection Point software is used to collect and report personal information and other meta

More information

Student attendance Management

Student attendance Management Student attendance Management Mrs.Dhanashree Amit Gupta Teerthanker Mahaveer University NH-24, Bagarpur, Delhi Road Moradabad-244001(U.P.) India Table of Contents 1. Synopsis 2. Feasibility Study 3. Working

More information

4cast Server Specification and Installation

4cast Server Specification and Installation 4cast Server Specification and Installation Version 2015.00 10 November 2014 Innovative Solutions for Education Management www.drakelane.co.uk System requirements Item Minimum Recommended Operating system

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

Sage Grant Management System Requirements

Sage Grant Management System Requirements Sage Grant Management System Requirements You should meet or exceed the following system requirements: One Server - Database/Web Server The following system requirements are for Sage Grant Management to

More information

Grant Management. System Requirements

Grant Management. System Requirements January 26, 2014 This is a publication of Abila, Inc. Version 2014.x 2013 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names mentioned

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

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

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

This chapter includes the following topics: User's and Administrator's Guides. Symantec Workspace Virtualization build: 6.4.0.1711

This chapter includes the following topics: User's and Administrator's Guides. Symantec Workspace Virtualization build: 6.4.0.1711 Chapter 1 Symantec Endpoint Virtualization 6.1 SP8 MP1 Release Notes This chapter includes the following topics: About Symantec Endpoint Virtualization 6.1 SP8 MP1 What's new in 6.1 SP8 MP1 Supported Platforms

More information

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual

LockView 4.3.1 CompX Database & Network Configuration & Installation Manual LockView 4.3.1 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements...

More information

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com

User Manual V1.3. NCB File Converter. @alahlincb. /alahlincb. 9 2000 1000 www.alahli.com User Manual V1.3 NCB File Converter @alahlincb /alahlincb 9 2000 1000 www.alahli.com The National Commercial Bank File Converter User Manual Copyright 2013 The National Commercial Bank Page 2 of 44 Table

More information

Exposed Database( SQL Server) Error messages Delicious food for Hackers

Exposed Database( SQL Server) Error messages Delicious food for Hackers Exposed Database( SQL Server) Error messages Delicious food for Hackers The default.asp behavior of IIS server is to return a descriptive error message from the application. By attacking the web application

More information

Abila Grant Management. System Requirements

Abila Grant Management. System Requirements Abila Grant Management This is a publication of Abila, Inc. Version 2015 2014 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product and service names

More information

Server Installation Procedure - Load Balanced Environment

Server Installation Procedure - Load Balanced Environment Server Installation Procedure - Load Balanced Environment 1. Introduction This document explains a step-by-step procedure in case BackupAgent BV performs an installation of the BackupAgent Server Software

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

NEXTGEN v5.8 HARDWARE VERIFICATION GUIDE CLIENT HOSTED OR THIRD PARTY SERVERS

NEXTGEN v5.8 HARDWARE VERIFICATION GUIDE CLIENT HOSTED OR THIRD PARTY SERVERS This portion of the survey is for clients who are NOT on TSI Healthcare s ASP and are hosting NG software on their own server. This information must be collected by an IT staff member at your practice.

More information

MS SQL Installation Guide

MS SQL Installation Guide MS SQL Installation Guide Microsoft SQL Database For Debtors Manager Table of contents 1. Overview 2. Minimum server installation requirements for MS SQL 3. Installing MS SQL on your server 4. Installing

More information

SQL Server / Express 2008 Migration Frequently Asked Questions

SQL Server / Express 2008 Migration Frequently Asked Questions SQL Server / Express 2008 Migration Frequently Asked Questions Contents Introduction... 2 Summary... 2 What will the process be?... 3 SQL Express Installation Prerequisites... 3 The SQL Express Installer...

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

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team

e-config Data Migration Guidelines Version 1.1 Author: e-config Team Owner: e-config Team Data Migration was a one-time optional activity to migrate the underlying portfolio database in e- config and was only needed during the e-config Upgrade that was rolled out on January 21, 2013. This document

More information

Online College Management System

Online College Management System College Management System Perceiving the need for the advanced college management software, Kittys has developed new, essential, enhanced college management product to keep the management team out of laden

More information

SiteCount v2.0 Revised: 10/30/2009

SiteCount v2.0 Revised: 10/30/2009 SiteCount v2.0 Revised: 10/30/2009 Copyright 2009, Traf-SYS, Inc. Contents Introduction... 4 Requirements... 4 General... 4 Software... 4 Hardware... 4 Fulfilling Software Requirements... 5 Installation

More information

Hardware and Software Requirements for Installing California.pro

Hardware and Software Requirements for Installing California.pro Hardware and Requirements for Installing California.pro This document lists the hardware and software requirements to install and run California.pro. Workstation with SQL Server type: Pentium IV-compatible

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

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

MSSQL quick start guide

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

More information

Richmond Systems. SupportDesk Web Interfaces - Quick Start Guide

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

More information

NETWRIX CHANGE NOTIFIER

NETWRIX CHANGE NOTIFIER NETWRIX CHANGE NOTIFIER FOR SQL SERVER QUICK-START GUIDE Product Version: 2.6.194 February 2014. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

System Requirements Table of contents

System Requirements Table of contents Table of contents 1 Introduction... 2 2 Knoa Agent... 2 2.1 System Requirements...2 2.2 Environment Requirements...4 3 Knoa Server Architecture...4 3.1 Knoa Server Components... 4 3.2 Server Hardware Setup...5

More information

RSA AUTHENTICATION AGENTS FOR MICROSOFT WINDOWS

RSA AUTHENTICATION AGENTS FOR MICROSOFT WINDOWS RSA AUTHENTICATION AGENTS FOR MICROSOFT WINDOWS Components Available with Each Version of RSA Agents for Microsoft Windows Agent Local Authentication Client RSA Authentication Agent 6.1.3 Remote Authentication

More information

Using. Microsoft Virtual PC. Page 1

Using. Microsoft Virtual PC. Page 1 Using Microsoft Virtual PC T4 Page 1 Microsoft Virtual PC Microsoft Virtual PC allows multiple Guest Operating Systems (Virtual Machines) to run using the resources of the Host Operating System (The PC

More information

AuditMatic Enterprise Edition Installation Specifications

AuditMatic Enterprise Edition Installation Specifications Enterprise Edition Installation Specifications Version: 4.0 Copyright 2005 F.A.S., Inc. All rights reserved. Copyright 2008 F.A.S., Inc. All rights reserved. Copyright Notice Information contained in this

More information

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES

INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES INSTALLING MICROSOFT SQL SERVER AND CONFIGURING REPORTING SERVICES TECHNICAL ARTICLE November 2012. Legal Notice The information in this publication is furnished for information use only, and does not

More information

Government Girls Polytechnic, Bilaspur

Government Girls Polytechnic, Bilaspur Government Girls Polytechnic, Bilaspur Name of the Lab: Internet & Web Technology Lab Title of the Practical : Dynamic Web Page Design Lab Class: CSE 6 th Semester Teachers Assessment:20 End Semester Examination:50

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

MoversSuite by EWS. System Requirements

MoversSuite by EWS. System Requirements System Requirements To install and run MoversSuite, a workstation and network must meet certain requirements. The following sections detail the requirements for hardware and software on a client, server(s),

More information

ODBC Driver Version 4 Manual

ODBC Driver Version 4 Manual ODBC Driver Version 4 Manual Revision Date 12/05/2007 HanDBase is a Registered Trademark of DDH Software, Inc. All information contained in this manual and all software applications mentioned in this manual

More information

System Requirements for Microsoft Dynamics SL 2015

System Requirements for Microsoft Dynamics SL 2015 System for Microsoft Dynamics SL 2015 Overview This document contains the minimum client hardware requirements, server recommendations and Terminal Server minimum hardware requirements supported by the

More information

Trend Micro Control Manager 6.0 Service Pack 2 System Requirements

Trend Micro Control Manager 6.0 Service Pack 2 System Requirements Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

CRM - Word Connector (CWC) For the vtiger CRM User s Manual Manual Version 1.0

CRM - Word Connector (CWC) For the vtiger CRM User s Manual Manual Version 1.0 CRM - Word Connector (CWC) For the vtiger CRM User s Version 1.0 Copyright 2004-2012 CWC CRM Word Connector User s Copyright 2004-2012, All rights reserved. 1 st Edition Trade Marks Many of the designations

More information

Installation procedure for Chromis REC for 3CX

Installation procedure for Chromis REC for 3CX Installation procedure for Chromis REC for 3CX According to 3CX recommendations Chromis REC system should be installed on separate computer than 3CX Phone system due to necessary Microsoft SQL Server which

More information

1. Technical requirements 2. Installing Microsoft SQL Server 2005 3. Configuring the server settings

1. Technical requirements 2. Installing Microsoft SQL Server 2005 3. Configuring the server settings Microsoft SQL Server 2005 Installation guide and configuration settings on Microsoft Windows 2003/2008 server ( March 2009 ) This guide explains the different steps for installing and configuring Microsoft

More information

LockView 4.2 CompX Database & Network Configuration & Installation Manual

LockView 4.2 CompX Database & Network Configuration & Installation Manual LockView 4.2 CompX Database & Network Configuration & Installation Manual Table of Contents CompX Database & Network Configuration & Installation Manual Introduction... 4 Installation Requirements... 5

More information

Hardware and Software Requirements for Sage 50 v15 to v22

Hardware and Software Requirements for Sage 50 v15 to v22 Hardware and Software Requirements for Sage 50 v15 to v22 Sage 50 Accounts v22 Note: The Sage Data Service has the same system requirements as Sage 50 Accounts v22. Note: For more information on support

More information

Vision Document Airline Reservation System

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

More information

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

LabStats 5 System Requirements

LabStats 5 System Requirements LabStats Tel: 877-299-6241 255 B St, Suite 201 Fax: 208-473-2989 Idaho Falls, ID 83402 LabStats 5 System Requirements Server Component Virtual Servers: There is a limit to the resources available to virtual

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

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide Stellar Phoenix SQL Database Repair 6.0 Installation Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server

More information

ASTROW HR. Installation & Operation & Programming MANUAL

ASTROW HR. Installation & Operation & Programming MANUAL ASTROW HR Installation & Operation & Programming MANUAL 2007 A.S.E. R&D EUROPE. Printed in Belgium. All rights reserved. NOTICE Information in this document is subject to change without notice and does

More information

Konica Minolta s Optimised Print Services (OPS)

Konica Minolta s Optimised Print Services (OPS) Konica Minolta s Optimised Print Services (OPS) Document Collection Agent (DCA) Detailed Installation Guide V1.6 Page 1 of 43 Table of Contents Notes... 4 Requirements... 5 Network requirements... 5 System

More information

System Requirements for Microsoft Dynamics GP 2013

System Requirements for Microsoft Dynamics GP 2013 Page 1 of 10 System for Microsoft Dynamics GP 2013 Last Modified 12/27/2012 Posted 4/2/2012 This page lists the system requirements for Microsoft Dynamics GP 2013. On this page: Overview Client Server

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

LOREX CLIENT 2.2 Integrated Remote Agent Software

LOREX CLIENT 2.2 Integrated Remote Agent Software LOREX CLIENT 2.2 Integrated Remote Agent Software Instruction Manual English Version 1.0 MODEL: L15LD420 / L17LD420 Series Copyright 2008 LOREX Technology Inc. www.lorexcctv.com Table of Contents Table

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

More information

Is my site ready for upgrade to v7.6?

Is my site ready for upgrade to v7.6? Is my site ready for upgrade to v7.6? 6 answers in 6 minutes Web Filter and Web Security Web Security Gateway Web Security Gateway Anywhere web security data security email security 2011 Websense, Inc.

More information

1. Introduction 1.1 Methodology

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

More information

Requirements Specification Document for esim-mr 1.0

Requirements Specification Document for esim-mr 1.0 Requirements Specification Document for esim-mr 1.0 1. Overview: This document describes the requirements for the esim-mr system, version 1.0. 1.1 Current System The current system used by most doctors

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

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

E21 Mobile Users Guide

E21 Mobile Users Guide E21 Mobile Users Guide E21 Mobile is the Mobile CRM companion to TGI s Enterprise 21 ERP software. Designed with the mobile sales force in mind, E21 Mobile provides real-time access to numerous functions

More information

Cloud Authentication. Getting Started Guide. Version 2.1.0.06

Cloud Authentication. Getting Started Guide. Version 2.1.0.06 Cloud Authentication Getting Started Guide Version 2.1.0.06 ii Copyright 2011 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

EASRestoreService. Manual

EASRestoreService. Manual Manual Introduction EAS is a powerful Archiving Solution for Microsoft Exchange, Lotus Notes, Sharepoint and Windows based File systems. As one of the Top 5 Enterprise Archiving Solutions worldwide is

More information

Quick Installation Guide

Quick Installation Guide avast! Small Office Administration Quick Installation Guide avast! Reseller Technical Support reseller-support@avast.com Operating Systems Supported System Requirements Windows XP SP3 or higher, Windows

More information

Very Large Enterprise Network, Deployment, 25000+ Users

Very Large Enterprise Network, Deployment, 25000+ Users Very Large Enterprise Network, Deployment, 25000+ Users Websense software can be deployed in different configurations, depending on the size and characteristics of the network, and the organization s filtering

More information

ClickOnce Deployment Notes

ClickOnce Deployment Notes ClickOnce Deployment Notes ClickOnce is a Microsoft deployment technology that installs the application with minimal user interaction. ClickOnce brings the ease of deployment of Web applications to the

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

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

Desktop and Professional Editions

Desktop and Professional Editions YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Desktop and Professional Editions Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining

More information

DCPS STUDENT OPTION HOME USE PROGRAM SIGN UP INSTRUCTIONS

DCPS STUDENT OPTION HOME USE PROGRAM SIGN UP INSTRUCTIONS DCPS STUDENT OPTION HOME USE PROGRAM SIGN UP INSTRUCTIONS Step-by-Step Abstract The Enrollment for Education Solutions agreement between Microsoft and Duval County Public Schools provides a student option

More information

Microsoft Office 2010 system requirements

Microsoft Office 2010 system requirements Microsoft Office 2010 system requirements When upgrading from Microsoft Office 2007 to the 2010 release you should not need to upgrade your hardware, although you might need to upgrade to a supported operating

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

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

1 of 10 1/31/2014 4:08 PM

1 of 10 1/31/2014 4:08 PM 1 of 10 1/31/2014 4:08 PM copyright 2014 How to backup Microsoft SQL Server with Nordic Backup Pro Before creating a SQL backup set within Nordic Backup Pro it is first necessary to verify that the settings

More information

NetWrix Privileged Account Manager Version 4.0 Quick Start Guide

NetWrix Privileged Account Manager Version 4.0 Quick Start Guide NetWrix Privileged Account Manager Version 4.0 Quick Start Guide Table of Contents Table of Contents... 2 1. Introduction... 3 1.1. What is NetWrix Privileged Account Manager?... 3 1.2. Licensing... 3

More information

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

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

More information

About This Manual. 2 About This Manual

About This Manual. 2 About This Manual Ver.4.1 Important This System Guide applies to RadiNET Pro Ver. 4.1. Please read this System Guide and the User s Manual on the RadiNET Pro CD-ROM carefully to familiarize yourself with safe and effective

More information