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

Generate Consultant Platform Bills

Generate draft platform invoices for consultant SaaS/tool access subscriptions. Existing invoice for the same subscription and period will be skipped.

Back to Consultant 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 consultant subscriptions
{% for row in rows %} {% set sub = row.subscription %} {% else %}
No consultant subscriptions available.
{% endfor %}
{% endblock %}