<%= 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 %>
Name [*]
Type [*]
<% if @mstXEmpEdit!=nil %> <% end %>

Upload profile pic 100px*100px

Department
Qualification
PAN No 
Adhaar No 
Address
Pin
State [*]
Mobile No. [*]
Alt.Mob No.
Family Ref. Info 
Email [*]
Birth Dt
Joining Dt
Leaving Dt
Basic
HRA
Conveyance
Total
 
<% if @mstXEmpEdit%><% end %> <% if @mstXEmpEdit%><% end %> <% myfilesid = '' compcode = '' fl = 1 c1 = 0; if @mstXEmpEdit!=nil myfilesid = @mstXEmpEdit.id compcode = @mstXEmpEdit.emp_compcode end obfile = get_emp_attached_file(compcode,myfilesid) if obfile.length >0 obfile.each do |fila| %> <% fl +=1 c1 +=1 end end %>
Upload PAN Card  <%=@mstXEmpEdit.emp_pan%>
Upload Adhaar Card  <%=@mstXEmpEdit.emp_adhaar%>
<%=fila.sma_attachment%>   
 
 
<% @myAddAld = true if @myAddAld %>
<% end %>
 
 
Search Key
Type
<% if @mstEmployeeData.length >0 %>
PDF Excel 
<% end %>
<% @myEditAld = true @myDeletAld = true pagestart = params[:page] ? params[:page] : 1 if pagestart.to_i <=1 i = 1 else i = ((pagestart.to_i-1)*25)+1 i = i.to_i end if @mstEmployeeData.length >0 @mstEmployeeData.each do |gps| %> <% i +=1 end else %> <% end %>
SL. NO. Name Email Phone Type Action
<%=i%> <%=gps.emp_name%> <%=gps.emp_email%> <%=gps.emp_mobile%> <% emptype = '' emtpobj = get_employee_types(@compcodes,gps.emp_type) if emtpobj emptype = emtpobj.etp_name end %> <%=emptype%> <% if @myEditAld %> <% end %> <% if @myDeletAld %> <% end %>
No Records Found
<%= will_paginate(@mstEmployeeData)%>
<% end %>
<%=render "layouts/popupforms"%>