Project Report of Electricity Billing System Page 1



Yüklə 3,34 Mb.
Pdf görüntüsü
səhifə45/46
tarix28.11.2023
ölçüsü3,34 Mb.
#169352
1   ...   38   39   40   41   42   43   44   45   46
tuxdoc.com electricity-billing-system

 
Page - 116 

?>


Project Report of Electricity Billing System 
 
Page - 117 

 
 
 
 
 
 
 

Bill Payment Receipt (Your bill payment was 
successfull !!!)

 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 118 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 119 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 120 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 121 
 
 
 
 
Payment Refrence ID10000
Payment Date
Customer Name
Mobile
Email
Bill Month
Current Reading 
Units
Previous Reading 
Units
Total Units Consumed 
Units
Charge Per Unit.00/-
Fix Charge.00/-
Tax.00/-
Total Amount Paid.00/-
 
     
  • value="Print Receipt" onClick="window.print()">
  •  
 
 
 
 
 

 
 


Project Report of Electricity Billing System 
 
Page - 122 



Project Report of Electricity Billing System 
 
Page - 123 
Coding for Bill-Report.php 
include_once("includes/header.php");
include_once("includes/db_connect.php");
if($_SESSION['user_details']['user_level_id'] == 2) 
$SQL="SELECT * FROM `bill`,`month`,`connection`,`user` WHERE user_id = 
connection_customer_id AND bill_month = month_id AND user_id = 
".$_SESSION['user_details']['user_id']; 
else 
$SQL="SELECT * FROM `bill`,`month` WHERE bill_month = month_id"; 
$rs=mysql_query($SQL) or die(mysql_error()); 
?> 
 
 
 
 
 
 
 

Electricity Bill Report

 
if($_REQUEST['msg']) {
?> 


Project Report of Electricity Billing System 
 
Page - 125 
 

?> 
 
 
 
 
 
 
Connection ID 
Month 
Total Units 
Total Bill 
Payment Status 
Action 


Project Report of Electricity Billing System 
 
Page - 126 
 
$sr_no=1; 
while($data = mysql_fetch_assoc($rs)) 

?> 
 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 127 
 
 
echo $data[bill_id] ?>">Receipt |  
 
{ ?> 
$data[bill_id] ?>">Edit | )">Delete  
 
Bill Already Paid 
 
echo $data[bill_id] ?>">Pay Bill 
 
 
 


Project Report of Electricity Billing System 
 
Page - 128 
 
 
ID
 
Paid'; else echo 'Paid';?> 
 
 
 
 
 
 
 
 



Project Report of Electricity Billing System 
 
Page - 129 
Coding for Booking-Details.php 
include_once("includes/header.php");
if($_REQUEST[room_id]) 

$SQL="SELECT * FROM room,category WHERE room_category_id = category_id AND 
room_id = $_REQUEST[room_id]"; 
$rs=mysql_query($SQL) or die(mysql_error()); 
$data=mysql_fetch_assoc($rs); 

$R = $_REQUEST; 
$userData = $_SESSION['user_details']; 
?>
 


Project Report of Electricity Billing System 
 
Page - 131 
text-align:center; 
boder:1px solid; 
margin:1px; 
border:1px solid #101746; 

th { 
font-weight:bold; 
color:#ffffff; 
font-size:12px; 
background-color:#bf3c22; 
padding:5px; 

 
 
 
 


Project Report of Electricity Billing System 
 
Page - 132 
 
 
 

Selected Room Details

 
 
 
href="#">" alt="" position:absolute;top:464px;left:108px;white-space:nowrap" >height:149px" />
 
 
>

 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 133 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


Project Report of Electricity Billing System 
 
Page - 134 
Price Per Day/-
Room Type
Max Adults
Max Childs
Number of Beds
 
 
 
 
 

Book Your Room (Review Your Booking 
Details)

 
method="post" name="frm_room"> 
 
  • From Data
  •  
  • id="book_from_date" type="text" value="" required/>
  •  
     
     
  • To Date
  •  
  • id="book_to_date" type="text" value="" required/>
  •  


    Project Report of Electricity Billing System 
     
    Page - 135 
     
     
  • No. Of Rooms
  •  
  • id="book_no_rooms" type="text" value="" required/>
  •  
     
     
  • No. Of Persons
  •  
  • id="book_no_persons" type="text" value="" required/>
  •  
     
     
  • No. Of Childs
  •  
  • id="book_no_childs" type="text" value="" required/>
  •  
     
     
  • Name
  •  


    Project Report of Electricity Billing System 
     
    Page - 136 
  • type="text" value="" required/>
  •  
     
     
  • Mobile
  •  
  • type="text" required value=""/>
  •  
     
     
  • Email
  •  
  • type="text" required value=""/>
  •  
     
     
     
  •  
  •  
  • My Room" >
  •  


    Project Report of Electricity Billing System 
     
    Page - 137 
  • >
  •  
     
    value=""> 
     
     
     
     
     

     
     



    Project Report of Electricity Billing System 
     
    Page - 138 
    Coding for Booking-Report.php 
    include_once("includes/header.php");
    include_once("includes/db_connect.php");
    if($_SESSION['user_details']['user_level_id'] == 2) 

    $SQL = "SELECT * FROM book,room,category WHERE room_category_id = category_id 
    AND book_room_id = room_id AND book_user_id = '$_SESSION[user_details][user_id]'"; 

    else 

    $SQL = "SELECT * FROM book,room,category WHERE room_category_id = category_id 
    AND book_room_id = room_id"; 

    $rs = mysql_query($SQL) or die(mysql_error()); 
    ?> 
     
     
     
     
     
     
     


    Project Report of Electricity Billing System 
     
    Page - 140 

    Booking Report

     
    if($_REQUEST['msg']) {
    ?> 
     

    ?> 
     
     
     
     
     
     
    Name 
    Room Type 


    Project Report of Electricity Billing System 
     
    Page - 141 
    From Date 
    To Date 
    Amount 
    Adults 
    Childs 
    Action 
     
    $sr_no=1; 
    while($data = mysql_fetch_assoc($rs)) 

    ?> 
     
     
     
     


    Project Report of Electricity Billing System 
     
    Page - 142 
     
     
     
     
     
     
    confirmation.php?book_id=">View 
     
     
     
     
    Booking ID
    10000 /- Adults Children
     
     
     
     


    Project Report of Electricity Billing System 
     
    Page - 143 
     
     
     
     



    Project Report of Electricity Billing System 
     
    Page - 144 
    Coding for Book-Room.php 
    print_r($_REQUEST); 
    include_once("includes/header.php");
    if($_SESSION['login'] != 1) { 
    header("Location:login.php?msg=Login first to book your room !!!"); 
    }
    $R = $_REQUEST; 
    if(isset($R['book_from_date'])) { 
    $SQL="SELECT * FROM room,category where room_category_id = category_id"; 
    $rs=mysql_query($SQL) or die(mysql_error()); 

    global $SERVER_PATH; 
    ?>
     
     



    Yüklə 3,34 Mb.

    Dostları ilə paylaş:
    1   ...   38   39   40   41   42   43   44   45   46




    Verilənlər bazası müəlliflik hüququ ilə müdafiə olunur ©azkurs.org 2024
    rəhbərliyinə müraciət

    gir | qeydiyyatdan keç
        Ana səhifə


    yükləyin