{% extends 'base.html' %} {% load humanize %} {% block title %}Expenses - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}
🔍 Click to filter
🔍 Click to filter
🔍 Click to filter
Requires action
{% if top_category %} KES {{ top_category.total|floatformat:2|intcomma }} {% endif %}
Track and manage all business expenses across branches.
| Date | Title | Category | Amount | Branch | Staff | Payment | Status | Receipt | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ expense.expense_date|date:"d M Y" }} | {{ expense.title }} {% if expense.loan %} 🔗 Loan {% endif %} | {{ expense.get_category_display }} | KES {{ expense.amount|floatformat:2|intcomma }} | {{ expense.branch.name }} | {{ expense.staff.get_full_name }} | {{ expense.get_payment_method_display }} | {% if expense.status == 'pending' %} Pending {% elif expense.status == 'approved' %} Approved {% elif expense.status == 'rejected' %} Rejected {% endif %} | {% if expense.has_receipt %} 📄 {% else %} − {% endif %} | View {% if expense.status == 'pending' %} Edit {% endif %} |
|
📥
No expenses found. Add your first expense |
|||||||||