<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %> <%= form_tag({:action=>'exceptions'} ,:multipart=>true,:id=>'myForms') do %>
 
Select Report[*]
checked="checked"<% elsif @tsearches==''%>checked="checked"<% end %> /> Negative Stock  checked="checked"<% end %> /> Re-Order Level 
checked="checked"<% end %>/> Max Level          checked="checked"<% end %>/> Min Level
 
<% 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 balsums = 0 if @productsearch!='' && @productsearch.length >0 @productsearch.each do |pds| if pds.balanceamt!=nil && pds.balanceamt!='' balsums +=pds.balanceamt end %> <% i +=1 end else %> <% end %>
SL. No. Item Code Item Name HSN Code UOM Brand Balance
<%=i%> <%=pds.dt_itemcode.to_s%> <%=pds.dt_itemname.to_s.capitalize%> <%=pds.dt_hsncode%> <%=pds.dt_uom%> <%=pds.dt_serialno%> <%=pds.balanceamt%>
No Records Found
<% if @productsearch!='' && @productsearch.length >0 %>
<%= will_paginate(@productsearch)%>
<% end %>