<%= 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 %> <% if @ListedQuotation && @ListedQuotation.qt_status.to_s == 'C' %>

  This quotation has been cancelled.

<% end %>
<% checkhideprocess = "" if @ListedQuotation && @ListedQuotation.qt_buyerno.to_s.present? checkhideprocess ="hidden" end %>
Quotation No.
Quotation Date [*]
Buyer[*]
Currency [*]
Ref. No.
Remarks
Enqiry Date
<% username = "" if @ListedQuotation userobj = get_global_users(@ListedQuotation.qt_prepare_by) if userobj username = userobj.firstname if username.to_s.blank? username = userobj.username end end else if session[:autherizedUserId] userobj = get_global_users(session[:autherizedUserId]) if userobj username = userobj.firstname if username.to_s.blank? username = userobj.username end end end end %>
Prepared By
Sample No.
Import Products to Quotation

OEM Product Code Product Name Quantity Unit Price Value Action
<% if @myAddAld || @myEditAld %>
<% if checkhideprocess.present? %> <% else %> <% end %>
<% end%>
 
<% i = 1 tqty = 0 tvalue = 0 if @FooterList && @FooterList.length >0 @FooterList.each do |leds| tqty += leds.qdt_quantity.to_f tvalue += leds.qdt_value.to_f %> <% if checkhideprocess.present? %> <% else %> <% end %> <% i +=1 end else %> <% end %>
Sl.No. OEM Item Code Description UOM Quantity Unit Price Value Action
<%=i%> <%=leds.qdt_oem%> <%=leds.qdt_itemcode%> <%=leds.qdt_itemname%> <%=leds.qdt_uom%> <%=leds.qdt_quantity%> <%=currency_formatted(leds.qdt_rate)%> <%=currency_formatted(leds.qdt_value)%>   
No record(s) found.
Payment Terms
Freight Forwarder
Shipping Terms
Shipping Mode
Port of Discharge
Partial Shipment
Transshipment
Country Of Origin
Packaging
Validity of Offer (dd-mm-yyyy)
Total Quantity
Net Amount
<% prinallow = "hidden" cancelhd = "hidden" cancellaow = "" myupdate = "save" if @ListedQuotation myupdate = "update" if @ListedQuotation.qt_status.to_s !='C' prinallow = "" cancelhd = "" end if @ListedQuotation.qt_status.to_s =='C' cancellaow = "hidden" end end if checkhideprocess.present? cancellaow = "hidden" end %>
<% if @ListedQuotation %> <% end %>
<% end %>