{% extends 'admin/layout.html.twig' %} {% block title %}Income Report - KitscoApp{% endblock %} {% block page_title %}Income Report{% endblock %} {% block content %}
No data
{% endfor %}{{ from }} to {{ to }}
| Date | Reference | Description | Category | Amount (TZS) |
|---|---|---|---|---|
| {{ income.incomeDate|date('d M Y') }} | {{ income.referenceNumber }} | {{ income.description|u.truncate(40) }} | {{ income.category.name }} | Shs {{ income.amountInTzs|money }} |
| No income found | ||||
| Total | Shs {{ total|money }} | |||