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

Update Book


Customer: {{book.customer.customer_name}}

Current Balance: {{book.current_balance}}

{% csrf_token %}
Date & Time: {{form.date}}
Change in balance: {{form.change}}
Change Type: {{form.change_type}}
Associated Invoice Number:
Desription: {{form.description}}
{% endblock %}