{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }}
{{ stock_take.storage_bin.bin_identifier }}
· {{ stock_take.storage_bin.location.display_name|default:stock_take.storage_bin.location.name }}
· {{ stock_take.stock_take_datetime|date:"d-M-Y H:i" }}
| Code | Product | Container | Ledger |
|---|---|---|---|
{% if item.stock %}
{{ item.code }}
{% else %}
{{ item.code }}
{% endif %}
|
{{ item.stock.product.name|default:"—" }} | {{ item.stock.container|default:"—" }} | Ledger |
| Code | Product | Current bin / location | Ledger |
|---|---|---|---|
{% if item.stock %}
{{ item.code }}
{% else %}
{{ item.code }}
(not in system)
{% endif %}
|
{{ item.stock.product.name|default:"—" }} | {% if item.stock %} {{ item.stock.location.display_name|default:"—" }} {% else %} — {% endif %} | Ledger |
| Code | Product | Container |
|---|---|---|
{{ item.code }}
|
{{ item.stock.product.name|default:"—" }} | {{ item.stock.container|default:"—" }} |