{% extends "ui/templates/base/layout.html" %} {% block content %}
Create draft GST invoices from fee structures and automatically link matching client service subscriptions / engagements for the selected financial year. Existing invoices for the same fee group and period are skipped by default.
| Invoice | Client | Amount |
|---|---|---|
| {{ invoice.invoice_no }} | {{ invoice.client.client_name if invoice.client else invoice.client_id }} | ₹ {{ '%.2f'|format(invoice.total_amount or 0) }} |