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

Book Details


Customer: {{book.customer.customer_name}}

Current Balance: {{book.current_balance}}


{% for item in book_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 %}