{% extends "base.html" %} {% load static %} {% block title %}{{ page_title }}{% endblock %} {% block meta_description %}{{ meta_description }}{% endblock %} {% block content %}
Mobile money bookkeeping made clear

Run your MoMo business with branded reports, balanced wallets, and cleaner daily records.

Track e-cash, physical cash, cash-in, cash-out, sending, airtime, transfer, debt, expenditure, and credit in one polished workflow. MoMoLedger updates balances automatically and keeps your daily, weekly, monthly, and yearly reports ready to print or export as PDF.

{% if request.user.is_authenticated %} Record a transaction Open reports {% else %} Create agent account Sign in {% endif %}
8Transaction types with smart balance rules
1%Sending fee calculated automatically
4Report ranges: day, week, month, year

Welcome page

Sign up & login

Start with a secure agent account, then return to your dashboard anytime.

Brand your reports

Business setup

Add your business name, logo, and opening balances so every report looks official.

{% if request.user.is_authenticated and profile %}
{{ profile.business_name|default:'Business name not set' }} {{ profile.owner_label }}
Edit
{% else %} Create account to set profile {% endif %}
{% if request.user.is_authenticated and profile %}

Live balances

{{ profile.business_name|default:'Your business dashboard' }}

New transaction
E-cash {{ profile.current_ecash }} Opening {{ profile.opening_ecash }}
Physical cash {{ profile.current_physical_cash }} Opening {{ profile.opening_physical_cash }}
Today’s volume {{ today_total }} {{ today_count }} transactions · fees {{ today_fees }}

Recent activity

Latest transactions

View all
{% if recent_transactions %}
{% for transaction in recent_transactions %} {% endfor %}
Client Type Amount Fee When
{{ transaction.client_name }} {{ transaction.get_transaction_type_display }} {{ transaction.amount }} {{ transaction.service_charge }} {{ transaction.created_at|date:"M d, Y H:i" }} Details
{% else %}

No transactions yet

Record your first cash movement to see balance updates and report activity.

Create first transaction
{% endif %}

Quick workflow

What you can do now

1. Business setup Add name, logo, and opening balances.
2. Log transactions Client name + amount + type updates wallets instantly.
3. Export reports Daily, weekly, monthly, yearly, printable, and PDF-ready.

Report shortcuts

Period summaries

{% else %}

First delivery included

A real workflow, not just a landing page

This first version includes account access, business setup, transaction logging with balance rules, and a branded report center with print and PDF export.

Cash-ine-cash decreases, physical cash increases.
Cash-outphysical cash decreases, e-cash increases.
Sending1% fee added automatically.
ReportsDaily to yearly export flow.
{% endif %} {% endblock %}