{% extends "ui/templates/base/layout.html" %} {% block content %}

Generate Client Dashboard Platform Bills

Generate draft platform invoices for client compliance dashboard subscriptions. Existing invoice for the same subscription and period will be skipped.

Back to Client Dashboard Billing
{% if generated or skipped or errors %}
Generated: {{ generated }} · Skipped: {{ skipped }}
{% if errors %} {% endif %} {% if invoices %}
{% for invoice in invoices %}{{ invoice.invoice_no }}{% endfor %}
{% endif %}
{% endif %}
Select client dashboard subscriptions
{% for row in rows %} {% set sub = row.subscription %} {% else %}
No client dashboard subscriptions available.
{% endfor %}
{% endblock %}