{% extends "base.html" %} {% block content %}

Add Income

{% csrf_token %}
{{ form.date }}

Date you received or invoiced this income

{{ form.description }}
{{ form.amount }}
{{ form.category }}
{{ form.client_name }}
{{ form.invoice_number }}
{{ form.notes }}

Will be calculated automatically

Cancel
{% endblock %}