An Overview:: Documentation FOR Call Center Management System
An Overview:: Documentation FOR Call Center Management System
An Overview:: Documentation FOR Call Center Management System
FOR
CALL CENTER MANAGEMENT SYSTEM
An Overview:
Validation Rules
Type of user must be selected from the user type
User name and passwords should not be empty
A session would be maintained for all the users including
administrator with their login details from the login page to
the sign out page.
Server Pages, which captures the requests from the Front-End and
fires appropriate responses. The ASP on the server side with the
help of appropriate drivers establishes with the Database and
on Windows Server Edition 2000 are used for the Server Side
information.
. SYSTEM SPECIFICATION
Hardware Specifications:
mouse
Output media Printer, Scanner Printer (For Reports)
Software Specifications:
Server
Windows 2000 Ms. Visual Studio Ms IIS MS SQL Server
FEATURES OF SOFTWARE
Introduction to .NET
All use the same integrated development environment (IDE), which allows them to share
192 MB
mouse
Output media Printer Printer (For reports)
In addition, these languages leverage the functionality of the .NET
.
Clients Applications
.NET Framework
Windows
.NET
The Internal Third-Party .NET Enterprise
Foundation
Web Service Web Services Servers
Web Services
Language Enhancements
Visual Basic has been updated to include many new and improved
among others. Visual Basic also now supports structured exception handling,
C#
C++
simplify the task of migrating existing C++ applications to the new .NET
Framework. Attributes, like C++ keywords, are used in the source files and
Web Forms
compatible HTML and script, which allows any browser on any platform to
view the pages. Using Web Forms, we can create Web pages by dragging
and dropping controls onto the designer and then adding code, similar to the
Windows Forms
XML Web services are applications that can receive requests and data
using XML over HTTP. XML Web services are not tied to a particular
Studio .NET, we can quickly create and include XML Web services using
Visual Basic, Visual C#, JScript, Managed Extensions for C++, or ATL
Server.
XML Support
delivery over the Web. The World Wide Web Consortium (W3C) defines
applications. Visual Studio .NET fully supports XML, providing the XML
VB C++ C# JScript …
Visual
Studio
And Web Forms Forms
.NET
ADO.NET: Data and XML
Despite its name, the runtime actually has a role in both a component's
components.
Source
Source Code
Code Compile Assembly
Assembly
Compile
C++, C#, for any.NET r DLL or EXE
language Csc.exe or vbc.exe
developers use the Microsoft Foundation Classes and Java developers use
models and gives Visual Basic and JScript programmers access to class
libraries as well.
ASP.NET
that make it simple to build ASP Web applications. ASP.NET includes a set
text boxes and drop-down menus. These controls run on the Web server,
ADO.NET
To move data between a data store and the application, we must first
The SqlConnection object is optimized for use with SQL Server 7.0 or
Connection Strings
object depend on what data source it is connected to; not all data sources
single string, or can set individual connection properties. (If the data source
The two primary methods for connections are Open and Close. The
contact the data source and establish an open connection. The Close method
data sources support only a limited number of open connections, and open
use it but do not close it. This gives the flexibility to open and close data
commands. In that case, it is inefficient to have each adapter open and close
the connection when we call its Fill method. Instead of opening the
connection, call the Fill method of each adapter, and then close the
connection.
Pooling Connections
might be querying the same database to get the same data. In those cases, the
each user open and close a separate connection can otherwise have an
Transactions
.NET
What Is .NET?
systems more rapidly and in a more agile manner and help them realize the
If you ask a developer what Web services are, you'll hear something
But if you ask a business leader who has implemented Web service-
based solutions, you'll get a different kind of answer. You'll hear that Web
services are an approach that helps the business connect with its customers,
services to new customers. They help the business work more efficiently
with its partners and suppliers. They unlock information so it can flow to
every employee who needs it. They reduce development time and expense
for new projects. You'll hear less about what Web services are and more
including:
are written.
Each Web service is a discrete unit of code that handles a limited set
they can loosely link themselves into a collaborating group that performs a
particular task.
Back-end used:
database system that runs under windows NT. The three common examples
are SQL Server, Oracle and Access. The MSSQL Server is a wizard based
This MSSQL Server allows the user to specify the database that contains:
Diagrams allow the user to specify the foreign key constraints & also to
The user can insert the data into the tables both at design time and
through application programs. The user enters data into tables using open
The web server used in this project is IIS. Microsoft develops this IIS
web server. This web server is mainly used for stand-alone systems. This
Table 1:
Com_No numeric 9 0
Cust_Id varchar 10 1
Email_Id varchar 30 1
Subject varchar 30 1
Sen_date varchar 10 1
Table 2:
comno char 10 1
Table 3:
Name Data type Size Null
Com_No varchar 10 0
Cust_Id varchar 10 1
Cust_Name varchar 20 1
Phone_No varchar 15 1
Email_Id varchar 25 1
Prod_Id varchar 10 1
Prod_Name varchar 30 1
Com_Date varchar 11 1
Solved varchar 4 1
elpdate varchar 11 1
War_period_left varchar 15 1
CD datetime 8 1
Table 4:
username char 10 1
Table 5:
Custr_Id varchar 15 0
Cust_Name varchar 18 1
Address varchar 40 1
Phone_No varchar 15 1
Email_Id varchar 25 1
Product_Id varchar 10 1
Quantity numeric 9 1
Amount float 8 1
Date_Of_Purchase varchar 11 1
Table 6:
Department varchar 25 1
Table 7:
Emp_Id varchar 10 0
Emp_Name varchar 18 1
Address varchar 35 1
Gender varchar 10 1
Date_Of_Birth varchar 50 1
Dept_Id varchar 20 1
Department varchar 20 1
Salary float 8 1
Shift varchar 10 1
Date_Of_join varchar 50 1
Password char 10 1
Table 8:
Mail_No numeric 9 0
Cust_id varchar 10 1
Prod_Id varchar 10 1
Subject varchar 25 1
Table 9:
Prod_Id varchar 15 0
Prod_Name varchar 25 1
Price float 8 1
Warranty varchar 15 1
Table 10:
Sender varchar 25 1
Receiver varchar 25 1
Subject varchar 25 1
Count1 numeric 9 0
Rep_date varchar 11 1
Table 11:
Name Data type Size Null
Shift char 10 1
emp_id char 10 1
Table 12:
Cust_id varchar 10 0
User_Name varchar 15 1
Password varchar 12 1
First_Name varchar 15 1
Last_Name varchar 15 1
Address varchar 30 1
Gender varchar 8 1
Age int 4 1
Email_id varchar 25 1
Phone_No varchar 15 1
Hardware Requirements
Development hardware
Processor : Pentium III 800 MHz
Memory size : 128 MB RAM
Storage : 20 GB Hard Disk
1.44 MB - 3.5” Floppy Disk
Display : EGA/VGA Color Monitor
600 x 800 Pixels Resolution
High Color (16 Bit)
Key Board : Any with minimum required keys
Mouse : Any
Software Requirements
Operating System : Windows 2k family.
Front-End Tool : Visual Basic . Net
Back-End Tool : Sql Server 2000
TESTING SYNOPSIS
Module 1: Employee
Page Name
EmpLog Employee id Minimum 5 Character and Maximum
15 Character
Password Minimum 5 Character and Maximum
10 Character
Out Put Valid id and Password
Empmain Home
Inbox
Compose
Customer
Complaints
Sign Out
Out Put After Click it must go the Respective
Page
Inbox View the Data
Compose From Employee Id who login
To Minimum 5 Character and Maximum
10 Character
Subject Maximum 20 Character
Body Maximum 150 Character
Out Put Your Mail has Send Successfully
Customer Customer Id Minimum 5 Character and Maximum
10 Character
Name Maximum 30 Character
Address Maximum 100 Character
Phone Format (91-080-12345678)
Email_id Format (raj@yahoo.com)
Product id You Must Enter the id viewing the
Report
Product name Retrieve from the product
Warranty Retrieve from the product
Quantity Maximum 3 digits
Date_of_Purchase Select from Drop Down list
Price Retrieve from the product
Amount Retrieve from the product
To Select Custid To view the Existing Customer
Out Put Record Added
Complaints Complaint id Auto Generated.
Customer id Existing Customer id
Custname Read only
Phone Read only
Email id Read only
Product id Existing Product id
Product Name Read only
Warranty Read only
Purchase Date Format (dd/mm/yyyy)
Complaint Date Format (dd/mm/yyyy)
Solved Yes/No
Out Put Record Added
Complaints Complaints
Reports Solved
Complaints
Unsolved
Complaints
Date Format(dd/mm/yyyy)
Out Put You will get the Record of
Complaints
Sign Out Your Session will expire you have to login again…..
Module 2: Manager
Page Name
Manlog Manager id Minimum 5 Character and Maximum
15 Character
Password Minimum 5 Character and Maximum
10 Character
Out Put Valid id and Password
Manmain Home
Back
Comments
Add
Employee
Employee
Details
Shift Details
Sign Out
Out Put After Click it must go the Respective
Page
Comments You can view the Customer comments
Add Employee Employee id Maximum 10 Character
Employee Maximum 30 Character
Name
Address Maximum 100 Character
Gender Male or Female
DOB You have to select from the combo box
Department id You have to View the Report and Give
department id
Department From Department
Salary Maximum 5 digits
Shift
Date of join You have to select from the combo box
To view Enter the Valid Employee id
Employee
Out Put Record Added
Employee Details To view the Existing Employee Information..
Shift Details shift You have to select Day/Night
Select Emp id You have to select Employee id
Employee id It will show Employee id based on Shift
Out Put Record Added
Sign Out Your Session will expire you have to login again…..
Module 3: Customer
Page Name
Cuslog User Name Minimum 5 Character and Maximum
15 Character
Password Minimum 5 Character and Maximum
10 Character
New User? You can Click here to Create new User
Out Put Valid id and Password
Custmain Home
Inbox
Complaint
Comments
Sign Out
Out Put After Click it must go the Respective
Page
Sign up Customer Id Minimum 5 Character and Maximum
10 Character
User Name Maximum 30 Character
Password Minimum 5 Character and Maximum
10 Character
Re_Password Minimum 5 Character and Maximum
10 Character
First Name Maximum 30 Character
Last Name Maximum 30 Character
Address Maximum 100 Character
Gender Male or Female
Age Maximum 2 digits
Email_Id Format (raj@yahoo.com)
Phone No Format (91-080-12345678)
Out Put Record Added
Inbox View the Data
Complaint Customer id Minimum 5 Character and Maximum
10 Character
Product id Minimum 5 Character and Maximum
10 Character
Subject Maximum 20 Character
Message Maximum 150 Character
Out Put Your Mail has Send Successfully
Comments Customer id Minimum 5 Character and Maximum
10 Character
Email id Format (raj@yahoo.com)
Subject Maximum 20 Character
Message Maximum 150 Character
Out Put Your Mail has Send Successfully
Sign Out Your Session will expire you have to login again…..
Module 3: Product
Page Name
Product Product id Product id Must be unique and
Maximum 10 Character
Product Name Maximum 30 Character
Price Maximum 5 digits
To view Valid Product id from the Reports
Out Put Record Added
Reports To view the Product Details…