{% extends edc_base_template %} {% load static %} {% block main %} {{ block.super }} {% url "edc_pharmacy:stock_take_results_url" stock_take=stock_take.pk as results_next %}
{{ 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 | Resolve |
|---|---|---|---|---|
{% if item.stock %}
{{ item.code }}
{% else %}
{{ item.code }}
{% endif %}
|
{{ item.stock.product.name|default:"—" }} | {{ item.stock.container|default:"—" }} | Ledger | {% include "edc_pharmacy/stock/_resolve_actions.html" with item=item next_url=results_next %} |
| Code | Product | Current bin / location | Ledger | Resolve |
|---|---|---|---|---|
{% if item.stock %}
{{ item.code }}
{% else %}
{{ item.code }}
(not in system)
{% endif %}
{% include "edc_pharmacy/stock/_cannot_add_hint.html" with item=item %}
|
{{ item.stock.product.name|default:"—" }} | {% if item.stock %} {{ item.stock.location.display_name|default:"—" }} {% else %} — {% endif %} | Ledger | {% include "edc_pharmacy/stock/_resolve_actions.html" with item=item next_url=results_next %} |
| Code | Product | Container |
|---|---|---|
{{ item.code }}
|
{{ item.stock.product.name|default:"—" }} | {{ item.stock.container|default:"—" }} |