<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
<% if session[:reuest_paginated] %> <% else %> <% end %>
<%= form_tag({:action=>'product_master'} ,:multipart=>true,:id=>'myForms' ) do %>
Prod. Code/Part No. [*]
readonly<% end %> maxlength="15" class="form-control" name="pd_productcode" id="pd_productcode" value="<% if @isProduct.to_s!='' %><%=@isProduct.pd_productcode%><% elsif session[:postedpamams]!=nil %><%=session[:postedpamams]['pd_productcode']%><% end %>"/>
Type [*]
Prod. Name [*]
Bar Code
Prod. Series
Category
Brand Code
UOM [*]
Description
Procurement Type
Assembly Level
Wastage
Pcs.in Set/Case
MRP
TAX Inc.(Y/N)
Our Price
Weight
Gross Weight
Purchase Rate
Standard Rate
Profit Factor
Supplier
PO.Rate
Search & Link OEM
Model / Variant
<% if @listProdobj && @listProdobj.length >0 @listProdobj.each do |newitems| pmames = "" brandname = "" poemobj = get_oem_single_data(newitems.po_oemid) if poemobj pmames = poemobj.pi_oem brandname = poemobj.pi_brandanme end %> <% end %> <% else %> <% end %>
OEM Brand Action
<%=pmames%> <%=brandname%> Unlink
No record(s) found.
HSN
IGST(%)
CGST(%)
SGST(%)
*Set Product Wise HSN
Product Remarks
<% if @listProdremark && @listProdremark.length >0 @listProdremark.each do |newitems| %> <% end %> <% else %> <% end %>
Remark Action
<%=newitems.rm_remark%>
No record(s) found.

<% end %>
<% if @isProduct!=''%>
<% 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 %>