<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%=form_for @MstSelIntsa, url:{:action=>:update } do |f| %> <% cdt = '' if @MstSelIntsa if @MstSelIntsa.ip_doc_date!=nil && @MstSelIntsa.ip_doc_date!='' ndts = Date.parse(@MstSelIntsa.ip_doc_date.to_s) cdt = ndts.strftime("%d-%b-%Y") end end %>
Rceipt No. [*]
Rceipt Date [*]
Remark [*]
Amount [*]
<% if session[:LOCKED_EXPIRY] && session[:LOCKED_EXPIRY]=='Y' %>
 
<% end %>
 
Search
<% end %>
<% pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*10)+1 i = i.to_i end if @MstRcptSrch.count >0 @MstRcptSrch.each do |gps| %> <% i +=1 end else %> <% end %>
Sl.No. Receipt No. Receipt Date Amount Remark Action
<%=i%> <%=gps.ip_docno%> <% ndate = '---' if gps.ip_doc_date!=nil && gps.ip_doc_date!='' dt = Date.parse(gps.ip_doc_date.to_s) ndate = dt.strftime("%d-%b-%Y") end %> <%=ndate%> <%=gps.ip_amount%> <%=gps.ip_remarks%>
No Records Found
<%= will_paginate(@MstRcptSrch)%>