{% extends "gstbillingapp/base.html" %} {% load static %} {% block content %}

Inventory Details


Product: {{inventory.product}}

Current Stock: {{inventory.current_stock}}


{% for item in inventory_logs %} {% endfor %}
Date Type Description Change
{{item.date}} {{item.get_change_type_display}} {% if item.associated_invoice %}[INVOICE]{% endif %} {{item.description}} {{item.change}}   {{inventory.product.product_unit}}
{% endblock %} {% block includejs %} {% endblock %}