<%= render "layouts/portlet-config" %>
<%= render "layouts/theme-panel" %>
<% if flash[:error] %>
×
<%= flash[:error] %>
<% end %>
<%= render "layouts/breadcrumbs" %>
<%= form_tag({:action=>'index'} ,:multipart=>true,:id=>'myForms' ) do %>
<% end %>
Sl.No. | Customer | City | Mobile No. | Bill From | Bill No | Date | Invoice Amt. | Pending Amt. | Cumulative | Days | Action |
---|---|---|---|---|---|---|---|---|---|---|---|
<%=i%> | <%=csts.hd_invoiceto.split(/ |\_|\-/).map(&:capitalize).join(" ")%> | <%=csts.hd_validnumber.split(/ |\_|\-/).map(&:capitalize).join(" ")%> | <%=csts.hd_mobiles%> | <%=csts.hd_shipto.to_s.split(/ |\_|\-/).map(&:capitalize).join(" ")%> | <%=csts.hd_billnumber%> | <%=csts.hd_billdate%> | <%="%.2f" % csts.hd_balance_amount.to_f%> | <%="%.2f" % csts.hd_ccamount.to_f%> | <%="%.2f" % csts.hd_lut_detail.to_f%> | <%=csts.hd_creditdays%> | |
No Records Found |
<%= will_paginate(@Orders)%>