{% extends 'base.html' %} {% load humanize %} {% block title %}Reports & Statements Dashboard{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Comprehensive analytics and reporting for loan management {% if is_admin %} {% if selected_branch_id %} đ Filtered: {% for branch in all_branches %}{% if selected_branch_id|stringformat:"s" == branch.id|stringformat:"s" %}{{ branch.name }}{% endif %}{% endfor %} {% else %} đ All Branches {% endif %} {% endif %}
{{ dashboard_data.loans_due_today.loans|length }} loans require attention
â All loans are up to date!
{% endif %}No registration fees found. Add clients with registration fees or view detailed report.
KES {{ dashboard_data.completed_loans.summary.total_amount_collected|default:0|floatformat:0|intcomma }} collected
Filter disbursed loans by period, status, branch, product and amount range. Export to PDF or Excel.
Demographic breakdown of loan applications and approval rates by age group and gender.
Complete overview of all general ledger accounts with live balances. View assets, liabilities, equity, income, and expense accounts with double-entry relationships.
📄 4 PDF Reports: Chart of Accounts âĸ Trial Balance âĸ Income Statement âĸ Balance Sheet