%@page import="com.entity.BillDtls"%> <%@page import="java.util.List"%> <%@page import="com.conn.DbConnect"%> <%@page import="com.dao.BillDAOImpl"%> <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%>
Bill ID | Connection ID | Bill For Month | Current Reading | Previous Reading | Total Units | Charge Per Unit | Final Amount | Due Date | Status | Delete |
---|---|---|---|---|---|---|---|---|---|---|
<%=n.getBillid()%> | <%=n.getConnectionid()%> | <%=n.getBillformonth()%> | <%=n.getCurrentreading()%> | <%=n.getPreviousreading()%> | <%=n.getTotalunit()%> | <%=n.getChargeperunit()%> | <%=n.getFinalamount()%> | <%=n.getDuedate()%> | <%=n.getStatus()%> | Remove |