<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
<% if session[:autherizedUserType]!=nil && session[:autherizedUserType]!='' && session[:autherizedUserType]=='adm' || session[:autherizedUserType]=='store' %>
Daily Transactions  (Raw Punches)
Location
From Date
Upto Date
<% if @isTrackLoc.length >0 @isTrackLoc.each do |gloc| %> <% shiftname = "" locationname = ""; shifobjs = get_shift_listed_detail(gloc.sw_shiftcode) if shifobjs timings = shifobjs.attend_shfintime.to_s+"-"+shifobjs.attend_shfout.to_s shiftname = gloc.sw_shiftcode.to_s+"("+timings.to_s+")"; end locxobj = get_location_detail(gloc.newloc) if locxobj locationname = locxobj.hof_description end %> <% if gloc.gc_userimage !=nil && gloc.gc_userimage !='' %> <% else %> <% end %> <% end %> <% else %> <% end %>
Date Shift/Location Emp. Code Emp. Name Latitude Longitude Mobile Time Image
<%=gloc.gcdate%> <%=shiftname%>
<%=locationname%>
<%=gloc.gc_user_id%> <%=gloc.emp_name%> <%=gloc.gc_latitude%> <%=gloc.gc_longitude%> <%=gloc.emp_mobile%> <%=gloc.gc_local_time%>
No Records Found
<% end %>