<%= 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 %>
Contractor
Site
contract No
Amount
 
<% btton = "save" if @SiteDetail!=nil btton = "update" end %> <% if session[:autherizedUserType] !='ofcvw' %> <% 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 %>
S.No Pay No. Pay Date Net Received Action
<%=i%> <%=pmtlist.cps_payno%> <%=formatted_date(pmtlist.cps_paydate)%> <%=currency_formatted(pmtlist.cps_netamount)%>
No Records Found
<%= will_paginate(@PaymentList)%>
<% end %>