mobility bill defrayment hanmant r. kumbhar seat no : 1836 roll no :mc11041

28
MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Upload: angel-daniels

Post on 01-Jan-2016

220 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

MOBILITY BILL DEFRAYMENT

Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Page 2: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Contents

1. Introduction

2. About Company

3. Existing System

4. Operating Environment

5. Proposed System

6. Objective of System

8. Modules

9. Module Description

10. ERD

11. Object Diagram

12. Class Diagram

13. Use Case Diagram

14 Activity Diagram15. Sequence Diagram16. Component Diagram17. Deployment Diagram18. Table Design19. Data Dictionary20. Input Screens21. Output Screens22. Test Procedures23. Future Scope24. Conclusions25. Bibliography26. Q &A27. Thanking

Page 3: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

TECHFLOSYS TECHONOLOGY PVT.LTD

“Our mission is to provide complete technology solution to our customers and provide competency, partnership, collaboration and trust-based relation”.

Specialization in scalable web application. Client server application development

 

We are experts in developing web applications , web 2.0 tools and online social communities.

Page 4: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Existing System

To pay the Bills we need to go for the different government departments for example like Telephone Bill, Water Bill and Electrical Bill, Postpaid mobile bill.

Also need to make separate time schedule to pay the Bills and we have to wait in the line until we get a chance.

IF there is system which provide facility to pay the all bill payment under

one roof then people are comfortable to pay the bill.

Page 5: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Proposed System

Payment of Electricity Bill, Water Bill & Telephone Bill through Mobile, Postpaid mobile bill.

Pay as well as the view the status of our bills.

Credit card validation for customer payment.

Provide hassle free one-stop solution to the citizen and hence reducing the wastage of their valuable time

Page 6: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

OPERATING ENVIRONMENT-H/W & S/W

Hardware requirements:

Pentium processor : 233 MHZ

RAM Capacity : 128MB

Hard Disk : 80GB and above

Keyboard : 108 Standards

Monitor : 15’’ Color

Software requirements:

 

Operating System : Windows 7

Technology : Java

Web Technologies : Html, JavaScript,CSS

IDE : Net Beans 7.4

Web Server : Apache Tomcat

Database : Oracle

Java Version : J2SDK1.5

 

Page 7: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Objective of System

Software is always being a part of the large system. The work beings by establish requirement for all system elements and then allocating some subjects of these requirement of software, this system is essential when software must interface with other elements such as hardware people and

database.

To reduce workload of staff. To reduce the delay in processing time. To reduce the delay in bill generation. To provide the user-friendliness in all possible ways.

Page 8: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

MODULES

New Account Creations. Telephone Bill Payments. Water Bill Payments. Electricity Bill Payments. Approvals. Messages. Searching Techniques. Bill Maintenance. Customer Interface

Page 9: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

MODULE DESCRIPTION

• New Account Creation:

In this module user has to register by providing his/her personal details. Then

he/she will be provided login user id and password through which user can access

the system. Any user can open his/her account by registration.

Page 10: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Telephone Bill Payment:

This contains a page that user has to fill the details about telephone bill

payment .User has to provide the bill number, credit card number etc then pay the

bill which is specified in the bill slip of a particular user.

Page 11: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Water Bill Payment:

This contains a page that user has to fill the details about water bill payment .User

has to provide the bill number, credit card number etc then pay the bill which is

specified in the bill slip of a particular user.

Page 12: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Electric Bill Payment:

This contains a page that user has to fill the details about electricity bill

payment .User has to provide the bill number, credit card number and specified

amount etc then pay the bill which is specified in the bill slip of a particular user.

Page 13: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Approvals:

In this module the administrator approves by checking the card number sent by the

user is valid or not. If valid then the administrator accepts the request sent by the

customer otherwise rejects.

Page 14: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Messages:

In this module the administrator can send messages to single user or multiple users.

Administrator will send messages to user if user is not paying bills in time.

Page 15: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Searching Techniques:

Search by connection type

Search by Due Date

Search by Bill Number

Search by ID

Unpaid Bills

Page 16: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Class Diagram

login-Control

checkValidity()

iLogin

checkValidity()

1

1administrator

ANameAID

search()loadBills()sendMssg()update()

search

DuedateBillnoUidunpaidbills

domestic()apartmental()commerical()

1 1

approval

BillnoAmountcardNo

accept()reject()pending()

1

1

*

*

1

1

*

*

*

*

registration

NamePasswordAddressDOBGenderOccupationPhoneEmaiId

register()validate()

*1

user

UserIDNameAddressPhoneNoCreditNo

payBill()view Msg()

viewMessage

MsgNoMessage

getMessg()deleteMessg()

billPayments.

BillboAmountCardnoRemarks

validateCard()billPayment()

System

maintain userdetails()maintain admindetails()maintain billdetails()

*

1 1

*

*

* 1

1

1

Page 17: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Use Case Diagram

User

Registration

Login

Bill Payments

View Bills

Logout

Page 18: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Admin

Login

Search By Connection

Search By Bill Number

Search By Bill ID

Display Bills

Send Message

Logout

Page 19: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

INPUT SCREEN

Page 20: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

Send Message To Customer

Page 21: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 22: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 23: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041

OUTPUT SCREEN

Page 24: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 25: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 26: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 27: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041
Page 28: MOBILITY BILL DEFRAYMENT Hanmant R. Kumbhar Seat No : 1836 Roll No :MC11041