{{ 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.render.number or '' }}{% if move.raw.lot and move.lot.raw.expiration_date %} ({{ move.lot.render.expiration_date }}){% endif %} | {% endif %}
{{ move.render.quantity }} |
{{ move.unit.render.name }} |
{%if valued == True %}
{{ move.render.gross_unit_price }} {{ document.currency.render.symbol }} |
{% if move.raw.discount and move.raw.discount > 0 %}
{{ '-{0:.2F}'.format(move.raw.discount*100) }} |
{% else %}
|
{% endif %}
{{ move.render.amount }} {{ document.currency.render.symbol }} |
{%else%}
|
|
|
{%endif%}
{% endif %}
{% endfor %}
{% endfor %}