Subscriptions

Home

Add Subscription

{% if request.args.get('run_count') is not none %}
Recurring billing run completed. Invoices created: {{ request.args.get('run_count') }}
{% endif %} {% for s in subscriptions %} {% endfor %}
ID Client Subscription Service Interval Price Next Invoice Status
{{ s.id }} {{ s.client_code }} - {{ s.company_name }} {{ s.subscription_name }} {% if s.service_code %} {{ s.service_code }} - {{ s.service_name }} {% else %} - {% endif %} {{ s.billing_interval }} {{ s.price|money(s.currency_code) }} {{ s.currency_code }} {{ s.next_invoice_date }} {{ s.status }}
{% include "footer.html" %}