<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>

<%= form_tag({:action=>'new_expense_master'} ,:multipart=>true,:id=>'myForms' ) do %>
Expense Name [*]
UOM
<% if session[:autherizedUserType] !='ofcvw' %> <% end %>
Group
<% if session[:autherizedUserType] !='ofcvw' %> <% end %>
Category
<% if session[:autherizedUserType] !='ofcvw' %> <% end %>
Remarks

<% if session[:autherizedUserType] !='ofcvw' %>
<% if @isProduct.to_s!='' || @newProduct %> <% end %>
<% end %> <% end %>
<% if @isProduct!=''%>
<% if session[:autherizedUserType] !='ofcvw' %> <% 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 @ProductCatlog.length >0 @ProductCatlog.each do | pds | %> <% i +=1 end else %> <% end %>
SL. No. Title Image Action
<%=i%> <%=pds.pct_titles.to_s.capitalize%> <% if pds.pct_origin_img!='' && pds.pct_origin_img!=nil %> <%=pds.pct_titles%> <% else %> --- <% end %>
No Records Found
<% end %>