×
<%= flash[:error] %>
<% end %>
<%= form_tag({:action=>'index'},:multipart=>true,:id=>'myForms') do %>
<%end%>
Open
<%= @open_count %>
Mild
<%= @mild_count.present? ? @mild_count : 0 %>
Warm
<%= @warm_count.present? ? @warm_count : 0 %>
Hot
<%= @hot_count.present? ? @hot_count : 0 %>
Confirmed
<%= @closed_count.present? ? @closed_count : 0 %>
Dead <%= @dead_count.present? ? @dead_count : 0 %>
Waste <%= @waste_count.present? ? @waste_count : 0 %>
Action | Current Assignee | Guest Details | Function Details | Decoration | Venue | Follow-up Details | |
---|---|---|---|---|---|---|---|
|
<% if @parent_entrynos.include?(information.fis_entryno) %> P<%end%> | <%=username%> | <%=information.fis_guest_name%> <%= information.fis_client_mobile %> |
<%=funcnam%> <%=formatted_date(datetype)%> <%=datetime%> <%=information.fis_priority%> |
<%=decorationlumpsum%> <%=decorationremarks%> |
<%=venuename%> <%=paxno%> <%=information.fis_total_amt%> |
<% latest_followup = get_latest_followup(information.id, 'V') %>
<% if latest_followup.present? %>
Follow-up on <%= formatted_date(latest_followup.FLLW_Next_Date) %> at
<%= format_time(latest_followup.FLLW_Next_Time) %> with remarks: <%= latest_followup.FLLW_Next_Remarks.presence || "No remarks" %>. Status: <%= latest_followup.FLLW_Status %>. <% if latest_followup.present? && latest_followup.FLLW_Next_Remarks != 'Auto-generated follow-up'%> ')"> <% end %> <% else %> No Follow-up Details. <% end %> |