<%= 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 %>



Site
Contractor
From
Upto
  
 
<% 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 @ContrctList!=nil && @ContrctList.length >0 @ContrctList.each do |pmtlist| %> <% i +=1 end else %> <% end %>
SL.No. Date Contract No Site Name Contractor Total Amount Remark Action
<%=i%> <%=formatted_date(pmtlist.ct_date)%> <%=pmtlist.ct_number%> <% stname = '' stobj = get_site_names(pmtlist.ct_compcode,pmtlist.ct_siteno) if stobj stname=stobj.st_name end %> <%=stname%> <% ctsname = '' cstobj = get_customer_detail(pmtlist.ct_serviceprov_id) if cstobj ctsname =cstobj.cs_customername end %> <%=ctsname%> <%=currency_formatted(pmtlist.ct_total_amount)%> <%=pmtlist.ct_remark%> <% if session[:autherizedUserType] !='ofcvw' %> <% end %>
No Records Found
<% if @Paths!=nil %> <% end %>
<% if @ContrctList!=nil %>
<%= will_paginate(@ContrctList)%>
<% end %>