Check by
<%= @check.check_by %>
Check At
<%= @check.created_at %>
Reason
<%= @check.reason %>
| # |
Product |
Stock Count |
Stock Balance |
Different |
Remark |
<%
count = 0
@check.stock_check_items.each do |item|
count += 1
%>
| <%= count %> |
<%= item.item_code %> |
<%= item.stock_count %> |
<%= item.stock_balance %> |
<%= item.different %> |
<%= item.remark %> |
<% end %>