{% extends "base.html" %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Transaction detail

{{ transaction.get_transaction_type_display }} for {{ transaction.client_name }}

Saved on {{ transaction.created_at|date:"F d, Y H:i" }}.

Back to log
Business{{ profile.business_name }}
Client{{ transaction.client_name }}
Amount{{ transaction.amount }}
Service charge{{ transaction.service_charge }}
Recorded by{{ transaction.created_by.get_full_name|default:transaction.created_by.username }}
Notes{{ transaction.notes|default:'—' }}

Balance impact

Wallet movement

E-cash before{{ transaction.ecash_before }}
E-cash after{{ transaction.ecash_after }}
Physical before{{ transaction.physical_before }}
Physical after{{ transaction.physical_after }}
{% endblock %}