{% extends "base.html" %}
{% block title %}{{ page_title }}{% endblock %}
{% block meta_description %}{{ meta_description }}{% endblock %}
{% block content %}
Filter your period, print the page, or download a branded PDF that includes your business name, logo, and user details.Daily, weekly, monthly, and yearly reports
{{ profile.owner_label }} · {{ request.user.username }} · {{ request.user.email|default:'Email not set' }}
| Type | Count | Amount | Fees |
|---|---|---|---|
| {{ row.label }} | {{ row.count }} | {{ row.amount }} | {{ row.fees }} |
| Date | Client | Type | Amount | Fee | Balances after |
|---|---|---|---|---|---|
| {{ transaction.created_at|date:"M d, Y H:i" }} | {{ transaction.client_name }} | {{ transaction.get_transaction_type_display }} | {{ transaction.amount }} | {{ transaction.service_charge }} | E {{ transaction.ecash_after }} · P {{ transaction.physical_after }} |
No entries in this periodTry another range or add a new transaction to populate the report. |
|||||