Skip to content

Commit

Permalink
Add financial reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mayhem committed Jan 9, 2025
1 parent 17e68d2 commit f451ee3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions metabrainz/templates/reports/financial_reports/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,16 @@ <h2>{{ _('Reports') }}</h2>

<h3>2024</h3>

<p>{{ _('Year end reports') }}</p>
<ul>
<li><a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_balance_sheet_20241231.pdf') }}">{{ _('balance sheet') }}</a></li>
<li><a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2024.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
</ul>

<p>{{ _('Quarterly reports') }}</p>
<ul>
<li>Q4 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2024_Q4.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
<li>Q4 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_balance_sheet_20241231.pdf') }}">{{ _('balance sheet') }}</a></li>
<li>Q1 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2024_Q1.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
<li>Q1 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_balance_sheet_20240331.pdf') }}">{{ _('balance sheet') }}</a></li>
<li>Q2 <a href="{{ url_for('financial_reports.static', filename='MetaBrainz_Foundation_profit_loss_2024_Q2.pdf') }}">{{ _('profit &amp; loss') }}</a></li>
Expand Down

0 comments on commit f451ee3

Please sign in to comment.