<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myForms' ) do %>



PayNo
From
Upto
Pay Mode
  
 
<% if session[:autherizedUserType] !='ofcvw' %> <% end %>
<% end %>
<% tsums = 0 pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*25)+1 i = i.to_i end if @PaymentList.length >0 @PaymentList.each do |pmtlist| %> <% i +=1 end else %> <% end %>
SL.No. Date Pay No. Site Name Contractor Amount Payment Mode Action
<%=i%> <%=pmtlist.cps_paydate%> <%=pmtlist.cps_payno%> <% stname = '' stobj = get_site_names(@compcodes,pmtlist.cps_siteno) if stobj stname=stobj.st_name end %> <%=stname%> <% ctsname = '' cstobj = get_customer_detail(pmtlist.cps_contractor) if cstobj ctsname =cstobj.cs_customername end %> <%=ctsname%> <%="%.2f" % pmtlist.cps_netamount%> <% modes = '' %> <%=modes%> <% if session[:autherizedUserType] !='ofcvw' %> <% end %>
No Records Found
<%= will_paginate(@PaymentList)%>