Update company_site/financial/templates/financial/index.html for Stripe invoices (#23)

This commit is contained in:
2026-07-31 12:01:59 -07:00
parent 1033d28e09
commit 8b33a179cb
@@ -29,6 +29,11 @@
<span class="card-title">Manage Users</span> <span class="card-title">Manage Users</span>
<p class="card-text">Set Employee or Client type for user accounts.</p> <p class="card-text">Set Employee or Client type for user accounts.</p>
</a> </a>
<a href="{% url 'invoice_list' %}" class="card"
data-tianji-event="financial_nav" data-tianji-event-destination="invoices">
<span class="card-title">Invoices</span>
<p class="card-text">Create one-off invoices and monthly subscriptions (Stripe).</p>
</a>
{% endif %} {% endif %}
{% if can_write_financials %} {% if can_write_financials %}
<a href="{% url 'Timekeeping' %}" class="card" <a href="{% url 'Timekeeping' %}" class="card"