{% extends 'base.html' %} {% load humanize %} {% block title %}Expense PDF Reports - HAVEN GRAZURI{% endblock %} {% block content %}
Generate and download detailed expense reports filtered by period.
Report Preview
{{ expense_count|intcomma }} expense{{ expense_count|pluralize }} ยท KES {{ total_amount|floatformat:2|intcomma }}
{% if preset == 'daily' %}Today ยท {{ today }} {% elif preset == 'monthly' %}This month from {{ month_start }} {% elif preset == '6months' %}Last 6 months to {{ today }} {% elif preset == 'yearly' %}This year from {{ year_start }} {% elif date_from and date_to %}{{ date_from }} to {{ date_to }} {% elif date_from %}From {{ date_from }} {% elif date_to %}Up to {{ date_to }} {% else %}All time{% endif %}
Narrow this report further (optional)
๐ What's included in the report: