6
 BPO Management System AIM: To analyze and design a system for BPO management System (for processing a query) using Rational Rose tool. 1. PROB LE M ST AT EMEN T This project emphasizes about the Foreign Trade System which is an interface between the Account holder and the market. 2. MODULES AND DESCRIPTION Login: The Login module contains the form which contain membership name and member  password. It includes Username and Password. Posting a query: The module insists about the customer posting a query to the website. The query will be provided with a ticket number. Responding the query: The administrator or the agent on the other side, will reply or respond the query,  posted by the customer. The ticket will be closed after the response. Storage: The query and the response will be stored in the archive for future response. 2.1 SOFTWARE REQURIEMENTS: 1. Rational Rose

BPO Management System_record

Embed Size (px)

Citation preview

Page 1: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 1/6

 

BPO Management System

AIM:

To analyze and design a system for BPO management System (for processing a query)

using Rational Rose tool.

1. PROBLEM STATEMENT

This project emphasizes about the Foreign Trade System which is an interface between

the Account holder and the market.

2. MODULES AND DESCRIPTION

Login:

• The Login module contains the form which contain membership name and member 

 password. It includes Username and Password.

Posting a query:

• The module insists about the customer posting a query to the website. The querywill be provided with a ticket number.

Responding the query:

• The administrator or the agent on the other side, will reply or respond the query,

 posted by the customer. The ticket will be closed after the response.

Storage:

• The query and the response will be stored in the archive for future response.

2.1 SOFTWARE REQURIEMENTS:

1. Rational Rose

Page 2: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 2/6

 

3. USECASE DIAGRAM

post a query

customer respond query

login

administrator 

logout

store details

database

4. CLASS DIAGRAM

Database

id

query

store()

display()

 Administrator 

loginid

respond()

logout()

Customer 

loginid

login()

postquery()

logout()

Page 3: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 3/6

 

5. SEQUENCE DIAGRAM

customer 

 

customer administrator  

 

administrator database

 

database

login

store id

post query

store query

display query

login

respond to query

display response

logout

logout

6. COLLOBORATION DIAGRAM

customer  administrator 

database

1: login3: post query

5: logout

2: store id4: store query

7: login8: respond to query

10: logout

6: display query

9: display response

Page 4: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 4/6

 

7. STATECHART DIAGRAM

query storing

in database

login into

bpo

query

posting

responsing

the query

dispalying

the result

8. COMPONENT DIAGRAM

database

customer  administrator 

Page 5: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 5/6

 

9. ACTIVITY DIAGRAM

10. DEPLOYMENT DIAGRAM

customer adminstrat

or 

database

post query

login

storequery

respondquery

display

logout

Page 6: BPO Management System_record

5/14/2018 BPO Management System_record - slidepdf.com

http://slidepdf.com/reader/full/bpo-management-systemrecord 6/6

 

JAVA CODING:

Result:

Thus the Foreign Trading system was designed and analyzed using Rational Rose.