{% extends "base.html" %} {% import 'components/macros.html' as ui %} {% block title %}Fund Analysis{% endblock %} {% block head_extra %} {% endblock %} {% block content %}

Fund Analysis

Back to Analytics

Fund Revenue And Profit

Compare how each fund source contributes to sales and profit.

Fund Balances

Current recorded balance by fund source.

{% for fund in ['personal', 'business', 'loans'] %}

{{ fund|title }}

Cashflow and profit records are available for this fund source.

{% endfor %}
{% endblock %}