{{ move.product and move.product.render.code or '-' }} |
{{ move.product and move.product.render.name or '-' }} |
{% if document.raw.show_lots %}
{{ move.lot and move.lot.raw.number or ''}} |
{% if move.raw.lot and move.lot.raw.expiration_date %}
{{ move.lot.render.expiration_date }} |
{%else%}
|
{% endif %}
{%else%}
|
{%endif%}
{{ move.render.quantity }} |
{{ move.unit.render.name }} |
{%if valued == True %}
{{ move.render.gross_unit_price }} |
{% if move.raw.discount and move.raw.discount > 0 %}{{ '-{0:.2F}'.format(move.raw.discount*100) }}{% endif %} |
{{ move.render.amount }} |
{%else%}
|
|
|
{%endif%}
{% endfor %}