bold">=$data[room_title]?>
Room Type :
=$data[category_name]?>
Max Adults :
=$data[room_max_adult]?>
Max Childs :
=$data[room_max_child]?>
Project Report of Electricity Billing System Page - 150
border-left:1px solid #cccccc">
href="booking_details.php?room_id==$data[room_id]?>&book_from_date==$_REQUEST['book_fr
om_date'];?>&book_to_date==$_REQUEST['book_to_date'];?>&book_no_rooms==$_REQUEST['bo
ok_no_rooms'];?>&book_no_persons==$_REQUEST['book_no_persons'];?>&book_no_childs==$_R
EQUEST['book_no_childs'];?>" >Book The Room Now
Project Report of Electricity Billing System Page - 151
Project Report of Electricity Billing System Page - 152 Coding for Category.php include_once("includes/header.php");
if($_REQUEST[category_id])
{
$SQL="SELECT * FROM `category` WHERE category_id = $_REQUEST[category_id]";
$rs=mysql_query($SQL) or die(mysql_error());
$data=mysql_fetch_assoc($rs);
}
?>
Project Report of Electricity Billing System Page - 153
Project Report of Electricity Billing System Page - 154
value="Submit" >
>
value="=$data[category_id]?>">
Project Report of Electricity Billing System Page - 155
Project Report of Electricity Billing System Page - 156 Coding for Category-Report.php include_once("includes/header.php");
include_once("includes/db_connect.php");
$SQL="SELECT * FROM `category`";
$rs=mysql_query($SQL) or die(mysql_error());
?>
Electricity Connection Category Report
if($_REQUEST['msg']) {
?>
=$_REQUEST['msg']?>
}
Project Report of Electricity Billing System Page - 158 ?>
Project Report of Electricity Billing System Page - 160
Project Report of Electricity Billing System Page - 161 Coding for Change-Password.php
Change Your Account Password
=$_REQUEST['msg']?>
Project Report of Electricity Billing System Page - 162
Project Report of Electricity Billing System Page - 163
Project Report of Electricity Billing System Page - 164 Coding for Connection.php include_once("includes/header.php");
if($_REQUEST[connection_id])
{
$SQL="SELECT * FROM `connection` WHERE connection_id =
$_REQUEST[connection_id]";
$rs=mysql_query($SQL) or die(mysql_error());
$data=mysql_fetch_assoc($rs);
}
?>
Project Report of Electricity Billing System Page - 165
Project Report of Electricity Billing System Page - 172
value="=$data[connection_id]?>">
Project Report of Electricity Billing System Page - 173 Conclusion of the Project Electricity Billing System: Our project is only a humble venture to satisfy the needs to manage their project
work. Several user friendly coding have also adopted. This package shall prove to be a
powerful package in satisfying all the requirements of the school. The objective of
software planning is to provide a frame work that enables the manger to make
reasonable estimates made within a limited time frame at the beginning of the software
project and should be updated regularly as the project progresses.
At the end it is concluded that we have made effort on following points…
A description of the background and context of the project and its relation to work
already done in the area.
Made statement of the aims and objectives of the project.
The description of Purpose, Scope, and applicability.
We define the problem on which we are working in the project.
We describe the requirement Specifications of the system and the actions that
can be done on these things.
We understand the problem domain and produce a model of the system, which
describes operations that can be performed on the system.
We included features and operations in detail, including screen layouts.
We designed user interface and security issues related to system.
Finally the system is implemented and tested according to test cases.
Project Report of Electricity Billing System Page - 174 Future Scope of the Project: In a nutshell, it can be summarized that the future scope of the project circles
around maintaining information regarding:
We can add printer in future.
We can give more advance software for Electricity Billing System including more
facilities
We will host the platform on online servers to make it accessible worldwide
Integrate multiple load balancers to distribute the loads of the system
Create the master and slave database structure to reduce the overload of the
database queries
Implement the backup mechanism for taking backup of codebase and database
on regular basis on different servers
The above mentioned points are the enhancements which can be done to increase
the applicability and usage of this project. Here we can maintain the records of
Customer and Bill. Also, as it can be seen that now-a-days the players are versatile, i.e.
so there is a scope for introducing a method to maintain the Electricity Billing System.
Enhancements can be done to maintain all the Customer, Bill, Connection, Electricity,
Payment.
We have left all the options open so that if there is any other future requirement
in the system by the user for the enhancement of the system then it is possible to
implement them.In the last we would like to thanks all the persons involved in the
development of the system directly or indirectly. We hope that the project will serve its
purpose for which it is develop there by underlining success of process.
Project Report of Electricity Billing System Page - 175 Limitation of Project on Electricity Billing System Although I have put my best efforts to make the software flexible, easy to operate
but limitations cannot be ruled out even by me. Though the software presents a broad
range of options to its users some intricate options could not be covered into it; partly
because of logistic and partly due to lack of sophistication. Paucity of time was also
major constraint, thus it was not possible to make the software foolproof and dynamic.
Lack of time also compelled me to ignore some part such as storing old result of the
candidate etc.
Considerable efforts have made the software easy to operate even for the people
not related to the field of computers but it is acknowledged that a layman may find it a
bit problematic at the first instance. The user is provided help at each step for his
convenience in working with the software.
List of limitations which is available in the Electricity Billing System:
Excel export has not been developed for Customer, Bill due to some criticality.
The transactions are executed in off-line mode, hence on-line data for Connection,
Electricity capture and modification is not possible.
Off-line reports of Customer, Payment, Connection cannot be generated due to
batch mode execution.
Project Report of Electricity Billing System Page - 176 References and Bibliography:
Google for problem solving
http://www.javaworld.com/javaworld/jw-01-1998/jw-01-Credentialreview.html
Database Programming with JDBC and Java by O'Reilly
Head First Java 2nd Edition
http://www.jdbc-tutorial.com/
Java and Software Design Concepts by Apress
https://www.tutorialspoint.com/java/
http://www.javatpoint.com/java-tutorial
https://docs.oracle.com/javase/tutorial/
http://www.wampserver.com/en/
http://www.JSP.net/
http://www.tutorialspoint.com/mysql/
httpd.apache.org/docs/2.0/misc/tutorials.html