|
+ <%= form_tag transactions_shift_sales_path, :method => :get do %>
+
+
+ <% end %>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ + |
+
| Cashier Name | +Cashier Terminal | +Opening Time | +Closing Time | +Opening float | +Closing Amount | +Cast In | +Cast Out | +Total Receipt | +Dining Count | +Takeaway Count | +Total Void | +Action | +
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| <%= shift_sale.employee.name%> | +<%=shift_sale.cashier_terminal.name%> | +<%= shift_sale.shift_started_at.utc.getlocal.strftime('%d-%m-%Y %I:%M %p') %> + | +<%= shift_sale.shift_started_at.utc.getlocal.strftime('%d-%m-%Y %I:%M %p') rescue '-' %> + | +<%=shift_sale.opening_balance %> | +<%=shift_sale.closing_balance %> | +<%=shift_sale.cash_in %> | +<%=shift_sale.cash_out %> | +<%= shift_sale.total_receipt %> | +<%= shift_sale.dining_count %> | +<%= shift_sale.takeaway_count %> | +(<%= shift_sale.total_void.round(2) %>) | +<%= link_to t("views.btn.show"), transactions_shift_sale_path(shift_sale),:class => 'btn btn-info btn-sm waves-effect' %> | +
There is no data for search.... | ||||||||||||
+ <% if @shift_sales != 0 %> + <%= paginate @shift_sales %> + <% end %> +