<%= 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 %>
From Date
Upto Date
<% k = 1; if @ExpenseList.length >0 @ExpenseList.each do |expn| %> <% empname = '' empobj = get_team_detail(expn.ed_compcode,expn.ed_surveyors) if empobj empname = empobj.emp_name end %> <% k +=1 end else %> <% end %>
SL.NO. Expense No. Employee Name Expense Type Type of Trip Employee Remark Account Remark Amount Action Attachments
 <%=k%> <%=expn.ed_number%><%=empname%> <%=expn.ed_exptype%> <%=expn.ed_locality%> <%=expn.ed_empremark%>
Update Remark
<%=currency_formatted(expn.ed_expenseamount)%> <% if expn.ed_approve_status == '' %> <% else %> <% if expn.ed_approve_status == 'A' %> <% elsif expn.ed_approve_status == 'H' %> <% elsif expn.ed_approve_status == 'U' %> <% end %> <% end %> <% if expn.ed_attachment !=nil && expn.ed_attachment !='' %> <%=expn.ed_attachment%> <%else%> ----- <% end %>
No Record(s) Found.
<% end %>
<%=render "layouts/popupforms"%>