<%= 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 %>
HSN Code [*]
Show Less HSN
checked<% end %> value="Y"/>
<% process_lessgst = "hidden" if @HsnList && @HsnList.hd_lessshow.to_s =='Y' process_lessgst = "" end %>
Description
Amount
IGST (%)[*]
IGST (%)
CGST(%)
CGST(%)
SGST(%)
SGST(%)
<% 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 @hsnListing && @hsnListing.length >0 @hsnListing.each do | pcat | %> <% i +=1 end else %> <% end %>
SL. NO. HSN Code Description IGST Action
<%=i%> <%=pcat.hd_hsncode%> <%=pcat.hd_description%> <%=currency_formatted(pcat.hd_igst)%>
No Records Found
<% if @hsnListing && @hsnListing.length >0 %>
<%= will_paginate(@hsnListing)%>
<% end %>