{% extends 'base.html' %} {% load humanize %} {% block title %}Pending Approvals - HAVEN GRAZURI ADVANCE{% endblock %} {% block content %}
Review and approve or reject pending expense requests.
| Date | Title | Category | Amount | Branch | Requested By | Actions |
|---|---|---|---|---|---|---|
| {{ expense.expense_date|date:"d M Y" }} | {{ expense.title }} | {{ expense.get_category_display }} | KES {{ expense.amount|floatformat:2|intcomma }} | {{ expense.branch.name }} | {{ expense.staff.get_full_name }} | View Approve Reject |
|
✓
No pending approvals. |
||||||
Showing {{ expenses.start_index }} to {{ expenses.end_index }} of {{ expenses.paginator.count }} results