{% comment %}
{% comment %} {% endcomment %}
{% comment %} {% url 'web:delete_system_category_view' system_category.id %} {% endcomment %}
{{title}}
{% endcomment %}Sells
{% comment %}
Total : {{total_ammount}}
{% endcomment %}Total : {{total_ammount|floatformat:2}}
{% include 'web/message.html' %}
S.N. | Purchase Name | Magazine | Published By | Buy Amount | Rent Amount | {% if request.user.roles_id == 1 or request.user.roles_id == 2 %}Commission | {% endif %}Amount |
---|---|---|---|---|---|---|---|
{{forloop.counter}} | {{purchase_info.purchase_name}} | {{purchase_info.magazineInfos}} | {{purchase_info.publisher_name}} | {{purchase_info.buy_price|floatformat:2}} | {{purchase_info.rent_price|floatformat:2}} | {% if request.user.roles_id == 1 or request.user.roles_id == 2 %}{{purchase_info.commission}}% | {% endif %}{{purchase_info.ammount|floatformat:2}} |