{# app/templates/vendor/invoices.html #} {% extends "vendor/base.html" %} {% from 'shared/macros/headers.html' import page_header_flex, refresh_button %} {% from 'shared/macros/tables.html' import table_wrapper, table_header, simple_pagination %} {% from 'shared/macros/modals.html' import form_modal %} {% block title %}Invoices{% endblock %} {% block alpine_data %}vendorInvoices(){% endblock %} {% block extra_scripts %} {% endblock %} {% block content %} {% call page_header_flex(title='Invoices', subtitle='Create and manage invoices for your orders') %} {{ refresh_button(loading_var='loading', onclick='refreshData()', variant='secondary') }} {% endcall %}
Error
Invoice Settings Required
Configure your company details and invoice preferences before creating invoices.
Total Invoices
Draft
Issued
Paid
Loading invoices...
No invoices yet
Click "Create Invoice" to generate your first invoice
Configure invoice settings first to get started
Configure your company details and preferences for invoice generation.
Enter the order ID to generate an invoice for