<%= t :close_cashier %>


<%= t :shift_started_at %> <%= @shift.shift_started_at.utc.getlocal.strftime("%d/%m/%Y - %I:%M %p") rescue '-' %>
<%= t :cashier_name %> <%= @shift.employee.name rescue ''%>

<%= t :closing_balance %>

<% if @bank_integration == '1' && @cashier_type!="ordering" %> <% end %>