Fs Chapter1
Fs Chapter1
CHAPTER-1
INTRODUCTION
Electricity Billing Management helps in managing and maintain all consumer and
billing activities online. This project basically covers all the needs to manage
electricity billing activities like consumer details, consumer meter details, billing
details, generating the bill, consumer complaints etc.
File Structure:
CHAPTER-2
SYSTEM ANALYSIS
Analysis can be defined as breaking up of any whole so as to find out their nature,
function etc. it defines designs as so make preliminary sketches. System analysis and
design can be characterized as set of techniques and processes, a community of
interests, a culture and intellectual orientation.
The various tasks in the system analysis include the following
Understanding application
Planning
Scheduling
Developing candidate solution
Performing trade studies
Performing alternative solution
Performing cost benefit analysis
Scope :
Once this software is built it can be used in every branch to automate the billing.
Which in turn help them fast processing and error free calculations.
Advantages:
Less time on processing
less man power is enough to handle over all process
Less paper usage
CHAPTER-3
CHAPTER-4
SYSTEM DESIGN
The environmental model defines the interfaces between the system and the
environment.building an environmental model is the first and the most important part
of building complete model of user requirements. The critical aspect of environmental
model is to identify the events occurring in the environment to which the system must
respond. It also defines the boundary between the system and the environment. The
purpose of prepare for system implementation is to take all possible steps to ensure
that the upcoming system deployment and transition occurs smoothly, efficiently, and
flawless, in the implementation of any new system, it is necessary to ensure that the
consumer community is best positioned to utilize the system once deployment efforts
have been validated. Therefore, all necessary training activities must be scheduled and
coordinated. As this training is often the first exposure to the system for many
individuals, it should be conducted as professionally and competently as possible.
The hierarchical model organizes data into a tree-like structure, where each
record has a single parent or root. Sibling records are sorted in a particular order. That
order is used as the physical order for storing the database. This model is good for
describing many real-world relationships.
Authentication
Consumer Meter
UserName
Password ID
EB Number
Type
Consumer
Complaint
ID
Name ID
Address EB Number
ContactNum Date
ber Details
Status
ID
ID EB Number
Name C&P
Domestic rate Reading
Commercial Amount
rate Status
CHAPTER-5
IMPLEMENTATION
The system should be designed in such a way that only authorised people
should be allowed to access some particular modules. The records should be modified
by only administrators and no one else.
EBM has login screen to authenticate and various menu options to separate each
functionality like Master data, billing, Search and Report.
1. Consumer
2. Consumer meter
To manage consumer meter details like meter number, type etc.
3. Bill generation
This module is to maintain all consumer monthly billing.
4. Bill payment
This module is to maintain the consumer payment details.
5. Complaints
This module is to maintain all consumer complaints.
6. Search
This module uses bubble sort and binary search concept to improve the search
performance.