<%= form_tag({:action=>'shift'} ,:multipart=>true ) do %>
<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
Shift Time
Rest Time
Half Day
 
 
Weekly Off
Saturday Off
              
Saturday Half Day
              
 
 
 
 
<% i = 1 if @MstShift.count >0 @MstShift.each do | shft | %> <% i =i+1 end else %> <% end %>
Shift Code Night Shift In Time Out Time Action
<%=shft.attend_shiftcode%> <%=shft.attend_nightshift%> <% isShiftTime = "" if shft.attend_shfintime.to_time >0 isShiftTime = Time.at(shft.attend_shfintime.to_time).utc.strftime("%H:%M") end %> <%=isShiftTime%> <% isShiftOutTime = "" if shft.attend_shfout.to_time >0 isShiftOutTime = Time.at(shft.attend_shfout.to_time).utc.strftime("%H:%M") end %> <%=isShiftOutTime%>
No Records Found
<% end %>