{% extends 'base.html' %} {% block title %}Other Income{% endblock %} {% block content %}

Other Income

➕ Add Income
{% for income in incomes %} {% empty %} {% endfor %}
Description Account Amount Reference Date By
{{ income.description }} {{ income.account.name }} {{ business.currency }} {{ income.amount|floatformat:0 }} {{ income.reference|default:"—" }} {{ income.date|date:"d M Y" }} {{ income.created_by.username|default:"—" }}
No income recorded yet. Add first entry
{% endblock %}