{% extends 'base.html' %} {% block title %}Other Income{% endblock %} {% block content %}
| 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 | |||||